OBS User unknown 2007-03-28 22:48:39 +00:00 committed by Git OBS Bridge
parent e9388173d1
commit 5f934b0f0b
2 changed files with 29 additions and 4 deletions

View File

@ -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 Sat Mar 24 12:16:43 CET 2007 - aj@suse.de

View File

@ -11,12 +11,12 @@
# norootforbuild # norootforbuild
Name: libzio Name: libzio
BuildRequires: libbz2-devel BuildRequires: libbz2-devel zlib-devel
License: GNU General Public License (GPL) License: GNU General Public License (GPL)
Group: System/Libraries Group: System/Libraries
Autoreqprov: on Autoreqprov: on
Version: 0.4 Version: 0.4
Release: 9 Release: 11
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
@ -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: Authors:
-------- --------
Werner Fink <werner@suse.de> Werner Fink <werner@suse.de>
@ -55,15 +70,20 @@ 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.4
%files devel
%defattr(-,root,root)
%doc README COPYING %doc README COPYING
%{_libdir}/libzio.a %{_libdir}/libzio.a
%{_libdir}/libzio.so %{_libdir}/libzio.so
%{_libdir}/libzio.so.0
%{_libdir}/libzio.so.0.4
%{_mandir}/man3/fzopen.3* %{_mandir}/man3/fzopen.3*
/usr/include/zio.h /usr/include/zio.h
%changelog %changelog
* Mon Mar 26 2007 - rguenther@suse.de
- Split off libzio-devel.
* Sat Mar 24 2007 - aj@suse.de * Sat Mar 24 2007 - aj@suse.de
- Add libbz2-devel to BuildRequirs. - Add libbz2-devel to BuildRequirs.
* Wed Dec 20 2006 - werner@suse.de * Wed Dec 20 2006 - werner@suse.de