rpms/libksba/devel libksba-0.9.9-underquoted.patch, NONE, 1.1 libksba-0.9.9.tar.gz.sig, NONE, 1.1 .cvsignore, 1.2, 1.3 libksba.spec, 1.5, 1.6 sources, 1.2, 1.3

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Tue Feb 1 19:32:53 UTC 2005


Author: mschwendt

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

Modified Files:
	.cvsignore libksba.spec sources 
Added Files:
	libksba-0.9.9-underquoted.patch libksba-0.9.9.tar.gz.sig 
Log Message:
auto-import libksba-0.9.9-1 on branch devel from libksba-0.9.9-1.src.rpm

libksba-0.9.9-underquoted.patch:

--- NEW FILE libksba-0.9.9-underquoted.patch ---
diff -Nur libksba-0.9.9-orig/src/ksba.m4 libksba-0.9.9/src/ksba.m4
--- libksba-0.9.9-orig/src/ksba.m4	2002-08-23 20:53:24.000000000 +0200
+++ libksba-0.9.9/src/ksba.m4	2005-02-01 20:15:20.041030328 +0100
@@ -14,7 +14,7 @@
 dnl              [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]])
 dnl Test for libksba and define KSBA_CFLAGS and KSBA_LIBS
 dnl
-AC_DEFUN(AM_PATH_KSBA,
+AC_DEFUN([AM_PATH_KSBA],
 [ AC_ARG_WITH(ksba-prefix,
             AC_HELP_STRING([--with-ksba-prefix=PFX],
                            [prefix where KSBA is installed (optional)]),


--- NEW FILE libksba-0.9.9.tar.gz.sig ---
ˆ?

Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libksba/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 04:44:52 -0000	1.2
+++ .cvsignore	1 Feb 2005 19:32:51 -0000	1.3
@@ -1 +1 @@
-libksba-0.4.7.tar.gz
+libksba-0.9.9.tar.gz


Index: libksba.spec
===================================================================
RCS file: /cvs/extras/rpms/libksba/devel/libksba.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libksba.spec	10 Dec 2004 22:03:05 -0000	1.5
+++ libksba.spec	1 Feb 2005 19:32:51 -0000	1.6
@@ -1,40 +1,53 @@
-Summary:        X.509 library
-Name:           libksba
-Version:        0.4.7
-Release:        1
-License:        GPL
-Group:          System Environment/Libraries
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
-URL:            http://www.gnupg.org/
-Source0:        http://ftp.gnupg.org/gcrypt/alpha/aegypten/libksba-0.4.7.tar.gz
-Epoch:          0
+
+Summary: X.509 library
+Name:  	 libksba 
+Epoch: 	 0
+Version: 0.9.9
+Release: 1%{?dist_tag}
+License: GPL
+Group:   System Environment/Libraries
+URL:     http://www.gnupg.org/
+Source0: ftp://ftp.gnupg.org/gcrypt/alpha/libksba/libksba-0.9.9.tar.gz
+Source1: ftp://ftp.gnupg.org/gcrypt/alpha/libksba/libksba-0.9.9.tar.gz.sig
+Patch0:  libksba-0.9.9-underquoted.patch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: libgpg-error >= 0:0.7
+BuildRequires: libgcrypt-devel >= 0:1.2.0
 
 %description
 KSBA is a library designed to build software based on the X.509 and
 CMS protocols.
 
 %package devel
-Summary:        Development headers and libraries for %{name}
-Group:          Development/Libraries
-Requires:       %{name} = %{version}-%{release}
-
+Summary:  Development headers and libraries for %{name}
+Group:    Development/Libraries
+Requires: %{name} = %{epoch}:%{version}-%{release}
+Requires(post): /sbin/install-info
+Requires(preun): /sbin/install-info
 %description devel
 Development headers and libraries for %{name}.
 
 
 %prep
 %setup -q
+%patch -p1 -b .underquoted
 
 
 %build
 %configure
-make %{?_smp_mflags}
+
+# not smp safe
+make 
+
 make check
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%makeinstall
+
+make install DESTDIR=$RPM_BUILD_ROOT
+
 rm -f $RPM_BUILD_ROOT{%{_infodir}/dir,%{_libdir}/*.la}
 
 
@@ -43,15 +56,14 @@
 
 
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 %post devel
-install-info %{_infodir}/ksba.info.gz %{_infodir}/dir
+install-info %{_infodir}/ksba.info.gz %{_infodir}/dir ||:
 
 %postun devel
-if [ "$1" = "0" ]; then
-  install-info --delete %{_infodir}/ksba.info.gz %{_infodir}/dir
+if [ $1 -eq 0 ]; then
+  install-info --delete %{_infodir}/ksba.info.gz %{_infodir}/dir ||:
 fi
 
 
@@ -71,6 +83,12 @@
 
 
 %changelog
+* Tue Feb  1 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.9.9-1
+- Minus BR libtool, add epoch to -devel req, fix underquoted ksba.m4.
+
+* Tue Oct 19 2004 Rex Dieter <rexdieter[AT]users.sf.net> 0:0.9.9-0.fdr.1
+- 0.9.9
+
 * Thu Mar 20 2003 Ville Skyttä <ville.skytta at iki.fi> - 0.4.7-0.fdr.1
 - Update to 0.4.7, and to current Fedora guidelines.
 - Exclude %%{_libdir}/*.la.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libksba/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 04:44:52 -0000	1.2
+++ sources	1 Feb 2005 19:32:51 -0000	1.3
@@ -1 +1 @@
-65ab8dad1f7fb379f72e1d096657a3d7  libksba-0.4.7.tar.gz
+49085f4435e7506c790ae23342b01b37  libksba-0.9.9.tar.gz




More information about the fedora-extras-commits mailing list