forked from pool/libgpg-error
This commit is contained in:
parent
6bbb922272
commit
448e3fe275
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de
|
||||
|
||||
- obsolete old -XXbit packages (bnc#437293)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 11 12:15:22 CEST 2008 - coolo@suse.de
|
||||
|
||||
|
@ -2,9 +2,16 @@
|
||||
# spec file for package libgpg-error (Version 1.6)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
@ -14,11 +21,19 @@
|
||||
Name: libgpg-error
|
||||
Url: http://www.gnupg.org/
|
||||
Version: 1.6
|
||||
Release: 3
|
||||
Release: 5
|
||||
Summary: Library That Defines Common Error Values for All GnuPG Components
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
Group: Development/Libraries/C and C++
|
||||
AutoReqProv: on
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: libgpg-error-64bit
|
||||
%endif
|
||||
%ifarch %ix86 ppc
|
||||
Obsoletes: libgpg-error-32bit
|
||||
%endif
|
||||
#
|
||||
Source: %name-%version.tar.bz2
|
||||
# rename package to "libgpg-error-nld" and set this to 1 for NLD
|
||||
%define nld_build 0
|
||||
@ -58,6 +73,14 @@ Authors:
|
||||
License: GPL v2 or later; LGPL v2.1 or later; X11/MIT
|
||||
Summary: Development package for libgpg-error
|
||||
Group: Development/Libraries/C and C++
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: libgpg-error-devel-64bit
|
||||
%endif
|
||||
%ifarch %ix86 ppc
|
||||
Obsoletes: libgpg-error-devel-32bit
|
||||
%endif
|
||||
#
|
||||
%if %nld_build
|
||||
Conflicts: libgpg-error-devel
|
||||
%endif
|
||||
@ -126,6 +149,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%_libdir/libgpg-error*.so
|
||||
|
||||
%changelog
|
||||
* Thu Oct 30 2008 olh@suse.de
|
||||
- obsolete old -XXbit packages (bnc#437293)
|
||||
* Sun May 11 2008 coolo@suse.de
|
||||
- fix rename of xxbit packages
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user