rpms/pcsc-perl/FC-1 pcsc-perl.spec,1.1,1.2

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Thu Mar 3 19:50:06 UTC 2005


Author: mschwendt

Update of /cvs/extras/rpms/pcsc-perl/FC-1
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14129/FC-1

Modified Files:
	pcsc-perl.spec 
Log Message:
auto-import pcsc-perl-1.3.1-0.fdr.3.1 on branch FC-1 from pcsc-perl-1.3.1-0.fdr.3.1.src.rpm
Bring in stuff from fedora.us FC1/stable


Index: pcsc-perl.spec
===================================================================
RCS file: /cvs/extras/rpms/pcsc-perl/FC-1/pcsc-perl.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pcsc-perl.spec	7 Jan 2005 20:15:46 -0000	1.1
+++ pcsc-perl.spec	3 Mar 2005 19:50:04 -0000	1.2
@@ -3,9 +3,9 @@
 
 Name:           pcsc-perl
 Version:        1.3.1
-Release:        4
+Release:        0.fdr.3.1
 Epoch:          0
-Summary:        Perl interface to the PC/SC smart card library
+Summary:        PC/SC library for Perl
 
 Group:          Development/Libraries
 License:        GPL
@@ -18,8 +18,8 @@
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
-This package contains a Perl interface to the PC/SC smart card
-library.
+This library allows to intercate with a smart card and pcsc-lite using
+the Perl language.
 
 
 %prep
@@ -28,16 +28,15 @@
 
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor INC= \
-  DEFINE=-Wall
+CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
+find $RPM_BUILD_ROOT -type f -a \( -name .packlist \
+  -o \( -name '*.bs' -a -empty \) \) -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
@@ -59,10 +58,6 @@
 
 
 %changelog
-* Fri Jan  7 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:1.3.1-4
-- Honor $RPM_OPT_FLAGS, remove (some) extra include dirs from build (#1281).
-- Improve summary and description.
-
 * Wed May 12 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.3.1-0.fdr.3
 - BuildRequire perl >= 1:5.6.1 for vendor install dir support.
 - Use pure_install to avoid perllocal.pod workarounds.




More information about the scm-commits mailing list