forked from pool/libzio
This commit is contained in:
parent
525e823e23
commit
a205878def
@ -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
|
||||
|
||||
- Add some more comments what can be done with streams created
|
||||
|
@ -20,7 +20,7 @@ License: GPL v2 or later
|
||||
Group: System/Libraries
|
||||
AutoReqProv: on
|
||||
Version: 0.8
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: A Library for Accessing Compressed Text Files
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: libzio-%{version}.tar.bz2
|
||||
@ -78,7 +78,7 @@ make DESTDIR=$RPM_BUILD_ROOT install libdir=%{_libdir} mandir=%{_mandir}
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libzio.so.0
|
||||
%{_libdir}/libzio.so.0.7
|
||||
%{_libdir}/libzio.so.%{version}
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -89,6 +89,8 @@ make DESTDIR=$RPM_BUILD_ROOT install libdir=%{_libdir} mandir=%{_mandir}
|
||||
/usr/include/zio.h
|
||||
|
||||
%changelog
|
||||
* Mon Jul 21 2008 werner@suse.de
|
||||
- Make it build
|
||||
* Thu Jul 17 2008 werner@suse.de
|
||||
- Add some more comments what can be done with streams created
|
||||
by fzopen and fdzopen and what can not be done.
|
||||
|
Loading…
Reference in New Issue
Block a user