diff options
author | Seonah Moon <seonah1.moon@samsung.com> | 2020-04-29 15:06:33 +0900 |
---|---|---|
committer | Seonah Moon <seonah1.moon@samsung.com> | 2020-04-29 15:06:44 +0900 |
commit | f6a1896cc3f5f86742c31d777a3e9213d8d247b4 (patch) | |
tree | 5f919a98c338eb0bfaf8b32346ab14d7ca75dca6 | |
parent | f43461189fe83ff41e0e0631db303898b9acd4f6 (diff) | |
download | libpsl-accepted/tizen_6.5_base.tar.gz libpsl-accepted/tizen_6.5_base.tar.bz2 libpsl-accepted/tizen_6.5_base.zip |
Update licensetizen_9.0_m2_releasetizen_8.0_m2_releasetizen_7.0_m2_releasetizen_6.5.m2_releasesubmit/tizen_base/20210823.051100submit/tizen_6.5_base/20211028.134101accepted/tizen/base/dev/20230602.080620accepted/tizen/base/20221115.103557accepted/tizen/base/20210823.065404accepted/tizen/9.0/base/20241030.075055accepted/tizen/8.0/base/20231005.044859accepted/tizen/7.0/base/hotfix/20221116.055135accepted/tizen/7.0/base/20221116.025727accepted/tizen/6.5/base/20211028.060304tizen_basetizen_9.0_basetizen_8.0_basetizen_7.0_base_hotfixtizen_6.5_basetizenaccepted/tizen_base_devaccepted/tizen_baseaccepted/tizen_9.0_baseaccepted/tizen_8.0_baseaccepted/tizen_7.0_base_hotfixaccepted/tizen_6.5_base
Change-Id: I389dda2c6aafcae94cc35883937cffffbeaddc59
-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 |