Accepting request 385632 from home:dimstar:Factory

- Add COPYING to the library package.

OBS-URL: https://build.opensuse.org/request/show/385632
OBS-URL: https://build.opensuse.org/package/show/network:NIS/libnsl?expand=0&rev=6
This commit is contained in:
Thorsten Kukuk 2016-04-08 16:02:37 +00:00 committed by Git OBS Bridge
parent ef875abffa
commit 692145172e
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 7 08:42:20 UTC 2016 - dimstar@opensuse.org
- Add COPYING to the library package.
-------------------------------------------------------------------
Tue Mar 8 18:04:20 CET 2016 - kukuk@suse.de

View File

@ -89,14 +89,15 @@ make check
%files -n libnsl2
%defattr(-,root,root)
%doc COPYING
/%{_lib}/libnsl.so.2*
%files devel
%defattr(-,root,root)
%dir %{_libdir}/nsl/
%{_libdir}/nsl/libnsl.so
%dir /usr/include/nsl/
/usr/include/nsl/*
/usr/%{_lib}/pkgconfig/*
%dir %{_includedir}/nsl/
%{_includedir}/nsl/*
%{_libdir}/pkgconfig/*
%changelog