rpms/opensc/devel opensc.spec,1.1,1.2

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Tue Feb 8 23:31:24 UTC 2005


Author: mschwendt

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

Modified Files:
	opensc.spec 
Log Message:
fix spec for x86_64 as it blocks gnupg2


Index: opensc.spec
===================================================================
RCS file: /cvs/extras/rpms/opensc/devel/opensc.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- opensc.spec	2 Feb 2005 23:25:14 -0000	1.1
+++ opensc.spec	8 Feb 2005 23:31:22 -0000	1.2
@@ -6,7 +6,7 @@
 
 Name:           opensc
 Version:        0.9.4
-Release:        1
+Release:        2
 Summary:        OpenSC SmartCard library and applications
 
 Group:          System Environment/Libraries
@@ -76,7 +76,7 @@
 %if %{disable_static}
   --disable-static \
 %endif
-  --with-plugin-path=%{plugindir} \
+  --with-plugin-dir=%{plugindir} \
   --with-pin-entry=%{_bindir}/pinentry
 make %{?_smp_mflags}
 
@@ -176,6 +176,9 @@
 
 
 %changelog
+* Wed Feb  9 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.4-2
+- Use --with-plugin-dir instead of --with-plugin-path (fixes x86_64).
+
 * Thu Feb  3 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.9.4-1
 - Drop unnecessary Epochs, pre-FC1 compat cruft, and no longer relevant
   --with(out) rpmbuild options.




More information about the fedora-extras-commits mailing list