From: Seonah Moon Date: Wed, 29 Apr 2020 06:06:33 +0000 (+0900) Subject: Update license X-Git-Tag: submit/tizen_base/20210823.051100^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen;p=platform%2Fupstream%2Flibpsl.git Update license Change-Id: I389dda2c6aafcae94cc35883937cffffbeaddc59 --- 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