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
|
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
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user