OBS User unknown 2007-12-07 19:12:13 +00:00 committed by Git OBS Bridge
parent 5f934b0f0b
commit 8c1a6dd531
4 changed files with 23 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4733deba4407f18ee05154f9463f33dd0f77d1cd4595d153149d00e2ad4fc33
size 16788

3
libzio-0.5.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a0e054e73bc756db76e3106fa0121723e209092b5ddfed63d93f601077bd34ee
size 16883

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 7 17:42:49 CET 2007 - werner@suse.de
- Add support for streams on file descriptors
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 26 11:23:15 CEST 2007 - rguenther@suse.de Mon Mar 26 11:23:15 CEST 2007 - rguenther@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package libzio (Version 0.4) # spec file for package libzio (Version 0.5)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
@ -11,12 +11,15 @@
# norootforbuild # norootforbuild
Name: libzio Name: libzio
BuildRequires: libbz2-devel zlib-devel BuildRequires: zlib-devel
License: GNU General Public License (GPL) %if %suse_version > 1020
BuildRequires: libbz2-devel
%endif
License: GPL v2 or later
Group: System/Libraries Group: System/Libraries
Autoreqprov: on AutoReqProv: on
Version: 0.4 Version: 0.5
Release: 11 Release: 1
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
@ -36,7 +39,7 @@ Authors:
Summary: libzio development files Summary: libzio development files
Group: System/Libraries Group: System/Libraries
Requires: libzio = %{version} Requires: libzio = %{version}
Autoreqprov: on AutoReqProv: on
%description devel %description devel
libzio development files libzio development files
@ -54,9 +57,11 @@ Authors:
%build %build
make make
make testt make testt
make tests
for comp in gzip bzip2; do for comp in gzip bzip2; do
$comp -c < fzopen.3.in > fzopen.test $comp -c < fzopen.3.in > fzopen.test
./testt fzopen.test | cmp fzopen.3.in - ./testt fzopen.test | cmp fzopen.3.in -
cat fzopen.test | ./testt fzopen.test $comp | cmp fzopen.3.in -
done done
%install %install
@ -71,7 +76,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.4 %{_libdir}/libzio.so.0.5
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
@ -82,6 +87,8 @@ make DESTDIR=$RPM_BUILD_ROOT install libdir=%{_libdir} mandir=%{_mandir}
/usr/include/zio.h /usr/include/zio.h
%changelog %changelog
* Fri Dec 07 2007 - werner@suse.de
- Add support for streams on file descriptors
* Mon Mar 26 2007 - rguenther@suse.de * Mon Mar 26 2007 - rguenther@suse.de
- Split off libzio-devel. - Split off libzio-devel.
* Sat Mar 24 2007 - aj@suse.de * Sat Mar 24 2007 - aj@suse.de