]> git.pld-linux.org Git - packages/perl-PGPLOT.git/commitdiff
- added tests, BR: fixed pgplot-devel; now it should build correctly
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 25 Mar 2003 17:04:19 +0000 (17:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 5

Changed files:
    perl-PGPLOT.spec -> 1.24

perl-PGPLOT.spec

index 6093e7b0a4e706355d2e648b10643fb344fefcf5..1ff5e7a8bbeefd5707ec7092b422b83f61a95d69 100644 (file)
@@ -1,18 +1,22 @@
+#
+# Conditional build:
+# _without_tests - do not perform "make test"
+#
 %include       /usr/lib/rpm/macros.perl
 Summary:       PGPLOT perl module
 Summary(pl):   Modu³ perla PGPLOT
 Name:          perl-PGPLOT
 Version:       2.18
-Release:       4
+Release:       5
 License:       GPL
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/PGPLOT/PGPLOT-%{version}.tar.gz
-BuildRequires: rpm-perlprov >= 4.1-13
-BuildRequires: perl >= 5.6
 BuildRequires: XFree86-devel
-BuildRequires: pgplot-devel
-BuildRequires: perl-ExtUtils-F77 >= 1.11
 BuildRequires: gcc-g77
+BuildRequires: perl >= 5.6
+BuildRequires: perl-ExtUtils-F77 >= 1.11
+BuildRequires: pgplot-devel >= 5.2.2-1
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -29,6 +33,8 @@ PGPLOT - interfejs perla do biblioteki graficznej PGPLOT.
        INSTALLDIRS=vendor 
 %{__make}
 
+%{!?_without_tests:echo /NULL | %{__make} test}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.030351 seconds and 4 git commands to generate.