SPECS: opensc.spec - updated to 0.10.0 (note: new soname, engines ...
qboosh
qboosh at pld-linux.org
Mon Nov 7 14:32:21 CET 2005
Author: qboosh Date: Mon Nov 7 13:32:21 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.10.0 (note: new soname, engines and pam module separated)
- removed obsolete libdir,segv,gcc4 patches, updated explorer-debug patch
- added libassuan patch (fixes signer linking)
---- Files affected:
SPECS:
opensc.spec (1.35 -> 1.36)
---- Diffs:
================================================================
Index: SPECS/opensc.spec
diff -u SPECS/opensc.spec:1.35 SPECS/opensc.spec:1.36
--- SPECS/opensc.spec:1.35 Sat Sep 17 13:55:06 2005
+++ SPECS/opensc.spec Mon Nov 7 14:32:16 2005
@@ -2,26 +2,24 @@
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.9.6
-Release: 3
+Version: 0.10.0
+Release: 1
Epoch: 0
License: LGPL
Group: Applications
Source0: http://www.opensc.org/files/%{name}-%{version}.tar.gz
-# Source0-md5: 38fdd64566cc6fc83338d659e816b4fb
-Patch0: %{name}-libdir.patch
-Patch1: %{name}-segv.patch
-Patch2: %{name}-explorer-debug.patch
-Patch3: %{name}-gcc4.patch
+# Source0-md5: d25271140776df94ada13f45dad34996
+Patch0: %{name}-explorer-debug.patch
+Patch1: %{name}-libassuan.patch
URL: http://www.opensc.org/
BuildRequires: autoconf >= 2.52
BuildRequires: automake
BuildRequires: libassuan-devel >= 1:0.6.0
+BuildRequires: libltdl-devel
BuildRequires: libtool >= 1:1.4.2-9
BuildRequires: openldap-devel
BuildRequires: openssl-devel >= 0.9.7d
BuildRequires: openct-devel
-BuildRequires: pam-devel
BuildRequires: pcsc-lite-devel
BuildRequires: pkgconfig >= 1:0.9.0
BuildRequires: readline-devel
@@ -78,20 +76,6 @@
%description static -l pl
Statyczne biblioteki OpenSC.
-%package -n pam-pam_opensc
-Summary: OpenSC module for PAM
-Summary(pl): Moduł PAM OpenSC
-License: GPL
-Group: Base
-Requires: %{name} = %{epoch}:%{version}-%{release}
-Obsoletes: pam_opensc
-
-%description -n pam-pam_opensc
-OpenSC module for PAM.
-
-%description -n pam-pam_opensc -l pl
-Moduł PAM OpenSC.
-
%package -n mozilla-plugin-opensc
Summary: OpenSC Signer plugin for Mozilla
Summary(pl): Wtyczka OpenSC Signer dla Mozilli
@@ -109,12 +93,10 @@
%setup -q
%patch0 -p1
%patch1 -p1
-%patch2 -p1
-%patch3 -p1
%build
%{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I aclocal
%{__autoconf}
%{__autoheader}
%{__automake}
@@ -131,22 +113,16 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/%{_lib}
-mv -f $RPM_BUILD_ROOT%{_libdir}/security $RPM_BUILD_ROOT/%{_lib}
-
# 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}
# default config
install etc/opensc.conf $RPM_BUILD_ROOT%{_sysconfdir}
-install etc/scldap.conf $RPM_BUILD_ROOT%{_sysconfdir}
# useless (dlopened by *.so)
-rm -f $RPM_BUILD_ROOT%{_libdir}/{libscam,opensc-*}.{a,la} \
- $RPM_BUILD_ROOT%{_libdir}/opensc/*.{a,la} \
- $RPM_BUILD_ROOT%{_libdir}/pkcs11/*.{a,la} \
- $RPM_BUILD_ROOT/%{_lib}/security/pam_opensc.{a,la}
+rm -f $RPM_BUILD_ROOT%{_libdir}/{opensc,pkcs11}-*.{a,la} \
+ $RPM_BUILD_ROOT%{_libdir}/opensc/*.{a,la}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -156,26 +132,24 @@
%files
%defattr(644,root,root,755)
-%doc ANNOUNCE ChangeLog NEWS docs/{pkcs-15v1_1.asn,opensc.{html,css}}
+%doc NEWS README 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}/pkcs11-tool
%attr(755,root,root) %{_bindir}/pkcs15-*
%attr(755,root,root) %{_libdir}/lib*.so.*.*
-%attr(755,root,root) %{_libdir}/libscam.so
%attr(755,root,root) %{_libdir}/opensc-pkcs11.so
-%dir %{_libdir}/pkcs11
-%attr(755,root,root) %{_libdir}/pkcs11/pkcs11-spy.so
-%dir %{_libdir}/opensc
-%attr(755,root,root) %{_libdir}/opensc/engine_opensc.so
-%attr(755,root,root) %{_libdir}/opensc/engine_pkcs11.so
+%attr(755,root,root) %{_libdir}/pkcs11-spy.so
%dir %{_datadir}/opensc
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.conf
%config(noreplace) %verify(not md5 mtime size) %{_datadir}/opensc/*.profile
%{_mandir}/man1/cardos-info.1*
%{_mandir}/man1/cryptoflex-tool.1*
+%{_mandir}/man1/netkey-tool.1*
%{_mandir}/man1/opensc-explorer.1*
%{_mandir}/man1/opensc-tool.1*
%{_mandir}/man1/pkcs11-tool.1*
@@ -184,13 +158,14 @@
%files devel
%defattr(644,root,root,755)
+%doc doc/html/api.html
%attr(755,root,root) %{_bindir}/opensc-config
%attr(755,root,root) %{_libdir}/libopensc.so
-%attr(755,root,root) %{_libdir}/libpkcs11.so
%attr(755,root,root) %{_libdir}/libpkcs15init.so
%attr(755,root,root) %{_libdir}/libscconf.so
-%attr(755,root,root) %{_libdir}/libscldap.so
-%{_libdir}/lib*.la
+%{_libdir}/libopensc.la
+%{_libdir}/libpkcs15init.la
+%{_libdir}/libscconf.la
%{_includedir}/opensc
%{_pkgconfigdir}/*.pc
%{_mandir}/man1/opensc-config.1*
@@ -198,11 +173,9 @@
%files static
%defattr(644,root,root,755)
-%{_libdir}/lib*.a
-
-%files -n pam-pam_opensc
-%defattr(644,root,root,755)
-%attr(755,root,root) /%{_lib}/security/pam_opensc.so
+%{_libdir}/libopensc.a
+%{_libdir}/libpkcs15init.a
+%{_libdir}/libscconf.a
%files -n mozilla-plugin-opensc
%defattr(644,root,root,755)
@@ -214,6 +187,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.36 2005/11/07 13:32:16 qboosh
+- updated to 0.10.0 (note: new soname, engines and pam module separated)
+- removed obsolete libdir,segv,gcc4 patches, updated explorer-debug patch
+- added libassuan patch (fixes signer linking)
+
Revision 1.35 2005/09/17 11:55:06 arekm
- new readline, 5.0
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/opensc.spec?r1=1.35&r2=1.36&f=u
More information about the pld-cvs-commit
mailing list