]> git.pld-linux.org Git - packages/perl-Locale-Maketext-Fuzzy.git/commitdiff
- ported to new bconds
authorankry <ankry@pld-linux.org>
Tue, 20 Apr 2004 23:59:32 +0000 (23:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Locale-Maketext-Fuzzy.spec -> 1.12

perl-Locale-Maketext-Fuzzy.spec

index 4e4dfe64f2292ed63d009989684e01cb3870a21b..3f9aa3602f4edede521700c5518b17a0962d858e 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    Locale
@@ -15,7 +15,7 @@ Group:                Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: 0425610d448900a774ed253eb678c559
 BuildRequires: perl-devel >= 5.6
-%if %{?_without_tests:0}%{!?_without_tests:1}
+%if %{with tests}
 BuildRequires: perl-Locale-Maketext
 BuildRequires: perl-Test-Simple
 %endif
@@ -45,7 +45,7 @@ found" do "[_1]: command not found".
        INSTALLDIRS=vendor
 %{__make}
 
-%{!?_without_tests:%{__make} test}
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.125203 seconds and 4 git commands to generate.