OBS User unknown 2008-03-27 20:52:15 +00:00 committed by Git OBS Bridge
parent c263d9cb88
commit 3efdb3301c
2 changed files with 218 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 27 17:02:35 CET 2008 - sbrabec@suse.cz
- Added support for vendor branding (bnc#372091).
-------------------------------------------------------------------
Mon Mar 3 18:15:47 CET 2008 - sbrabec@suse.cz

214
gimp.spec
View File

@ -16,7 +16,7 @@ Name: gimp
BuildRequires: aalib-devel alsa-devel cups cups-devel curl-devel dbus-1-glib-devel gnome-common gnutls-devel gtk-doc hal-devel intltool libexif-devel libgimpprint libgimpprint-devel libglade2-devel libgnomeprintui-devel libgnomeui-devel libgtkhtml-devel liblcms-devel libmng-devel libpoppler-glib-devel librsvg-devel libtiff-devel libwmf-devel libwnck-devel perl-XML-Parser postfix python-devel python-gtk-devel slang-devel update-desktop-files
Url: http://www.gimp.org/
Version: 2.4.5
Release: 1
Release: 11
License: GPL v2 or later
Group: Productivity/Graphics/Bitmap Editors
Suggests: AdobeICCProfiles
@ -27,6 +27,7 @@ Requires: %{name}-lang = %{version}
Summary: The GNU Image Manipulation Program
Source: ftp://ftp.gimp.org/pub/gimp/v2.3/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: %{name}-branding >= 2.4
%description
The GIMP (GNU Image Manipulation Program) is a powerful image
@ -221,6 +222,210 @@ Authors:
Matthew Wilson
Shirasaki Yasuhiro
%package branding-upstream
Summary: The GNU Image Manipulation Program
Requires: %{name} = %{version} python-gtk
Provides: %{name}:%{_libdir}/gimp/2.0/plug-ins/pyconsole.py = %{version}
Supplements: %{name}
Group: Productivity/Graphics/Bitmap Editors
Provides: %{name}-branding = %{version}
Supplements: branding-upstream
Conflicts: %{name} < 2.4
#BRAND: FIXME
%description branding-upstream
The GIMP (GNU Image Manipulation Program) is a powerful image
composition and editing program, which can be extremely useful for
creating logos and other graphics for Web pages. The GIMP offers many
of the tools and filters you would expect to find in similar commercial
offerings and contains some interesting extras as well. The GIMP
provides alarge image manipulation toolbox, including channel
operations and layers, effects, subpixel imaging and antialiasing, and
conversions- all including multilevel undo. The GIMP offers a scripting
facility, but many of the included scripts rely on fonts that we cannot
distribute. The GIMP FTP sitehas a package of fonts that you need to
run the included scripts and that you can install yourself. Some of the
fonts have unusual licensing requirements, but all the licenses are
documented in the package. Get
ftp://ftp.gimp.org/pub/gimp/fonts/freefonts-0.10.tar.gz and
ftp://ftp.gimp.org/pub/gimp/fonts/sharefonts-0.10.tar.gz if you like to
do so. Alternatively, choose fonts that exist on your systembefore
running the scripts. .
Authors:
--------
Spencer Kimball
Peter Mattis
Lauri Alanko
Shawn Amundson
Sven Anders
Karl-Johan Andersson
John Beale
Zach Beane
Tom Bech
Marc Bless
Edward Blevins
Reagan Blundell
Xavier Bouchoux
Roberto Boyd
Stanislav Brabec
Robert Brady
Hans Breuer
Simon Budig
Carey Bunks
Seth Burgess
Brent Burton
Francisco Bustamante
Albert Cahalan
Sean Cier
Winston Chang
Kenneth Christiansen
Zbigniew Chyla
Ed Connel
Piers Cornwell
Daniel Cotting
Jay Cox
Brian Degenhardt
Gert Dewit
Andreas Dilger
Austin Donnelly
Scott Draves
Daniel Dunbar
Misha Dynin
Daniel Egger
Morton Eriksen
Larry Ewing
Nick Fetchak
Valek Filippov
David Forsyth
Raphael Francois
Jochen Friedrich
Sami Gerdt
Jim Geuther
Graeme Gill
Scott Goehring
Heiko Goller
Marcelo de Gomensoro Malheiros
Pavel Grinfeld
Michael Hammel
Henrik Hansen
Ville Hautamaki
James Henstridge
Eric Hernes
David Hodson
Christoph Hoegl
Wolfgang Hofer
Jan Hubicka
Andreas Hyden
Ben Jackson
Krzysztof Jakubowski
Simon Janes
Tim Janik
Fellmann Joaquim
Andrew Kieschnick
Peter Kirchgessner
Philipp Klaus
David Koblas
Robert L Krawitz
Tuomas Kuosmanen
Karin Kylander
Olof S Kylander
Karl La Rocca
Chris Lahey
Nick Lamb
Marco Lamberto
Jens Lautenbacher
Laramie Leavitt
Elliot Lee
Marc Lehmann
Ray Lehtiniemi
Raph Levien
Wing Tung Leung
Adrian Likins
Tor Lillqvist
Ingo Luetkebohle
Josh MacDonald
Ed Mackey
Vidar Madsen
Ian Main
Kjartan Maraas
Kelly Martin
Torsten Martinsen
Gordon Matzigkeit
Gregory McLean
Daniele Medri
Federico Mena Quintero
James Mitchell
Hirotsuna Mizuno
David Monniaux
Adam D Moss
Balazs Nagy
Yukihiro Nakai
Sung-Hyun Nam
Shuji Narazaki
Felix Natter
Michael Natterer
David Neary
Sven Neumann
Stephen Robert Norris
Tim Newsome
Erik Nygren
Miles O'Neal
David Neary
David Necas
David Odin
Thom van Os
Garry R. Osgood
Alan Paeth
Jay Painter
Sergey Panov
Ville Patsi
Asbjorn Pettersen
Mike Phillips
Artur Polaczynski
Raphael Quinet
Tom Rathborne
Vincent Renardias
Jens Restemeier
Maurits Rijk
Daniel Risacher
James Robinson
Guillermo S. Romero
Tim Rowley
Pablo Saratxaga
Mike Schaeffer
John Schlag
Norbert Schmitz
Thorsten Schnier
Alexander Schulz
Tracy Scott
Craig Setera
Aaron Sherman
Manish Singh
Daniel Skarda
Adam Spiers
Jakub Steiner
Nathan Summers
Mike Sweet
Yuri Syrota
Eiichi Takamori
Tristan Tarrant
Michael Taylor
Owen Taylor
Ian Tester
Andy Thomas
Kevin Turner
Rebecca Walter
Martin Weber
James Wang
Kris Wehner
Nigel Wetten
Calvin Williamson
Matthew Wilson
Shirasaki Yasuhiro
%package plugins-python
Summary: The GNU Image Manipulation Program - python-gtk based plugins
Requires: %{name} = %{version} python-gtk
@ -881,6 +1086,7 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/icons/hicolor/*/apps/*.png
%{_datadir}/icons/hicolor/*/apps/*.svg
%{_datadir}/gimp
%exclude %{_datadir}/gimp/2.0/images/gimp-splash.png
%dir %{_libdir}/gimp
%dir %{_libdir}/gimp/2.0
%dir %{_libdir}/gimp/2.0/environ
@ -894,6 +1100,10 @@ rm -rf $RPM_BUILD_ROOT
%dir %{_sysconfdir}/gimp/2.0
%config %{_sysconfdir}/gimp/2.0/*rc
%files branding-upstream
%defattr(-,root,root)
%{_datadir}/gimp/2.0/images/gimp-splash.png
%files plugins-python -f plugins-python.list
%defattr(-,root,root)
%{_libdir}/gimp/2.0/environ/pygimp.env
@ -918,6 +1128,8 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/*
%changelog
* Thu Mar 27 2008 sbrabec@suse.cz
- Added support for vendor branding (bnc#372091).
* Mon Mar 03 2008 sbrabec@suse.cz
- Updated to version 2.4.5:
* many fixes