OBS User unknown
2007-08-09 23:17:51 +00:00
committed by Git OBS Bridge
parent 9ec3dd03ad
commit 71601dd1f4
2 changed files with 33 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Aug 9 19:31:45 CEST 2007 - maw@suse.de
- Fix up the lang subpackage
- s#%run_ldconfig#/sbin/ldconfig# in %post and %postun.
-------------------------------------------------------------------
Wed Aug 8 01:43:46 CEST 2007 - mauro@suse.de
- Split out a -lang subpackage
- Add %fdupes stuff
-------------------------------------------------------------------
Wed Jul 25 22:08:25 CEST 2007 - maw@suse.de

View File

@@ -12,7 +12,7 @@
Name: gimp
#!BuildIgnore: sendmail
BuildRequires: aalib-devel alsa-devel cups cups-devel 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
%if %suse_version > 1010 || 0%{?opensuse_bs}
BuildRequires: python-gtk-devel
@@ -21,7 +21,7 @@ BuildRequires: python-gtk
%endif
URL: http://www.gimp.org/
Version: 2.2.17
Release: 1
Release: 9
License: GPL v2 or later
Group: Productivity/Graphics/Bitmap Editors
Provides: gimp2 gimp-2.0
@@ -36,6 +36,9 @@ Source1: gimp-logo.png
Source2: gimp-splash.png
Patch0: gimp-default-browser.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if %suse_version > 1020
Requires: %{name}-lang = %{version}
%endif
%description
The GIMP (GNU Image Manipulation Program) is a powerful image
@@ -621,6 +624,7 @@ Authors:
Matthew Wilson
Shirasaki Yasuhiro
%lang_package
%prep
%setup -q
# We can ignore these warnings:
@@ -661,6 +665,10 @@ make %{?jobs:-j %jobs}
%install
make install DESTDIR=$RPM_BUILD_ROOT
%if %suse_version > 1020
%fdupes -s $RPM_BUILD_ROOT
%endif
cp -a %{SOURCE1} %{SOURCE2} $RPM_BUILD_ROOT/%{_datadir}/gimp/2.0/images/
rm -rf $RPM_BUILD_ROOT/root
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/applications
@@ -681,15 +689,15 @@ rm $RPM_BUILD_ROOT/%{_datadir}/application-registry/gimp.applications $RPM_BUILD
%find_lang gimp20-std-plug-ins gimp20.lang
%post
%run_ldconfig
/sbin/ldconfig
%postun
%run_ldconfig
/sbin/ldconfig
%clean
rm -rf $RPM_BUILD_ROOT
%files -f gimp20.lang
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog* NEWS* README*
%{_datadir}/applications/gimp.desktop
@@ -702,6 +710,8 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_mandir}/man?/*.*
%{_sysconfdir}/gimp
%files lang -f gimp20.lang
%files devel
%defattr(-,root,root)
%{_bindir}/gimptool*
@@ -716,6 +726,12 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/*
%changelog
* Thu Aug 09 2007 - maw@suse.de
- Fix up the lang subpackage
- s#%%run_ldconfig#/sbin/ldconfig# in %%post and %%postun.
* Wed Aug 08 2007 - mauro@suse.de
- Split out a -lang subpackage
- Add %%fdupes stuff
* Wed Jul 25 2007 - maw@suse.de
- Update to version 2.2.17 (#293749)
- Remove upstreamed gimp-psd-overflow.patch and