forked from pool/libzio
Accepting request 104004 from devel:libraries:c_c++
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/104004 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzio?expand=0&rev=29
This commit is contained in:
committed by
Git OBS Bridge
parent
792b6e76ff
commit
60fc194679
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 29 21:32:24 UTC 2012 - jengelh@medozas.de
|
||||
|
||||
- Remove redundant tags/sections per specfile guideline suggestions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
|
||||
|
||||
|
25
libzio.spec
25
libzio.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libzio (Version 0.99)
|
||||
# spec file for package libzio
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 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
|
||||
@@ -15,27 +15,26 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: libzio
|
||||
BuildRequires: libbz2-devel zlib-devel
|
||||
BuildRequires: libbz2-devel
|
||||
BuildRequires: zlib-devel
|
||||
%if %suse_version <= 1110
|
||||
BuildRequires: lzma lzma-devel
|
||||
BuildRequires: lzma
|
||||
BuildRequires: lzma-devel
|
||||
%else
|
||||
BuildRequires: xz xz-devel
|
||||
BuildRequires: xz
|
||||
BuildRequires: xz-devel
|
||||
%endif
|
||||
License: GPL-2.0+
|
||||
Group: System/Libraries
|
||||
AutoReqProv: on
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: libzio-64bit
|
||||
%endif
|
||||
#
|
||||
Version: 0.99
|
||||
Release: 10
|
||||
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
|
||||
@@ -51,11 +50,9 @@ Authors:
|
||||
Werner Fink <werner@suse.de>
|
||||
|
||||
%package devel
|
||||
License: GPL-2.0+
|
||||
Summary: Libzio development files
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libzio = %{version}
|
||||
AutoReqProv: on
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: libzio-devel-64bit
|
||||
|
Reference in New Issue
Block a user