rpms/opensc/devel opensc.spec,1.39,1.40

Tomáš Mráz tmraz at fedoraproject.org
Thu Jan 15 10:22:25 UTC 2009


Author: tmraz

Update of /cvs/pkgs/rpms/opensc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10607

Modified Files:
	opensc.spec 
Log Message:
* Thu Jan 15 2009 Tomas Mraz <tmraz at redhat.com> - 0.11.6-2
- Add explicit requires for pcsc-lite-libs. Dlopen libpcsclite with the full
  soname.



Index: opensc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/opensc/devel/opensc.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- opensc.spec	2 Sep 2008 14:32:04 -0000	1.39
+++ opensc.spec	15 Jan 2009 10:21:55 -0000	1.40
@@ -2,7 +2,7 @@
 
 Name:           opensc
 Version:        0.11.6
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Smart card library and applications
 
 Group:          System Environment/Libraries
@@ -20,6 +20,8 @@
 BuildRequires:  openssl-devel >= 0.9.7a
 BuildRequires:  libtool-ltdl-devel
 BuildRequires:  libtool
+BuildRequires:  pkgconfig
+Requires:	pcsc-lite-libs
 
 %description
 OpenSC is a package for for accessing smart card devices.  Basic
@@ -68,6 +70,7 @@
   --enable-pcsc \
   --enable-openct \
   --enable-doc \
+  --with-pcsc-provider=%{_libdir}/libpcsclite.so.1 \
   --with-plugindir=%{plugindir} \
   --with-pin-entry=%{_bindir}/pinentry
 make %{?_smp_mflags}
@@ -149,6 +152,10 @@
 
 
 %changelog
+* Thu Jan 15 2009 Tomas Mraz <tmraz at redhat.com> - 0.11.6-2
+- Add explicit requires for pcsc-lite-libs. Dlopen libpcsclite with the full
+  soname.
+
 * Tue Sep  2 2008 Tomas Mraz <tmraz at redhat.com> - 0.11.6-1
 - Update to latest upstream, fixes CVE-2008-2235
 




More information about the scm-commits mailing list