rebuild with lcms
This commit is contained in:
parent
7b12b5eb63
commit
f2c207c758
17
gimp.spec
17
gimp.spec
@ -4,6 +4,10 @@
|
|||||||
%define _enable_static %{?enable_static:%{enable_static}}%{?!enable_static:1}
|
%define _enable_static %{?enable_static:%{enable_static}}%{?!enable_static:1}
|
||||||
%define _enable_print %{?enable_print:%{enable_print}}%{?!enable_print:0}
|
%define _enable_print %{?enable_print:%{enable_print}}%{?!enable_print:0}
|
||||||
%define _enable_convenience %{?enable_convenience:%{enable_convenience}}%{?!enable_convenience:1}
|
%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
|
Summary: The GNU Image Manipulation Program
|
||||||
Name: gimp
|
Name: gimp
|
||||||
@ -15,7 +19,7 @@ Version: 2.2.10
|
|||||||
%define minorver 200
|
%define minorver 200
|
||||||
%define microver %(ver=%{version}; echo ${ver##*.*.})
|
%define microver %(ver=%{version}; echo ${ver##*.*.})
|
||||||
#define prever pre2
|
#define prever pre2
|
||||||
Release: %{?prever:0.0.%{prever}.}1
|
Release: %{?prever:0.0.%{prever}.}2
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
License: GPL, LGPL
|
License: GPL, LGPL
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
@ -52,6 +56,9 @@ BuildRequires: perl
|
|||||||
BuildRequires: libwmf-devel >= 0.2.8
|
BuildRequires: libwmf-devel >= 0.2.8
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: findutils
|
BuildRequires: findutils
|
||||||
|
%if %_with_lcms
|
||||||
|
BuildRequires: lcms-devel
|
||||||
|
%endif
|
||||||
Requires: desktop-file-utils >= 0.9
|
Requires: desktop-file-utils >= 0.9
|
||||||
Requires: glib2 >= 2.4.8
|
Requires: glib2 >= 2.4.8
|
||||||
Requires: gtk2 >= 2.4.14
|
Requires: gtk2 >= 2.4.14
|
||||||
@ -129,6 +136,11 @@ CFLAGS="%optflags -fomit-frame-pointer" \
|
|||||||
%else
|
%else
|
||||||
--disable-print \
|
--disable-print \
|
||||||
%endif
|
%endif
|
||||||
|
%if %_with_lcms
|
||||||
|
--with-lcms \
|
||||||
|
%else
|
||||||
|
--without-lcms \
|
||||||
|
%endif
|
||||||
;
|
;
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -336,6 +348,9 @@ fi
|
|||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 10 2006 Nils Philippsen <nphilipp@redhat.com>
|
||||||
|
- rebuild with lcms
|
||||||
|
|
||||||
* Thu Dec 29 2005 Nils Philippsen <nphilipp@redhat.com> - 2.2.10
|
* Thu Dec 29 2005 Nils Philippsen <nphilipp@redhat.com> - 2.2.10
|
||||||
- version 2.2.10
|
- version 2.2.10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user