]> git.pld-linux.org Git - packages/perl-DBD-Pg.git/commitdiff
- update to 1.22, added tests (merged from RA-branch), release 2
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 10 Jun 2003 14:42:03 +0000 (14:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-DBD-Pg.spec -> 1.32

perl-DBD-Pg.spec

index 239dfcfd5251fac004a1c88866b11d610bc87fc1..bde5cb80db80122adccd4d219220dcf240f29f0a 100644 (file)
@@ -1,3 +1,7 @@
+#
+# Conditional build:
+# _without_tests - do not perform "make test"
+#
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    DBD
 %define        pnam    Pg
@@ -19,12 +23,12 @@ Summary(sv):        Ett gr
 Summary(uk):   Perl-¦ÎÔÅÒÆÅÊÓ ÄÏ PostgresSQL
 Summary(zh_CN):        Perl µÄ PostgresSQL ½çÃæ¡£
 Name:          perl-DBD-Pg
-Version:       1.21
+Version:       1.22
 Release:       2
 License:       GPL
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 404c7966eb2debf8b9653a3e94c6d62f
+# Source0-md5: 2fc355b28ad5c7c05a46bf74fc88dd38
 BuildRequires: perl-devel >= 5.6
 BuildRequires: perl-DBI
 BuildRequires: postgresql-devel
@@ -99,6 +103,8 @@ POSTGRES_INCLUDE="%{_includedir}/postgresql"; export POSTGRES_INCLUDE
        INSTALLDIRS=vendor 
 %{__make} OPTIMIZE="%{rpmcflags}"
 
+%{!?_without_tests:%{__make} test}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.065557 seconds and 4 git commands to generate.