Accepting request 19715 from GNOME:Factory

Copy from GNOME:Factory/gimp-gap based on submit request 19715 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/19715
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gimp-gap?expand=0&rev=7
This commit is contained in:
OBS User autobuild 2009-09-03 21:41:18 +00:00 committed by Git OBS Bridge
parent 591c02af9e
commit 4e3551e0e4
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 31 13:23:16 CEST 2009 - coolo@novell.com
- do not use 2.00 as boolean
-------------------------------------------------------------------
Thu Aug 20 23:03:44 CEST 2009 - crrodriguez@suse.de

View File

@ -20,7 +20,7 @@
Name: gimp-gap
Version: 2.6.0
Release: 2
Release: 3
# Patched code is built by default.
# Use rpmbuild -D 'BUILD_ORIG 1' to build original code.
# Use rpmbuild -D 'BUILD_ORIG 1' -D 'BUILD_ORIG_ADDON 1' to name original code as -orig.
@ -55,7 +55,7 @@ Patch2: %{name}-warnings.patch
Patch3: %{name}-warnings-orig-addon.patch
Source1: %{name}-patch-source.sh
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if %{?gimp_api_version}0
%if %{?gimp_api_version:1}0
Requires: gimp(abi) = %{gimp_abi_version}
Requires: gimp(api) = %{gimp_api_version}
%else