diff options
Diffstat (limited to 'packaging/libpsl.spec')
-rw-r--r-- | packaging/libpsl.spec | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packaging/libpsl.spec b/packaging/libpsl.spec index 6f73112..48f8bf9 100644 --- a/packaging/libpsl.spec +++ b/packaging/libpsl.spec @@ -2,7 +2,7 @@ Name: libpsl Version: 0.21.0 Release: 1 Summary: C library for the Publix Suffix List -License: MIT +License: MIT and BSD-3-Clause URL: https://rockdaboot.github.io/libpsl Source0: %{name}-%{version}.tar.gz BuildRequires: libicu-devel @@ -39,13 +39,14 @@ make %{?_smp_mflags} %install %make_install +cat src/LICENSE.chromium >> LICENSE %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -%license COPYING +%license LICENSE %{_libdir}/libpsl.so.* %files devel @@ -56,5 +57,5 @@ make %{?_smp_mflags} %{_datadir}/man/* %files -n psl -%license COPYING +%license LICENSE %{_bindir}/psl |