forked from pool/libgpg-error
This commit is contained in:
parent
3f5c40bce4
commit
f1046e6852
5
baselibs.conf
Normal file
5
baselibs.conf
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
libgpg-error
|
||||||
|
libgpg-error0
|
||||||
|
libgpg-error-devel
|
||||||
|
requires -libgpg-error-<targettype>
|
||||||
|
requires "libgpg-error0-<targettype> = <version>"
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
- added baselibs.conf file to build xxbit packages
|
||||||
|
for multilib support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 21 18:21:11 CET 2007 - mkoenig@suse.de
|
Wed Nov 21 18:21:11 CET 2007 - mkoenig@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libgpg-error (Version 1.6)
|
# spec file for package libgpg-error (Version 1.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -10,10 +10,11 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: libgpg-error
|
Name: libgpg-error
|
||||||
Url: http://www.gnupg.org/
|
Url: http://www.gnupg.org/
|
||||||
Version: 1.6
|
Version: 1.6
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Library That Defines Common Error Values for All GnuPG Components
|
Summary: Library That Defines Common Error Values for All GnuPG Components
|
||||||
License: GPL v2 or later; LGPL v2.1 or later
|
License: GPL v2 or later; LGPL v2.1 or later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
@ -54,6 +55,7 @@ Authors:
|
|||||||
Marcus Brinkmann <marcus@g10code.com>
|
Marcus Brinkmann <marcus@g10code.com>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
|
License: GPL v2 or later; LGPL v2.1 or later; X11/MIT
|
||||||
Summary: Development package for libgpg-error
|
Summary: Development package for libgpg-error
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
%if %nld_build
|
%if %nld_build
|
||||||
@ -124,7 +126,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%_libdir/libgpg-error*.so
|
%_libdir/libgpg-error*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Nov 21 2007 - mkoenig@suse.de
|
* Thu Apr 10 2008 ro@suse.de
|
||||||
|
- added baselibs.conf file to build xxbit packages
|
||||||
|
for multilib support
|
||||||
|
* Wed Nov 21 2007 mkoenig@suse.de
|
||||||
- update to version 1.6
|
- update to version 1.6
|
||||||
* Minor build system fixes
|
* Minor build system fixes
|
||||||
* gpg-error has a new option --version
|
* gpg-error has a new option --version
|
||||||
@ -134,43 +139,43 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
GPG_ERR_SOURCE_KLEO NEW
|
GPG_ERR_SOURCE_KLEO NEW
|
||||||
- package branch to conform shlib policy:
|
- package branch to conform shlib policy:
|
||||||
libgpg-error0
|
libgpg-error0
|
||||||
* Wed Dec 13 2006 - mkoenig@suse.de
|
* Wed Dec 13 2006 mkoenig@suse.de
|
||||||
- get rid of .la file and fix devel so link
|
- get rid of .la file and fix devel so link
|
||||||
* Tue Dec 05 2006 - mkoenig@suse.de
|
* Tue Dec 05 2006 mkoenig@suse.de
|
||||||
- move shared lib to /%%_lib
|
- move shared lib to /%%_lib
|
||||||
* Tue Sep 19 2006 - mkoenig@suse.de
|
* Tue Sep 19 2006 mkoenig@suse.de
|
||||||
- update to version 1.4:
|
- update to version 1.4:
|
||||||
* New error codes for the Assuan IPC library.
|
* New error codes for the Assuan IPC library.
|
||||||
* New error code GPG_ERR_MISSING_ERRNO
|
* New error code GPG_ERR_MISSING_ERRNO
|
||||||
* New error source GPG_ERR_SOURCE_ANY
|
* New error source GPG_ERR_SOURCE_ANY
|
||||||
* New convenience functions gpg_err_code_from_syserror and
|
* New convenience functions gpg_err_code_from_syserror and
|
||||||
gpg_error_from_syserror
|
gpg_error_from_syserror
|
||||||
* Thu Jul 13 2006 - mskibbe@suse.de
|
* Thu Jul 13 2006 mskibbe@suse.de
|
||||||
- add autoreconf --force ( includes the missing -fPIC option while
|
- add autoreconf --force ( includes the missing -fPIC option while
|
||||||
build )
|
build )
|
||||||
* Wed Jul 12 2006 - mskibbe@suse.de
|
* Wed Jul 12 2006 mskibbe@suse.de
|
||||||
- update to version 1.3 which
|
- update to version 1.3 which
|
||||||
o includes fixes in Makefiles
|
o includes fixes in Makefiles
|
||||||
o fix cast problems
|
o fix cast problems
|
||||||
o include utf8 functions
|
o include utf8 functions
|
||||||
o add some languages
|
o add some languages
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Thu Jun 23 2005 - hvogel@suse.de
|
* Thu Jun 23 2005 hvogel@suse.de
|
||||||
- require libgpg-error
|
- require libgpg-error
|
||||||
- add %%clean section
|
- add %%clean section
|
||||||
* Thu Oct 14 2004 - hvogel@suse.de
|
* Thu Oct 14 2004 hvogel@suse.de
|
||||||
- update to version 1.0
|
- update to version 1.0
|
||||||
* Mon Sep 27 2004 - hvogel@suse.de
|
* Mon Sep 27 2004 hvogel@suse.de
|
||||||
- fixed ac-quotation of gpg-error.m4
|
- fixed ac-quotation of gpg-error.m4
|
||||||
* Mon Jul 19 2004 - hvogel@suse.de
|
* Mon Jul 19 2004 hvogel@suse.de
|
||||||
- correct nld_build if statement
|
- correct nld_build if statement
|
||||||
* Wed Jul 14 2004 - adrian@suse.de
|
* Wed Jul 14 2004 adrian@suse.de
|
||||||
- create -devel subpackage
|
- create -devel subpackage
|
||||||
- prepare for NLD
|
- prepare for NLD
|
||||||
* Mon May 24 2004 - ro@suse.de
|
* Mon May 24 2004 ro@suse.de
|
||||||
- added return value to non-void function (main)
|
- added return value to non-void function (main)
|
||||||
* Wed May 19 2004 - hvogel@suse.de
|
* Wed May 19 2004 hvogel@suse.de
|
||||||
- update to version 0.7
|
- update to version 0.7
|
||||||
* Tue Feb 17 2004 - hvogel@suse.de
|
* Tue Feb 17 2004 hvogel@suse.de
|
||||||
- initial package, version 0.6
|
- initial package, version 0.6
|
||||||
|
Loading…
Reference in New Issue
Block a user