Accepting request 580101 from home:favogt:licensetag

Use %license (boo#1082318). Please forward to SLE, if possible

OBS-URL: https://build.opensuse.org/request/show/580101
OBS-URL: https://build.opensuse.org/package/show/network:utilities/libpsl?expand=0&rev=38
This commit is contained in:
Andreas Stieger 2018-02-26 09:37:20 +00:00 committed by Git OBS Bridge
parent 7e17edb151
commit 2483e9a6d6
3 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 22 15:14:07 UTC 2018 - fvogt@suse.com
- Use %license (boo#1082318)
-------------------------------------------------------------------
Thu Feb 22 09:37:13 UTC 2018 - astieger@suse.com

View File

@ -117,18 +117,20 @@ make %{?_smp_mflags} check || (cat tests/test-suite.log; exit 42)
%postun -n %{name}%{somajor} -p /sbin/ldconfig
%files -n %{name}%{somajor}
%doc COPYING
%license COPYING
%{_libdir}/libpsl.so.%{somajor}*
%files devel
%doc AUTHORS NEWS COPYING
%license COPYING
%doc AUTHORS NEWS
%doc docs/libpsl/html
%{_includedir}/libpsl.h
%{_libdir}/libpsl.so
%{_libdir}/pkgconfig/libpsl.pc
%files -n psl
%doc AUTHORS NEWS COPYING
%license COPYING
%doc AUTHORS NEWS
%{_bindir}/psl
%{_mandir}/man1/psl.1%{ext_man}

View File

@ -51,7 +51,8 @@ mkdir -p %{buildroot}%{_mandir}/man1
install -m 644 src/psl-make-dafsa.1 %{buildroot}%{_mandir}/man1
%files
%doc AUTHORS NEWS src/LICENSE.chromium
%license src/LICENSE.chromium
%doc AUTHORS NEWS
%{_bindir}/psl-make-dafsa
%{_mandir}/man1/psl-make-dafsa.1%{ext_man}