This commit is contained in:
committed by
Git OBS Bridge
parent
4a25003b4d
commit
44cfe1e633
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 13 20:18:48 CEST 2007 - mauro@suse.de
|
||||||
|
|
||||||
|
- Added support for gutenprint, discarded the old libgimpprint module.
|
||||||
|
This fixes bug bnc #245683.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 1 19:30:24 CEST 2007 - stbinner@suse.de
|
Sat Sep 1 19:30:24 CEST 2007 - stbinner@suse.de
|
||||||
|
|
||||||
|
15
gimp.spec
15
gimp.spec
@@ -13,7 +13,7 @@
|
|||||||
Name: gimp
|
Name: gimp
|
||||||
#!BuildIgnore: sendmail
|
#!BuildIgnore: sendmail
|
||||||
BuildRequires: aalib-devel alsa-devel cups cups-devel fdupes gcc-c++ gnome-common gtk-doc intltool
|
BuildRequires: aalib-devel alsa-devel cups cups-devel fdupes gcc-c++ gnome-common gtk-doc intltool
|
||||||
BuildRequires: libexif-devel libgimpprint libgimpprint-devel libgtkhtml-devel libmng-devel librsvg-devel libtiff-devel libwmf-devel perl-XML-Parser postfix python-devel slang-devel update-desktop-files
|
BuildRequires: gutenprint gutenprint-devel libexif-devel libgtkhtml-devel libmng-devel librsvg-devel libtiff-devel libwmf-devel perl-XML-Parser postfix python-devel slang-devel update-desktop-files
|
||||||
%if %suse_version > 1010 || 0%{?opensuse_bs}
|
%if %suse_version > 1010 || 0%{?opensuse_bs}
|
||||||
BuildRequires: python-gtk-devel
|
BuildRequires: python-gtk-devel
|
||||||
%else
|
%else
|
||||||
@@ -21,7 +21,7 @@ BuildRequires: python-gtk
|
|||||||
%endif
|
%endif
|
||||||
URL: http://www.gimp.org/
|
URL: http://www.gimp.org/
|
||||||
Version: 2.2.17
|
Version: 2.2.17
|
||||||
Release: 23
|
Release: 30
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Productivity/Graphics/Bitmap Editors
|
Group: Productivity/Graphics/Bitmap Editors
|
||||||
Provides: gimp2 gimp-2.0
|
Provides: gimp2 gimp-2.0
|
||||||
@@ -37,7 +37,7 @@ Source2: gimp-splash.png
|
|||||||
Patch0: gimp-default-browser.patch
|
Patch0: gimp-default-browser.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if %suse_version > 1020
|
%if %suse_version > 1020
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{name}-lang = %{version} gutenprint
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -625,8 +625,8 @@ Authors:
|
|||||||
Shirasaki Yasuhiro
|
Shirasaki Yasuhiro
|
||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
# We can ignore these warnings:
|
# We can ignore these warnings:
|
||||||
# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22197
|
# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22197
|
||||||
# gimpvector.c: 1021
|
# gimpvector.c: 1021
|
||||||
@@ -643,7 +643,7 @@ Authors:
|
|||||||
#automake
|
#automake
|
||||||
autoconf
|
autoconf
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
%configure \
|
%configure --disable-print \
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
--enable-mmx \
|
--enable-mmx \
|
||||||
--enable-sse \
|
--enable-sse \
|
||||||
@@ -726,6 +726,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 13 2007 - mauro@suse.de
|
||||||
|
- Added support for gutenprint, discarded the old libgimpprint module.
|
||||||
|
This fixes bug bnc #245683.
|
||||||
* Sat Sep 01 2007 - stbinner@suse.de
|
* Sat Sep 01 2007 - stbinner@suse.de
|
||||||
- update branding to 10.3 artwork (#296499)
|
- update branding to 10.3 artwork (#296499)
|
||||||
* Thu Aug 09 2007 - maw@suse.de
|
* Thu Aug 09 2007 - maw@suse.de
|
||||||
|
Reference in New Issue
Block a user