]> git.pld-linux.org Git - packages/perl-Crypt-GPG.git/commitdiff
- version 1.40
authorankry <ankry@pld-linux.org>
Thu, 26 Sep 2002 13:38:20 +0000 (13:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Crypt-GPG.spec -> 1.3

perl-Crypt-GPG.spec

index 78a6659c04a818fe98b993626e5f62f49eb8d4ad..fff8718ea7561fdfca0b0226aa23a6813c003848 100644 (file)
@@ -1,10 +1,14 @@
+#
+# Conditional build:
+# _with_tests - perform "make test"
+#
 %include       /usr/lib/rpm/macros.perl
 %define                pdir    Crypt
 %define                pnam    GPG
 Summary:       Crypt::GPG Perl module - an Object Oriented interface to GnuPG
 Summary(pl):   Modu³ Perla Crypt::GPG - obiektowo zorientowany interfejs do GnuPG
 Name:          perl-Crypt-GPG
-Version:       1.28
+Version:       1.40
 Release:       1
 License:       Artistic or GPL
 Group:         Development/Languages/Perl
@@ -45,8 +49,8 @@ wszystkich wersji PGP.
 %build
 perl Makefile.PL
 %{__make}
-# test disabled - it calls gpg, creates keyring etc.
-#%{__make} test
+# test disabled by default - it calls gpg, creates keyring etc.
+%{?_with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.072104 seconds and 4 git commands to generate.