SHA256
3
0
forked from pool/libzio
OBS User unknown 2008-07-25 00:04:13 +00:00 committed by Git OBS Bridge
parent 525e823e23
commit a205878def
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jul 21 13:46:39 CEST 2008 - werner@suse.de
- Make it build
-------------------------------------------------------------------
Thu Jul 17 12:43:52 CEST 2008 - werner@suse.de Thu Jul 17 12:43:52 CEST 2008 - werner@suse.de
- Add some more comments what can be done with streams created - Add some more comments what can be done with streams created

View File

@ -20,7 +20,7 @@ License: GPL v2 or later
Group: System/Libraries Group: System/Libraries
AutoReqProv: on AutoReqProv: on
Version: 0.8 Version: 0.8
Release: 1 Release: 2
Summary: A Library for Accessing Compressed Text Files Summary: A Library for Accessing Compressed Text Files
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: libzio-%{version}.tar.bz2 Source: libzio-%{version}.tar.bz2
@ -78,7 +78,7 @@ make DESTDIR=$RPM_BUILD_ROOT install libdir=%{_libdir} mandir=%{_mandir}
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libzio.so.0 %{_libdir}/libzio.so.0
%{_libdir}/libzio.so.0.7 %{_libdir}/libzio.so.%{version}
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
@ -89,6 +89,8 @@ make DESTDIR=$RPM_BUILD_ROOT install libdir=%{_libdir} mandir=%{_mandir}
/usr/include/zio.h /usr/include/zio.h
%changelog %changelog
* Mon Jul 21 2008 werner@suse.de
- Make it build
* Thu Jul 17 2008 werner@suse.de * Thu Jul 17 2008 werner@suse.de
- Add some more comments what can be done with streams created - Add some more comments what can be done with streams created
by fzopen and fdzopen and what can not be done. by fzopen and fdzopen and what can not be done.