This commit is contained in:
parent
e9388173d1
commit
5f934b0f0b
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 26 11:23:15 CEST 2007 - rguenther@suse.de
|
||||
|
||||
- Split off libzio-devel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 24 12:16:43 CET 2007 - aj@suse.de
|
||||
|
||||
|
28
libzio.spec
28
libzio.spec
@ -11,12 +11,12 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: libzio
|
||||
BuildRequires: libbz2-devel
|
||||
BuildRequires: libbz2-devel zlib-devel
|
||||
License: GNU General Public License (GPL)
|
||||
Group: System/Libraries
|
||||
Autoreqprov: on
|
||||
Version: 0.4
|
||||
Release: 9
|
||||
Release: 11
|
||||
Summary: A Library for Accessing Compressed Text Files
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: libzio-%{version}.tar.bz2
|
||||
@ -28,6 +28,21 @@ files with FILE streams.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Werner Fink <werner@suse.de>
|
||||
|
||||
%package devel
|
||||
Summary: libzio development files
|
||||
Group: System/Libraries
|
||||
Requires: libzio = %{version}
|
||||
Autoreqprov: on
|
||||
|
||||
%description devel
|
||||
libzio development files
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Werner Fink <werner@suse.de>
|
||||
@ -55,15 +70,20 @@ make DESTDIR=$RPM_BUILD_ROOT install libdir=%{_libdir} mandir=%{_mandir}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libzio.so.0
|
||||
%{_libdir}/libzio.so.0.4
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc README COPYING
|
||||
%{_libdir}/libzio.a
|
||||
%{_libdir}/libzio.so
|
||||
%{_libdir}/libzio.so.0
|
||||
%{_libdir}/libzio.so.0.4
|
||||
%{_mandir}/man3/fzopen.3*
|
||||
/usr/include/zio.h
|
||||
|
||||
%changelog
|
||||
* Mon Mar 26 2007 - rguenther@suse.de
|
||||
- Split off libzio-devel.
|
||||
* Sat Mar 24 2007 - aj@suse.de
|
||||
- Add libbz2-devel to BuildRequirs.
|
||||
* Wed Dec 20 2006 - werner@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user