]> git.pld-linux.org Git - packages/perl-SQL-Statement.git/commitdiff
- added tests on bcond RA-1_0 STABLE perl-SQL-Statement-1_004-3
authorankry <ankry@pld-linux.org>
Mon, 16 Sep 2002 08:29:28 +0000 (08:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed %{perl_sitelib}/SQL dir (moved to perl)
- release 3

Changed files:
    perl-SQL-Statement.spec -> 1.28

perl-SQL-Statement.spec

index 73af85acd39e6ecbe03aa52d49b280ce4a7dcaff..d2b55d3dd2c55af04ebf9fa3f527075b4ee08d56 100644 (file)
@@ -1,3 +1,7 @@
+#
+# Conditional build:
+# _without_tests - do not perform "make test"
+#
 %include       /usr/lib/rpm/macros.perl
 %define                pdir    SQL
 %define                pnam    Statement
@@ -20,7 +24,7 @@ Summary(uk):  
 Summary(zh_CN):        SQL::Statement Perl Ä£¿é
 Name:          perl-SQL-Statement
 Version:       1.004
-Release:       2
+Release:       3
 License:       GPL
 Group:         Development/Languages/Perl
 Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
@@ -43,6 +47,8 @@ SQL::Statement - mechanizm przetwarzania SQL.
 perl Makefile.PL
 %{__make} OPTIMIZE="%{rpmcflags}"
 
+%{!?_without_tests:%{__make} test}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -54,5 +60,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc Changes README
-%{perl_sitelib}/SQL
+%{perl_sitelib}/SQL/Dialects
+%{perl_sitelib}/SQL/Statement
+%{perl_sitelib}/SQL/*.pm
 %{_mandir}/man3/*
This page took 0.090311 seconds and 4 git commands to generate.