]> git.pld-linux.org Git - packages/perl-PCSC.git/commitdiff
- added bconditional test, wip, nfy
authorMaciej Pijanka <agaran@pld-linux.org>
Thu, 22 Apr 2004 20:23:18 +0000 (20:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-PCSC.spec -> 1.10

perl-PCSC.spec

index 21f5b6f2b56bf452d479424ad22f179223d41bee..01c2371ed763da08458bd5fa0df3df444f09fd76 100644 (file)
@@ -1,3 +1,7 @@
+#
+# Conditional build:
+%bcond_without tests   # do not perform "make test"
+#
 %include       /usr/lib/rpm/macros.perl
 Summary:       Perl interface to the PC/SC smart card library
 Summary(pl):   Interfejs perlowy do biblioteki PC/SC
@@ -40,6 +44,8 @@ wielu r
        DEFINE="-Wall" \
        OPTIMIZE="%{rpmcflags}"
 
+%{?with_tests:%{__make} test}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
This page took 0.05786 seconds and 4 git commands to generate.