diff --git a/ctapi-cyberjack.spec b/ctapi-cyberjack.spec index 20560cd..641bb99 100644 --- a/ctapi-cyberjack.spec +++ b/ctapi-cyberjack.spec @@ -1,9 +1,9 @@ Name: ctapi-cyberjack Summary: CT-API 1.1 driver for REINER SCT cyberjack USB chipcard reader Version: 2.0.11 -Release: 5%{?dist} +Release: 6%{?dist} Requires: %{_libdir}/ctapi -ExcludeArch: x86_64 +#ExcludeArch: x86_64 #kernel-devel needed for workaround bug 191515 #For FC>4 @@ -68,8 +68,9 @@ Files for the PC/SC system. %setup -q -n %{name}-%{version} %build -CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS -./configure --disable-static +#CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS +#./configure --disable-static +%configure make %{?_smp_mflags} @@ -124,6 +125,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/ctapi/libctapi-cyberjack.la %changelog +* Sat Sep 16 2006 Frank Büttner - 2.0.11-6%{?dist} +- try %configure instead of configure + * Sat Sep 16 2006 Frank Büttner - 2.0.11-5%{?dist} - disable build on EMT64 until somebody with such system fix it