rpms/libksba/devel libksba.spec,1.15,1.16

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Thu Jan 26 19:39:34 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/libksba/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9862

Modified Files:
	libksba.spec 
Log Message:
* Wed Nov 30 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.13-2
- remove hacks
- drop self Obsoletes



Index: libksba.spec
===================================================================
RCS file: /cvs/extras/rpms/libksba/devel/libksba.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- libksba.spec	30 Nov 2005 16:47:45 -0000	1.15
+++ libksba.spec	26 Jan 2006 19:39:33 -0000	1.16
@@ -1,9 +1,7 @@
 Summary: X.509 library
 Name:    libksba
 Version: 0.9.13
-Release: 1%{?dist}.1
-#Version: 0.9.11
-#Release: 3%{?dist}
+Release: 2%{?dist}
 License: GPL
 Group:   System Environment/Libraries
 URL:     http://www.gnupg.org/
@@ -11,22 +9,8 @@
 Source1: ftp://ftp.gnupg.org/gcrypt/alpha/libksba/libksba-%{version}.tar.bz2.sig
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-# Try to help x86_64 gnupg2/gpgsm crashes/issues
-Patch1: libksba-0.9.13-gl.patch
-
 BuildRequires: libgpg-error >= 0.7
 BuildRequires: libgcrypt-devel >= 1.2.0
-BuildRequires: automake
-BuildRequires: bison
-
-# Version 0.9.12-1 had issues (see gnupg2 pkg, 'make check' 
-# failures on x86_64), drop when resolved
-%if "%{version}" == "0.9.12"
-ExcludeArch: x86_64
-%endif
-%if "%{version}" == "0.9.11"
-Obsoletes: libksba = 0.9.12-1%{?dist}
-%endif
 
 %description
 KSBA is a library designed to build software based on the X.509 and
@@ -38,9 +22,6 @@
 Requires: %{name} = %{version}-%{release}
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
-%if "%{version}" == "0.9.11"
-Obsoletes: libksba-devel = 0.9.12-1%{?dist}
-%endif
 %description devel
 %{summary}.
 
@@ -48,10 +29,6 @@
 %prep
 %setup -q
 
-%patch1 -p1 -b .gl
-
-./autogen.sh
-
 
 %build
 %configure \
@@ -61,7 +38,7 @@
 make %{?_smp_mflags}
 
 
-%check || :
+%check ||:
 make check
 
 
@@ -106,6 +83,10 @@
 
 
 %changelog
+* Wed Nov 30 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.13-2
+- remove hacks
+- drop self Obsoletes
+
 * Wed Nov 30 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.13-1
 - 0.9.13
 




More information about the fedora-extras-commits mailing list