]> git.pld-linux.org Git - packages/perl-PodToHTML.git/commitdiff
- tests added (but fail - need investigation), license fix, cosmetics
authorankry <ankry@pld-linux.org>
Wed, 5 May 2004 15:50:43 +0000 (15:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-PodToHTML.spec -> 1.29

perl-PodToHTML.spec

index 6a1b576e3985e1acd5af390ce62f0f59513479fb..e6b29f0c6581a7f2d4921ee32ded910851f4c2a9 100644 (file)
@@ -1,10 +1,15 @@
+#
+# Conditional build:
+%bcond_without tests   # do not perform "make test"
+#
 %include       /usr/lib/rpm/macros.perl
 Summary:       PodToHTML perl module
 Summary(pl):   Modu³ perla PodToHTML
 Name:          perl-PodToHTML
 Version:       0.04
 Release:       9
-License:       GPL
+# same as perl
+License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/Pod/PodToHTML-%{version}.tar.gz
 # Source0-md5: b08e3351b171b719f40031a188fe5c26
@@ -31,10 +36,13 @@ PodToHTML - konwertuje pliki POD do formatu HTML lub PostScript.
        INSTALLDIRS=vendor
 %{__make}
 
+%{?with_tests:%{__make} test}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.077021 seconds and 4 git commands to generate.