- Disable libgutenprintui (GTK+ 1.2 library). Build requires gtk2-devel,
not gtk+-devel.
This commit is contained in:
parent
8eac6a9d93
commit
bae055a5a7
@ -4,7 +4,7 @@
|
|||||||
Name: gutenprint
|
Name: gutenprint
|
||||||
Summary: Printer Drivers Package
|
Summary: Printer Drivers Package
|
||||||
Version: 5.0.0
|
Version: 5.0.0
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://gimp-print.sourceforge.net/
|
URL: http://gimp-print.sourceforge.net/
|
||||||
Source0: http://dl.sf.net/gimp-print/gutenprint-%{version}.tar.bz2
|
Source0: http://dl.sf.net/gimp-print/gutenprint-%{version}.tar.bz2
|
||||||
@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
BuildRequires: cups-libs >= 1.1.22-0.rc1.9.10, cups >= 1.1.22-0.rc1.9.10
|
BuildRequires: cups-libs >= 1.1.22-0.rc1.9.10, cups >= 1.1.22-0.rc1.9.10
|
||||||
BuildRequires: gettext-devel,cups-devel,pkgconfig,gimp-devel
|
BuildRequires: gettext-devel,cups-devel,pkgconfig,gimp-devel
|
||||||
BuildRequires: libtiff-devel,libjpeg-devel,libpng-devel
|
BuildRequires: libtiff-devel,libjpeg-devel,libpng-devel
|
||||||
BuildRequires: foomatic,gtk+-devel
|
BuildRequires: foomatic,gtk2-devel
|
||||||
%if %{build_with_ijs_support}
|
%if %{build_with_ijs_support}
|
||||||
BuildRequires: ghostscript-devel
|
BuildRequires: ghostscript-devel
|
||||||
%endif
|
%endif
|
||||||
@ -233,6 +233,7 @@ Epson, HP and compatible printers..
|
|||||||
%build
|
%build
|
||||||
%configure --disable-static --disable-dependency-tracking \
|
%configure --disable-static --disable-dependency-tracking \
|
||||||
--with-foomatic --with-ghostscript \
|
--with-foomatic --with-ghostscript \
|
||||||
|
--disable-libgutenprintui --without-gimp \
|
||||||
--with-user-guide --with-samples \
|
--with-user-guide --with-samples \
|
||||||
--with-escputil --with-test --disable-rpath
|
--with-escputil --with-test --disable-rpath
|
||||||
|
|
||||||
@ -397,6 +398,10 @@ exit 0
|
|||||||
/bin/rm -f /var/cache/foomatic/*
|
/bin/rm -f /var/cache/foomatic/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 19 2007 Tim Waugh <twaugh@redhat.com> 5.0.0-4
|
||||||
|
- Disable libgutenprintui (GTK+ 1.2 library). Build requires gtk2-devel,
|
||||||
|
not gtk+-devel.
|
||||||
|
|
||||||
* Tue Jan 16 2007 Tim Waugh <twaugh@redhat.com> 5.0.0-3
|
* Tue Jan 16 2007 Tim Waugh <twaugh@redhat.com> 5.0.0-3
|
||||||
- More obsoletes/provides fixing (bug #222546).
|
- More obsoletes/provides fixing (bug #222546).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user