]> git.pld-linux.org Git - packages/perl-Log-Dispatch.git/commitdiff
- up to 2.08, new bcond style
authormigo <migo@pld-linux.org>
Sun, 7 Dec 2003 19:25:28 +0000 (19:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Log-Dispatch.spec -> 1.16

perl-Log-Dispatch.spec

index 6f694224f162ae0d4e50fff4cbe571c18c935f77..05da6b5db387518e5d99e279b74987ebccc6aebb 100644 (file)
@@ -1,19 +1,19 @@
 #
 # Conditional build:
-# _without_tests - do not perform "./Build test"
-#
+%bcond_without tests   # do not perform "./Build test"
+
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    Log
 %define        pnam    Dispatch
 Summary:       Log::Dispatch module - dispatches messages to multiple Log::Dispatch::* objects
 Summary(pl):   Modu³ Log::Dispatch - wysy³aj±cy komunikaty do wielu obiektów Log::Dispatch::*
 Name:          perl-%{pdir}-%{pnam}
-Version:       2.07
+Version:       2.08
 Release:       1
 License:       GPL/Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: d4c33ca2f36b5ec34e671d65aa0366d3
+# Source0-md5: a8ca65b5e73c695d37a99967822f983c
 BuildRequires: perl-Module-Build >= 0.20
 BuildRequires: perl-Params-Validate >= 0.15
 BuildRequires: perl-devel >= 5.8
@@ -46,7 +46,7 @@ obiekt
        destdir=$RPM_BUILD_ROOT
 ./Build
 
-%{!?_without_tests:./Build test}
+%{?with_tests:./Build test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.052575 seconds and 4 git commands to generate.