]> git.pld-linux.org Git - packages/perl-Quota.git/commitdiff
- added tests on bcond (disabled by default) RA-1_0 perl-Quota-1_4_6-1
authorankry <ankry@pld-linux.org>
Fri, 27 Sep 2002 21:04:15 +0000 (21:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- version 1.4.6, rel. 1

Changed files:
    perl-Quota.spec -> 1.33

perl-Quota.spec

index 245565f3352573882a4d204e2aa31accd77d534a..bac0228e99bfb4b5123098b472299c9135da5638 100644 (file)
@@ -1,11 +1,15 @@
+#
+# Conditional build:
+# _with_tests - perform "make test"
+#
 %include       /usr/lib/rpm/macros.perl
 %define                pdir    Quota
 %define                pnam    Quota
 Summary:       Quota - Perl interface to file system quotas
 Summary(pl):   Quota - perlowy interfejs do quot systemów plików
 Name:          perl-Quota
-Version:       1.4.4
-Release:       4
+Version:       1.4.6
+Release:       1
 License:       GPL
 Group:         Development/Languages/Perl
 Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pnam}-%{version}.tar.gz
@@ -38,6 +42,9 @@ quotactl wymaga jako parametru) odpowiadaj
 perl Makefile.PL
 %{__make} OPTIMIZE="%{rpmcflags}"
 
+# test is interactive
+%{?_with_tests:%{__make} test}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
This page took 0.031658 seconds and 4 git commands to generate.