don't BuildRequire gimp-print/gutenprint anymore
This commit is contained in:
parent
603b91d1c7
commit
0590e2fd87
14
gimp.spec
14
gimp.spec
@ -74,11 +74,6 @@ BuildRequires: libXt-devel
|
|||||||
%else
|
%else
|
||||||
BuildRequires: xorg-x11-devel
|
BuildRequires: xorg-x11-devel
|
||||||
%endif
|
%endif
|
||||||
%if %_enable_gutenprint
|
|
||||||
BuildRequires: gutenprint-devel >= 5.0.0
|
|
||||||
%else
|
|
||||||
BuildRequires: gimp-print-devel >= 4.2.0
|
|
||||||
%endif
|
|
||||||
BuildRequires: automake >= 1.7
|
BuildRequires: automake >= 1.7
|
||||||
BuildRequires: autoconf >= 2.54
|
BuildRequires: autoconf >= 2.54
|
||||||
BuildRequires: libtool >= 1.5
|
BuildRequires: libtool >= 1.5
|
||||||
@ -95,11 +90,6 @@ Requires: glib2 >= 2.4.8
|
|||||||
Requires: gtk2 >= 2.4.14
|
Requires: gtk2 >= 2.4.14
|
||||||
Requires: pango >= 1.6.0
|
Requires: pango >= 1.6.0
|
||||||
Requires: fontconfig >= 2.2.0
|
Requires: fontconfig >= 2.2.0
|
||||||
%if %_enable_gutenprint
|
|
||||||
Requires: gutenprint >= 5.0.0
|
|
||||||
%else
|
|
||||||
Requires: gimp-print >= 4.2.0
|
|
||||||
%endif
|
|
||||||
Requires(post): /usr/bin/update-desktop-database
|
Requires(post): /usr/bin/update-desktop-database
|
||||||
Requires(post): hicolor-icon-theme
|
Requires(post): hicolor-icon-theme
|
||||||
Requires(postun): /usr/bin/update-desktop-database
|
Requires(postun): /usr/bin/update-desktop-database
|
||||||
@ -153,7 +143,7 @@ LCMS support: %_enable_lcms
|
|||||||
Python support: %_enable_python
|
Python support: %_enable_python
|
||||||
MP support: %_enable_mp
|
MP support: %_enable_mp
|
||||||
build static libs: %_enable_static
|
build static libs: %_enable_static
|
||||||
build print plugin: %_enable_print
|
build internal print plugin: %_enable_print
|
||||||
include convenience symlinks: %_enable_convenience
|
include convenience symlinks: %_enable_convenience
|
||||||
|
|
||||||
|
|
||||||
@ -451,6 +441,8 @@ fi
|
|||||||
- don't crash in the Compressor plug-in if files can't be opened (bug #422444)
|
- don't crash in the Compressor plug-in if files can't be opened (bug #422444)
|
||||||
- fixed sensitivity of input fields in the Lighting plug-in (bug #359833)
|
- fixed sensitivity of input fields in the Lighting plug-in (bug #359833)
|
||||||
|
|
||||||
|
- don't BuildRequire gimp-print/gutenprint anymore
|
||||||
|
|
||||||
* Mon Mar 26 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.13-3
|
* Mon Mar 26 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.13-3
|
||||||
- use gutenprint per default for current development/future distribution
|
- use gutenprint per default for current development/future distribution
|
||||||
versions (Fedora >= 7, RHEL >= 6)
|
versions (Fedora >= 7, RHEL >= 6)
|
||||||
|
Loading…
Reference in New Issue
Block a user