rpms/gimp/devel gimp.spec,1.85,1.86

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 10 14:51:37 UTC 2006


Author: nphilipp

Update of /cvs/dist/rpms/gimp/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv31676

Modified Files:
	gimp.spec 
Log Message:
rebuild with lcms



Index: gimp.spec
===================================================================
RCS file: /cvs/dist/rpms/gimp/devel/gimp.spec,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- gimp.spec	29 Dec 2005 10:02:31 -0000	1.85
+++ gimp.spec	10 Jan 2006 14:51:34 -0000	1.86
@@ -4,6 +4,10 @@
 %define _enable_static %{?enable_static:%{enable_static}}%{?!enable_static:1}
 %define _enable_print %{?enable_print:%{enable_print}}%{?!enable_print:0}
 %define _enable_convenience %{?enable_convenience:%{enable_convenience}}%{?!enable_convenience:1}
+%define _with_lcms %{?with_lcms:%{with_lcms}}%{?!with_lcms:1}
+
+#
+#
 
 Summary:	The GNU Image Manipulation Program
 Name: 		gimp
@@ -15,7 +19,7 @@
 %define minorver 200
 %define microver %(ver=%{version}; echo ${ver##*.*.})
 #define prever pre2
-Release: %{?prever:0.0.%{prever}.}1
+Release: %{?prever:0.0.%{prever}.}2
 Epoch:		2
 License: 	GPL, LGPL
 Group: 		Applications/Multimedia
@@ -52,6 +56,9 @@
 BuildRequires:	libwmf-devel >= 0.2.8
 BuildRequires:  intltool
 BuildRequires:  findutils
+%if %_with_lcms
+BuildRequires:	lcms-devel
+%endif
 Requires:	desktop-file-utils >= 0.9
 Requires:	glib2 >= 2.4.8
 Requires: 	gtk2 >= 2.4.14
@@ -129,6 +136,11 @@
 %else
 	--disable-print \
 %endif
+%if %_with_lcms
+	--with-lcms \
+%else
+	--without-lcms \
+%endif
 ;
 
 make %{?_smp_mflags}
@@ -336,6 +348,9 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Tue Jan 10 2006 Nils Philippsen <nphilipp at redhat.com>
+- rebuild with lcms
+
 * Thu Dec 29 2005 Nils Philippsen <nphilipp at redhat.com> - 2.2.10
 - version 2.2.10
 




More information about the fedora-cvs-commits mailing list