]> git.pld-linux.org Git - packages/perl-XML-LibXML.git/commitdiff
- changed bcond to without (all tests passed)
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 6 Mar 2004 19:01:28 +0000 (19:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-XML-LibXML.spec -> 1.35

perl-XML-LibXML.spec

index 13bb57c534338ee3725c71bb57c37d261133d3e4..27c01b3fcfc3c0ba3e05003bfde2d0adb64254cd 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_with    tests   # perform "make test"
+%bcond_without tests   # don't perform "make test"
 #
 # TODO:
 # - add pod files to spec
@@ -65,12 +65,13 @@ wiele pracy, aby umo
 %build
 SKIP_SAX_INSTALL=true;
 export SKIP_SAX_INSTALL
+
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
+
 %{__make} \
        OPTIMIZE="%{rpmcflags}"
 
-# dtd test fails for unknown reason
 %{?with_tests:%{__make} test}
 
 %install
This page took 0.039188 seconds and 4 git commands to generate.