]> git.pld-linux.org Git - packages/opensc.git/commitdiff
- updated to 0.11.0
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 10 May 2006 13:36:38 +0000 (13:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    opensc.spec -> 1.39

opensc.spec

index d52ae0e5a0a898ff4ef6ae58a9afd4dfbc00cfde..b151cd7dbbbea1d9bf0b57622c8a780abb48f28e 100644 (file)
@@ -1,13 +1,13 @@
 Summary:       OpenSC library - for accessing SmartCard devices using PC/SC Lite
 Summary(pl):   Biblioteka OpenSC - do korzystania z kart procesorowych przy u¿yciu PC/SC Lite
 Name:          opensc
-Version:       0.10.1
+Version:       0.11.0
 Release:       1
 Epoch:         0
 License:       LGPL
 Group:         Applications
 Source0:       http://www.opensc-project.org/files/opensc/%{name}-%{version}.tar.gz
-# Source0-md5: 5549c7c339775356784837887750d232
+# Source0-md5: be9cced6c703253baf78ccd9970679fa
 Patch0:                %{name}-explorer-debug.patch
 Patch1:                %{name}-libassuan.patch
 URL:           http://www.opensc-project.org/
@@ -115,7 +115,7 @@ install -d $RPM_BUILD_ROOT%{mozplugindir}
 
 # just install instead of symlinking
 rm -f $RPM_BUILD_ROOT%{mozplugindir}/opensc-signer.so
-mv -f $RPM_BUILD_ROOT%{_libdir}/opensc/opensc-signer.so $RPM_BUILD_ROOT%{mozplugindir}
+mv -f $RPM_BUILD_ROOT%{_libdir}/opensc-signer.so $RPM_BUILD_ROOT%{mozplugindir}
 
 # default config
 install etc/opensc.conf $RPM_BUILD_ROOT%{_sysconfdir}
@@ -132,13 +132,14 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc NEWS README doc/{*.{html,css},html/tools.html}
+%doc NEWS README doc/ChangeLog doc/{*.{html,css},html/tools.html}
 %attr(755,root,root) %{_bindir}/cardos-info
 %attr(755,root,root) %{_bindir}/cryptoflex-tool
 %attr(755,root,root) %{_bindir}/eidenv
 %attr(755,root,root) %{_bindir}/netkey-tool
 %attr(755,root,root) %{_bindir}/opensc-explorer
 %attr(755,root,root) %{_bindir}/opensc-tool
+%attr(755,root,root) %{_bindir}/piv-tool
 %attr(755,root,root) %{_bindir}/pkcs11-tool
 %attr(755,root,root) %{_bindir}/pkcs15-*
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
This page took 0.040107 seconds and 4 git commands to generate.