SHA256
3
0
forked from pool/libzio

Accepting request 580153 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/580153
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzio?expand=0&rev=44
This commit is contained in:
Dominique Leuenberger 2018-03-07 09:27:34 +00:00 committed by Git OBS Bridge
commit 3805229394
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 22 15:10:40 UTC 2018 - fvogt@suse.com
- Use %license (boo#1082318)
-------------------------------------------------------------------
Tue Jan 9 12:54:36 UTC 2018 - werner@suse.de

View File

@ -82,12 +82,13 @@ make DESTDIR=$RPM_BUILD_ROOT install libdir=%{_libdir} mandir=%{_mandir}
%files -n %lname
%defattr(-,root,root)
%license COPYING
%{_libdir}/libzio.so.1
%{_libdir}/libzio.so.%{version}
%files devel
%defattr(-,root,root)
%doc README COPYING
%doc README
%{_libdir}/libzio.a
%{_libdir}/libzio.so
%{_mandir}/man3/fzopen.3*