]> git.pld-linux.org Git - packages/libpng.git/commitdiff
- run test suite auto/ti/libpng-1_4_0-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 5 Feb 2010 21:40:55 +0000 (21:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libpng.spec -> 1.180

libpng.spec

index 701fca798784eb34c3bc6cfb0ff6becd76a66e9c..08e834caa2c8915c1469bb3aeabea86a7347ee56 100644 (file)
@@ -1,3 +1,4 @@
+%bcond_without tests
 Summary:       PNG library
 Summary(de.UTF-8):     PNG-Library
 Summary(es.UTF-8):     Biblioteca PNG
@@ -150,7 +151,9 @@ xzcat -dc %{SOURCE0} | tar xf - -C ..
 %{__make} -C contrib/pngminus -f makefile.std \
        LIBPATH=%{_libdir} \
        CC="%{__cc}" \
-       OPT_FLAGS="%{rpmcflags}"
+       OPT_FLAGS="%{rpmcppflags} %{rpmcflags}"
+
+%{?with_tests:%{__make} check}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.238631 seconds and 4 git commands to generate.