SHA256
3
0
forked from pool/libzio
OBS User unknown 2009-01-08 13:32:54 +00:00 committed by Git OBS Bridge
parent 65715f4ad5
commit ad776485c5
2 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
-------------------------------------------------------------------
Tue Nov 11 16:54:24 CET 2008 - ro@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package libzio (Version 0.9)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -29,8 +29,13 @@ BuildRequires: lzma lzma-devel
License: GPL v2 or later
Group: System/Libraries
AutoReqProv: on
# bug437293
%ifarch ppc64
Obsoletes: libzio-64bit
%endif
#
Version: 0.9
Release: 4
Release: 5
Summary: A Library for Accessing Compressed Text Files
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: libzio-%{version}.tar.bz2
@ -52,6 +57,11 @@ Summary: Libzio development files
Group: System/Libraries
Requires: libzio = %{version}
AutoReqProv: on
# bug437293
%ifarch ppc64
Obsoletes: libzio-devel-64bit
%endif
#
%description devel
Libzio development files including zio.h, the manual page fzopen(3),
@ -107,6 +117,8 @@ make DESTDIR=$RPM_BUILD_ROOT install libdir=%{_libdir} mandir=%{_mandir}
/usr/include/zio.h
%changelog
* Wed Jan 07 2009 olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
* Tue Nov 11 2008 ro@suse.de
- SLE-11 uses PPC64 instead of PPC, adapt baselibs.conf
* Thu Oct 16 2008 werner@suse.de