rpms/opensc/F-12 opensc.spec,1.49,1.50

Tomáš Mráz tmraz at fedoraproject.org
Tue Sep 29 19:31:01 UTC 2009


Author: tmraz

Update of /cvs/pkgs/rpms/opensc/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12760

Modified Files:
	opensc.spec 
Log Message:
* Tue Sep 29 2009 Tomas Mraz <tmraz at redhat.com> - 0.11.9-2
- fix multilib conflict in the configuration file (#526269)



Index: opensc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/opensc/F-12/opensc.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -p -r1.49 -r1.50
--- opensc.spec	9 Sep 2009 15:33:07 -0000	1.49
+++ opensc.spec	29 Sep 2009 19:31:01 -0000	1.50
@@ -2,7 +2,7 @@
 
 Name:           opensc
 Version:        0.11.9
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Smart card library and applications
 
 Group:          System Environment/Libraries
@@ -70,7 +70,7 @@ sed -i -e 's|/usr/local/towitoko/lib/|/u
   --enable-pcsc \
   --enable-openct \
   --enable-doc \
-  --with-pcsc-provider=%{_libdir}/libpcsclite.so.1 \
+  --with-pcsc-provider=libpcsclite.so.1 \
   --with-plugindir=%{plugindir} \
   --with-pin-entry=%{_bindir}/pinentry
 make %{?_smp_mflags}
@@ -81,6 +81,8 @@ rm -rf $RPM_BUILD_ROOT _docs
 install -dm 755 $RPM_BUILD_ROOT%{plugindir}
 make install DESTDIR=$RPM_BUILD_ROOT
 install -Dpm 644 etc/opensc.conf $RPM_BUILD_ROOT%{_sysconfdir}/opensc.conf
+# use NEWS file timestamp as reference for configuration file
+touch -r NEWS $RPM_BUILD_ROOT%{_sysconfdir}/opensc.conf
 
 find $RPM_BUILD_ROOT%{_libdir} -type f -name "*.la" | xargs rm
 
@@ -153,6 +155,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Sep 29 2009 Tomas Mraz <tmraz at redhat.com> - 0.11.9-2
+- fix multilib conflict in the configuration file (#526269)
+
 * Wed Sep 09 2009 Tomas Mraz <tmraz at redhat.com> - 0.11.9-1
 - new upstream version
 




More information about the scm-commits mailing list