rpms/pcsc-perl/devel pcsc-perl.spec,1.6,1.7

Ville Skytta (scop) fedora-extras-commits at redhat.com
Wed Feb 15 07:09:32 UTC 2006


Author: scop

Update of /cvs/extras/rpms/pcsc-perl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18935

Modified Files:
	pcsc-perl.spec 
Log Message:
* Wed Feb 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.3.1-8
- Rebuild, cosmetics.



Index: pcsc-perl.spec
===================================================================
RCS file: /cvs/extras/rpms/pcsc-perl/devel/pcsc-perl.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pcsc-perl.spec	22 May 2005 22:30:31 -0000	1.6
+++ pcsc-perl.spec	15 Feb 2006 07:09:32 -0000	1.7
@@ -2,7 +2,7 @@
 
 Name:           pcsc-perl
 Version:        1.3.1
-Release: 7
+Release:        8%{?dist}
 Summary:        Perl interface to the PC/SC smart card library
 
 Group:          Development/Libraries
@@ -11,7 +11,8 @@
 Source0:        http://ludovic.rousseau.free.fr/softwares/pcsc-perl/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  perl >= 1:5.6.1, pcsc-lite-devel = %{pcscver}
+BuildRequires:  perl
+BuildRequires:  pcsc-lite-devel = %{pcscver}
 Requires:       pcsc-lite-libs = %{pcscver}
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Provides:       perl-pcsc = %{version}-%{release}
@@ -27,9 +28,9 @@
 
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor INC= \
-  DEFINE=-Wall
-make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" \
+  DEFINE=-Wall INC=
+make %{?_smp_mflags}
 
 
 %install
@@ -41,8 +42,8 @@
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
-%check || :
-# skipping tests
+%check
+# tests need configured readers etc
 
 
 %clean
@@ -51,13 +52,16 @@
 
 %files
 %defattr(-,root,root,-)
-%doc Changelog LICENCE README examples
-%{perl_vendorarch}/auto/Chipcard
-%{perl_vendorarch}/Chipcard
-%{_mandir}/man3/*.3*
+%doc Changelog LICENCE README examples/
+%{perl_vendorarch}/auto/Chipcard/
+%{perl_vendorarch}/Chipcard/
+%{_mandir}/man3/Chipcard::PCSC*.3*
 
 
 %changelog
+* Wed Feb 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.3.1-8
+- Rebuild, cosmetics.
+
 * Sun May 22 2005 Jeremy Katz <katzj at redhat.com> - 1.3.1-7
 - rebuild on all arches
 




More information about the fedora-extras-commits mailing list