rpms/gimp/F-7 gimp.spec,1.137,1.138

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Wed Nov 28 09:11:26 UTC 2007


Author: nphilipp

Update of /cvs/pkgs/rpms/gimp/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13739

Modified Files:
	gimp.spec 
Log Message:
fix typo to build internal print plugin from F8 onwards (#401931)



Index: gimp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gimp/F-7/gimp.spec,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- gimp.spec	22 Nov 2007 09:04:26 -0000	1.137
+++ gimp.spec	28 Nov 2007 09:10:51 -0000	1.138
@@ -4,12 +4,12 @@
 # 
 # modular_x:   modular X deps
 # lcms:        lcms support
-# gutenprint:  require gutenprint-plugin (instead of gimp-print-plugin) if
-#              internal print plugin isn't built
 # python:      python support
 # mp:          multi processor support
 # static:      build static libraries
 # print:       build the print plugin (if you don't build it externally)
+# gutenprint:  require gutenprint-plugin (instead of gimp-print-plugin) if
+#              internal print plugin isn't built
 # convenience: install convenience symlinks
 
 %if 0%{?fedora}%{?rhel} == 0 || 0%{?fedora} >= 5 || 0%{?rhel} >= 5
@@ -29,7 +29,7 @@
 %endif
 
 %if 0%{?fedora}%{?rhel} == 0 || 0%{?fedora} >= 8 || 0%{?rhel} >= 6
-%define _enable_print 0%{?_without_print:1}
+%define _enable_print 0%{!?_without_print:1}
 %else
 %define _enable_print 0%{?_with_print:1}
 %endif
@@ -51,7 +51,7 @@
 %define age 0
 %define minorver 400
 %define microver %(ver=%{version}; echo ${ver##*.*.})
-Release:        1%{?dist}
+Release:        2%{?dist}
 Epoch:          2
 License:        GPLv2+
 Group:          Applications/Multimedia
@@ -169,7 +169,10 @@
 build internal print plugin:              %_enable_print
 include convenience symlinks:             %_enable_convenience
 build the print plugin:                   %_enable_print
-prefer gutenprint over gimp-print plugin: %_enable_gutenprint
+%if ! %_enable_print
+prefer gutenprint over (external) gimp-print plugin:
+                                          %_enable_gutenprint
+%endif
 use xdg-open instead of htmlview:         %_enable_xdg_open
 
 
@@ -442,6 +445,9 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Wed Nov 28 2007 Nils Philippsen <nphilipp at redhat.com> - 2:2.4.2-2
+- fix typo to build internal print plugin from F8 onwards (#401931)
+
 * Thu Nov 22 2007 Nils Philippsen <nphilipp at redhat.com> - 2:2.4.2-1
 - version 2.4.2
 




More information about the fedora-extras-commits mailing list