[packages/cups-filters] build with fixed php version by default; rel 2

atler atler at pld-linux.org
Mon Nov 5 12:44:13 CET 2018


commit 9c5a5b9bc0603e804eea7841b0ddeb20239c16fc
Author: Jan Palus <atler at pld-linux.org>
Date:   Mon Nov 5 12:40:23 2018 +0100

    build with fixed php version by default; rel 2
    
    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 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/cups-filters.spec b/cups-filters.spec
index 815b39a..7a32172 100644
--- a/cups-filters.spec
+++ b/cups-filters.spec
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cups-filters.git/commitdiff/9c5a5b9bc0603e804eea7841b0ddeb20239c16fc



More information about the pld-cvs-commit mailing list