rpms/libassuan/FC-4 libassuan.spec,1.9,1.10

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Tue Aug 9 15:55:50 UTC 2005


Author: rdieter

Update of /cvs/extras/rpms/libassuan/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31687

Modified Files:
	libassuan.spec 
Log Message:
(and respin to make newer than fc3's 0.6.10-2.fc3 build)

* Mon Jul  4 2005 Michael Schwendt <mschwendt[at]users.sf.net> - 0.6.10-2
- Build PIC only for x86_64.




Index: libassuan.spec
===================================================================
RCS file: /cvs/extras/rpms/libassuan/FC-4/libassuan.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libassuan.spec	2 Jul 2005 07:31:45 -0000	1.9
+++ libassuan.spec	9 Aug 2005 15:55:48 -0000	1.10
@@ -1,7 +1,7 @@
 Summary: GnuPG IPC library
 Name:    libassuan
 Version: 0.6.10
-Release: 1%{?dist}
+Release: 2%{?dist}
 Source0: ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/libassuan-%{version}.tar.gz
 Source1: ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/libassuan-%{version}.tar.gz.sig
 URL:     http://www.gnupg.org/
@@ -18,6 +18,7 @@
 Group: Development/Libraries
 Requires(post): /sbin/install-info
 Requires(postun): /sbin/install-info
+
 %description devel
 This is the IPC library used by GnuPG 1.9, GPGME and a few other
 packages.
@@ -30,9 +31,12 @@
 
 
 %build
+%ifarch x86_64
+export CFLAGS="$RPM_OPT_FLAGS -fPIC"
+%endif
 %configure
 
-make CFLAGS="$RPM_OPT_FLAGS -fPIC -DPIC" %{?_smp_mflags}
+make %{?_smp_mflags}
 
 
 %install
@@ -78,6 +82,9 @@
 
 
 %changelog
+* Mon Jul  4 2005 Michael Schwendt <mschwendt[at]users.sf.net> - 0.6.10-2
+- Build PIC only for x86_64.
+
 * Fri Jul  1 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.6.10-1
 - 0.6.10, macro patch no longer needed (#162262).
 




More information about the scm-commits mailing list