]> git.pld-linux.org Git - packages/cups-filters.git/commitdiff
build with fixed php version by default; rel 2
authorJan Palus <atler@pld-linux.org>
Mon, 5 Nov 2018 11:40:23 +0000 (12:40 +0100)
committerJan Palus <atler@pld-linux.org>
Mon, 5 Nov 2018 11:40:23 +0000 (12:40 +0100)
make sure that all builders produce same set of packages consistently.
added bcond (disabled by default) for building against whatever is
installed in the system.

cups-filters.spec

index 815b39a8492870d33d81f2e7f95d18bccade3c1a..7a321728e8f079a0790b6fffc09df0ecc721bffd 100644 (file)
@@ -4,15 +4,16 @@
 %bcond_without braille         # Braille embossers support
 %bcond_without perl            # Perl module
 %bcond_without php             # PHP extension
+%bcond_with    system_php      # Build against PHP version installed in system
 
-%if 0%{!?php_name:1}
+%if %{without system_php}
 %define                php_name        php55
 %endif
 Summary:       OpenPrinting CUPS filters and backends
 Summary(pl.UTF-8):     Filtry i backendy CUPS-a z projektu OpenPrinting
 Name:          cups-filters
 Version:       1.21.3
-Release:       1
+Release:       2
 # For a breakdown of the licensing, see COPYING file
 # GPLv2:   filters: commandto*, imagetoraster, pdftops, rasterto*,
 #                   imagetopdf, pstopdf, texttopdf
This page took 0.035601 seconds and 4 git commands to generate.