Accepting request 580140 from network:utilities
Use %license (boo#1082318). Please forward to SLE, if possible (forwarded request 580101 from favogt) OBS-URL: https://build.opensuse.org/request/show/580140 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpsl?expand=0&rev=16
This commit is contained in:
commit
22a0e0fd8b
@ -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
|
Thu Feb 22 09:37:13 UTC 2018 - astieger@suse.com
|
||||||
|
|
||||||
|
@ -117,18 +117,20 @@ make %{?_smp_mflags} check || (cat tests/test-suite.log; exit 42)
|
|||||||
%postun -n %{name}%{somajor} -p /sbin/ldconfig
|
%postun -n %{name}%{somajor} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n %{name}%{somajor}
|
%files -n %{name}%{somajor}
|
||||||
%doc COPYING
|
%license COPYING
|
||||||
%{_libdir}/libpsl.so.%{somajor}*
|
%{_libdir}/libpsl.so.%{somajor}*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc AUTHORS NEWS COPYING
|
%license COPYING
|
||||||
|
%doc AUTHORS NEWS
|
||||||
%doc docs/libpsl/html
|
%doc docs/libpsl/html
|
||||||
%{_includedir}/libpsl.h
|
%{_includedir}/libpsl.h
|
||||||
%{_libdir}/libpsl.so
|
%{_libdir}/libpsl.so
|
||||||
%{_libdir}/pkgconfig/libpsl.pc
|
%{_libdir}/pkgconfig/libpsl.pc
|
||||||
|
|
||||||
%files -n psl
|
%files -n psl
|
||||||
%doc AUTHORS NEWS COPYING
|
%license COPYING
|
||||||
|
%doc AUTHORS NEWS
|
||||||
%{_bindir}/psl
|
%{_bindir}/psl
|
||||||
%{_mandir}/man1/psl.1%{ext_man}
|
%{_mandir}/man1/psl.1%{ext_man}
|
||||||
|
|
||||||
|
@ -51,7 +51,8 @@ mkdir -p %{buildroot}%{_mandir}/man1
|
|||||||
install -m 644 src/psl-make-dafsa.1 %{buildroot}%{_mandir}/man1
|
install -m 644 src/psl-make-dafsa.1 %{buildroot}%{_mandir}/man1
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS NEWS src/LICENSE.chromium
|
%license src/LICENSE.chromium
|
||||||
|
%doc AUTHORS NEWS
|
||||||
%{_bindir}/psl-make-dafsa
|
%{_bindir}/psl-make-dafsa
|
||||||
%{_mandir}/man1/psl-make-dafsa.1%{ext_man}
|
%{_mandir}/man1/psl-make-dafsa.1%{ext_man}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user