From f6a1896cc3f5f86742c31d777a3e9213d8d247b4 Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Wed, 29 Apr 2020 15:06:33 +0900 Subject: Update license Change-Id: I389dda2c6aafcae94cc35883937cffffbeaddc59 --- packaging/libpsl.spec | 7 ++++--- 1 file 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 -- cgit v1.2.3