]> git.pld-linux.org Git - packages/perl-MIME-Types.git/commitdiff
- up to 1.09
authormigo <migo@pld-linux.org>
Fri, 7 Nov 2003 17:10:32 +0000 (17:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- new bcond style

Changed files:
    perl-MIME-Types.spec -> 1.15

perl-MIME-Types.spec

index ed009509d18b09ee24258c197349a67d30c3320e..4d8d1e052e1b66e9f3e17e6e354499d43ae3abc4 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-# _without_tests - do not perform "make test"
+%bcond_without tests   # do not perform "make test"
 #
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    MIME
@@ -8,12 +8,12 @@
 Summary:       MIME::Types Perl module
 Summary(pl):   Modu³ Perla MIME::Types
 Name:          perl-MIME-Types
-Version:       1.07
+Version:       1.09
 Release:       1
 License:       GPL
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: bc55278f9adc01d7478615105b312de6
+# Source0-md5: a1af1cf3f7e00de2e137970e86a8bb70
 BuildRequires: perl-devel >= 5.6
 BuildRequires: perl-libnet
 BuildRequires: rpm-perlprov >= 4.1-13
@@ -33,7 +33,7 @@ MIME::Types - definicje typ
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make}
-%{!?_without_tests:%{__make} test}
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.091582 seconds and 4 git commands to generate.