]> git.pld-linux.org Git - packages/opensc.git/blobdiff - opensc.spec
- added todo
[packages/opensc.git] / opensc.spec
index 15ad9c7233c8623855dfcb5950673aeff758f68b..f6f97a1726d66b7fd08f34e4b45188488a38b25b 100644 (file)
@@ -1,16 +1,17 @@
+# TODO: use browser-plugins framework for signer plugin
 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.0
+Version:       0.11.0
 Release:       1
 Epoch:         0
 License:       LGPL
 Group:         Applications
-Source0:       http://www.opensc.org/files/%{name}-%{version}.tar.gz
-# Source0-md5: d25271140776df94ada13f45dad34996
+Source0:       http://www.opensc-project.org/files/opensc/%{name}-%{version}.tar.gz
+# Source0-md5: be9cced6c703253baf78ccd9970679fa
 Patch0:                %{name}-explorer-debug.patch
 Patch1:                %{name}-libassuan.patch
-URL:           http://www.opensc.org/
+URL:           http://www.opensc-project.org/
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
 BuildRequires: libassuan-devel >= 1:0.6.0
@@ -53,6 +54,7 @@ Summary:      OpenSC development files
 Summary(pl):   Pliki dla programistów u¿ywaj±cych OpenSC
 Group:         Development/Tools
 Requires:      %{name} = %{epoch}:%{version}-%{release}
+Requires:      libltdl-devel
 Requires:      openct-devel
 Requires:      openssl-devel
 Requires:      pcsc-lite-devel
@@ -114,7 +116,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}
@@ -131,13 +133,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.071274 seconds and 4 git commands to generate.