rpms/opensc/FC-5 .cvsignore, 1.5, 1.6 opensc.spec, 1.10, 1.11 sources, 1.5, 1.6 opensc-0.10.1-rpath64.patch, 1.1, NONE

Ville Skytta (scop) fedora-extras-commits at redhat.com
Sun May 7 13:51:19 UTC 2006


Author: scop

Update of /cvs/extras/rpms/opensc/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12841

Modified Files:
	.cvsignore opensc.spec sources 
Removed Files:
	opensc-0.10.1-rpath64.patch 
Log Message:
* Sun May  7 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.11.0-2
- Sync example paths in openct.conf with ctapi-common.
- Update URL.

* Thu May  4 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.11.0-1
- 0.11.0.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/opensc/FC-5/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	8 Jan 2006 22:14:15 -0000	1.5
+++ .cvsignore	7 May 2006 13:51:19 -0000	1.6
@@ -1 +1 @@
-opensc-0.10.1.tar.gz
+opensc-0.11.0.tar.gz


Index: opensc.spec
===================================================================
RCS file: /cvs/extras/rpms/opensc/FC-5/opensc.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- opensc.spec	6 Mar 2006 16:03:01 -0000	1.10
+++ opensc.spec	7 May 2006 13:51:19 -0000	1.11
@@ -1,15 +1,14 @@
 %define plugindir %{_libdir}/mozilla/plugins
 
 Name:           opensc
-Version:        0.10.1
-Release:        3%{?dist}
+Version:        0.11.0
+Release:        2%{?dist}
 Summary:        Smart card library and applications
 
 Group:          System Environment/Libraries
 License:        LGPL
-URL:            http://www.opensc.org/
-Source0:        http://www.opensc.org/files/opensc/%{name}-%{version}.tar.gz
-Patch0:         %{name}-0.10.1-rpath64.patch
+URL:            http://www.opensc-project.org/opensc/
+Source0:        http://www.opensc-project.org/files/opensc/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  pcsc-lite-devel >= 1.1.1
@@ -17,6 +16,7 @@
 BuildRequires:  openct-devel
 BuildRequires:  openssl-devel >= 0.9.7a
 BuildRequires:  libtool-ltdl-devel
+BuildRequires:  libtool
 
 %description
 OpenSC is a package for for accessing smart card devices.  Basic
@@ -51,10 +51,10 @@
 
 %prep
 %setup -q
-# patch0: --disable-rpath doesn't seem to do what it implies
-%patch0 -p1
+sh bootstrap # avoid standard rpaths on lib64 archs
 cp -p src/pkcs15init/README ./README.pkcs15init
 cp -p src/scconf/README.scconf .
+sed -i -e 's|/usr/local/towitoko/lib/|%{_libdir}/ctapi/|' etc/opensc.conf.in
 
 
 %build
@@ -74,14 +74,12 @@
 install -dm 755 _docs/openssh
 install -pm 644 src/openssh/README src/openssh/ask-for-pin.diff _docs/openssh
 cp -pR doc _docs
-rm -r _docs/doc/{*.sh,*.xsl,old,Makefile*,tools}
+rm -r _docs/doc/{*.sh,*.xsl,api,Makefile*,tools}
 
 find $RPM_BUILD_ROOT%{_libdir} -type f -name "*.la" | xargs rm
 
 rm $RPM_BUILD_ROOT%{plugindir}/opensc-signer.so
-mv $RPM_BUILD_ROOT%{_libdir}/opensc/opensc-signer.so \
-  $RPM_BUILD_ROOT%{plugindir}
-rmdir $RPM_BUILD_ROOT%{_libdir}/opensc
+mv $RPM_BUILD_ROOT%{_libdir}/opensc-signer.so $RPM_BUILD_ROOT%{plugindir}
 
 
 %clean
@@ -103,6 +101,7 @@
 %{_bindir}/netkey-tool
 %{_bindir}/opensc-explorer
 %{_bindir}/opensc-tool
+%{_bindir}/piv-tool
 %{_bindir}/pkcs11-tool
 %{_bindir}/pkcs15-crypt
 %{_bindir}/pkcs15-init
@@ -138,6 +137,19 @@
 
 
 %changelog
+* Sun May  7 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.11.0-2
+- Sync example paths in openct.conf with ctapi-common.
+- Update URL.
+
+* Thu May  4 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.11.0-1
+- 0.11.0.
+
+* Thu Apr 27 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.11.0-0.1.rc2
+- 0.11.0-rc2.
+
+* Sat Apr 22 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.11.0-0.1.rc1
+- 0.11.0-rc1.
+
 * Mon Mar  6 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.10.1-3
 - Rebuild.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/opensc/FC-5/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	8 Jan 2006 22:14:15 -0000	1.5
+++ sources	7 May 2006 13:51:19 -0000	1.6
@@ -1 +1 @@
-5549c7c339775356784837887750d232  opensc-0.10.1.tar.gz
+be9cced6c703253baf78ccd9970679fa  opensc-0.11.0.tar.gz


--- opensc-0.10.1-rpath64.patch DELETED ---




More information about the scm-commits mailing list