forked from pool/libzio
This commit is contained in:
parent
65715f4ad5
commit
ad776485c5
@ -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
|
Tue Nov 11 16:54:24 CET 2008 - ro@suse.de
|
||||||
|
|
||||||
|
16
libzio.spec
16
libzio.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzio (Version 0.9)
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -29,8 +29,13 @@ BuildRequires: lzma lzma-devel
|
|||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
|
# bug437293
|
||||||
|
%ifarch ppc64
|
||||||
|
Obsoletes: libzio-64bit
|
||||||
|
%endif
|
||||||
|
#
|
||||||
Version: 0.9
|
Version: 0.9
|
||||||
Release: 4
|
Release: 5
|
||||||
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
|
||||||
@ -52,6 +57,11 @@ Summary: Libzio development files
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: libzio = %{version}
|
Requires: libzio = %{version}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
|
# bug437293
|
||||||
|
%ifarch ppc64
|
||||||
|
Obsoletes: libzio-devel-64bit
|
||||||
|
%endif
|
||||||
|
#
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Libzio development files including zio.h, the manual page fzopen(3),
|
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
|
/usr/include/zio.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 07 2009 olh@suse.de
|
||||||
|
- obsolete old -XXbit packages (bnc#437293)
|
||||||
* Tue Nov 11 2008 ro@suse.de
|
* Tue Nov 11 2008 ro@suse.de
|
||||||
- SLE-11 uses PPC64 instead of PPC, adapt baselibs.conf
|
- SLE-11 uses PPC64 instead of PPC, adapt baselibs.conf
|
||||||
* Thu Oct 16 2008 werner@suse.de
|
* Thu Oct 16 2008 werner@suse.de
|
||||||
|
Loading…
x
Reference in New Issue
Block a user