]> git.pld-linux.org Git - packages/perl-Geo-IP.git/commitdiff
- new bcond style; some cosmetics here and there; changelog cleanups
authoreothane <eothane@pld-linux.org>
Sat, 13 Mar 2004 23:09:15 +0000 (23:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Geo-IP.spec -> 1.5

perl-Geo-IP.spec

index 204add56115024c19d3dcc99eea2f2a7387e3343..ca4b516addf547fbddd240f8725c9b12bd3a72c4 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Conditional build:
-# _with_tests - perform "make test" (requires working DNS - but may fail anyway,
-#                                   because of some NXDOMAIN)
+%bcond_with    tests   # perform "make test" 
+                       # (requires working DNS - but may fail anyway, because of some NXDOMAIN)
 #
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    Geo
@@ -50,7 +50,7 @@ dotycz
 %{__make} \
        OPTIMIZE="%{rpmcflags}"
 
-%{?_with_tests:%{__make} test}
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.053687 seconds and 4 git commands to generate.