From da417fad4780fb5d83ebf0b7f389ca3c8ed29424 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Feb 08 2005 23:31:22 +0000 Subject: fix spec for x86_64 as it blocks gnupg2 --- diff --git a/opensc.spec b/opensc.spec index b50a928..dd11d1a 100644 --- a/opensc.spec +++ b/opensc.spec @@ -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 @@ sh ./bootstrap # for patch0 %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 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 9 2005 Michael Schwendt - 0.9.4-2 +- Use --with-plugin-dir instead of --with-plugin-path (fixes x86_64). + * Thu Feb 3 2005 Ville Skyttä - 0.9.4-1 - Drop unnecessary Epochs, pre-FC1 compat cruft, and no longer relevant --with(out) rpmbuild options.