SPECS: pcsc-tools.spec - updated to 1.4.3, updated smartcard_list.txt

qboosh qboosh at pld-linux.org
Fri Mar 10 21:08:59 CET 2006


Author: qboosh                       Date: Fri Mar 10 20:08:59 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.4.3, updated smartcard_list.txt

---- Files affected:
SPECS:
   pcsc-tools.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/pcsc-tools.spec
diff -u SPECS/pcsc-tools.spec:1.10 SPECS/pcsc-tools.spec:1.11
--- SPECS/pcsc-tools.spec:1.10	Thu Jun  2 12:27:51 2005
+++ SPECS/pcsc-tools.spec	Fri Mar 10 21:08:54 2006
@@ -7,17 +7,18 @@
 Summary:	Some tools to be used with smart cards and PC/SC
 Summary(pl):	Narzędzia do używania z czytnikami Smart Card i PC/SC
 Name:		pcsc-tools
-Version:	1.4.1
+Version:	1.4.3
 Release:	1
 License:	GPL v2+
 Group:		Applications
 Source0:	http://ludovic.rousseau.free.fr/softwares/pcsc-tools/%{name}-%{version}.tar.gz
-# Source0-md5:	517cb2a5e6d3170f408cc7550223ed89
+# Source0-md5:	c21a0865983d0f3eb9841eb4d03e67f1
 Source1:	http://ludovic.rousseau.free.fr/softwares/pcsc-tools/smartcard_list.txt
 URL:		http://ludovic.rousseau.free.fr/softwares/pcsc-tools/
 BuildRequires:	pcsc-lite-devel
 BuildRequires:	perl-PCSC >= 1.2.0
 %{?with_gtk:BuildRequires:	perl-Gtk2}
+BuildRequires:	pkgconfig
 BuildRequires:	rpm-perlprov
 Requires:	perl-PCSC >= 1.2.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -56,14 +57,11 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_libdir}
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT%{_prefix} \
 	MAN="ATR_analysis.1p gscriptor.1p pcsc_scan.1 scriptor.1p"
 
-mv -f $RPM_BUILD_ROOT%{_prefix}/pcsc $RPM_BUILD_ROOT%{_libdir}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -73,17 +71,17 @@
 %attr(755,root,root) %{_bindir}/ATR_analysis
 %attr(755,root,root) %{_bindir}/pcsc_scan
 %attr(755,root,root) %{_bindir}/scriptor
-%dir %{_libdir}/pcsc
-%{_libdir}/pcsc/smartcard_list.txt
-%{_mandir}/man1/ATR_analysis.1*
+%dir %{_datadir}/pcsc
+%{_datadir}/pcsc/smartcard_list.txt
+%{_mandir}/man1/ATR_analysis.1p*
 %{_mandir}/man1/pcsc_scan.1*
-%{_mandir}/man1/scriptor.1*
+%{_mandir}/man1/scriptor.1p*
 
 %if %{with gtk}
 %files gtk
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/gscriptor
-%{_mandir}/man1/gscriptor.1*
+%{_mandir}/man1/gscriptor.1p*
 %endif
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -92,6 +90,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2006/03/10 20:08:54  qboosh
+- updated to 1.4.3, updated smartcard_list.txt
+
 Revision 1.10  2005/06/02 10:27:51  qboosh
 - updated to 1.4.1, updated smartcard_list.txt
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pcsc-tools.spec?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list