SHA256
3
0
forked from pool/libzio

Accepting request 137229 from devel:libraries:c_c++

- Strange policy causes new package libzio1

- Correct autoconf part of the manual page

OBS-URL: https://build.opensuse.org/request/show/137229
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzio?expand=0&rev=31
This commit is contained in:
Stephan Kulow 2012-10-05 16:38:00 +00:00 committed by Git OBS Bridge
commit e4aa7f56f7
4 changed files with 39 additions and 17 deletions

View File

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

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Oct 5 07:49:23 UTC 2012 - werner@suse.de
- Strange policy causes new package libzio1
-------------------------------------------------------------------
Thu Oct 4 13:06:40 UTC 2012 - werner@suse.de
- Correct autoconf part of the manual page
-------------------------------------------------------------------
Sun Jan 29 21:32:24 UTC 2012 - jengelh@medozas.de

View File

@ -15,7 +15,17 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: libzio
%define lname libzio1
Version: 1.00
Release: 0
Summary: A Library for Accessing Compressed Text Files
License: GPL-2.0+
Group: System/Libraries
Url: http://libzio.sourceforge.net/
Source: libzio-%{version}.tar.bz2
Source1: baselibs.conf
BuildRequires: libbz2-devel
BuildRequires: zlib-devel
%if %suse_version <= 1110
@ -30,29 +40,31 @@ BuildRequires: xz-devel
Obsoletes: libzio-64bit
%endif
#
Version: 0.99
Release: 0
Summary: A Library for Accessing Compressed Text Files
License: GPL-2.0+
Group: System/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: libzio-%{version}.tar.bz2
Source2: baselibs.conf
%description
Libzio provides a wrapper function for reading or writing gzip or bzip2
files with FILE streams.
Author:
--------
Werner Fink <werner@suse.de>
%package -n %lname
Summary: A Library for Accessing Compressed Text Files
Group: System/Libraries
Authors:
%description -n %lname
Libzio provides a wrapper function for reading or writing gzip or bzip2
files with FILE streams.
Author:
--------
Werner Fink <werner@suse.de>
%package devel
Summary: Libzio development files
Group: Development/Libraries/C and C++
Requires: libzio = %{version}
Requires: %lname = %{version}
# bug437293
%ifarch ppc64
Obsoletes: libzio-devel-64bit
@ -92,13 +104,13 @@ done
%install
make DESTDIR=$RPM_BUILD_ROOT install libdir=%{_libdir} mandir=%{_mandir}
%post -p /sbin/ldconfig
%post -n %lname -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%files
%files -n %lname
%defattr(-,root,root)
%{_libdir}/libzio.so.0
%{_libdir}/libzio.so.1
%{_libdir}/libzio.so.%{version}
%files devel