auto-import changelog data from gimp-1.2.3-3.src.rpm
Tue Mar 19 2002 Matt Wilson <msw@redhat.com> - added missing man pages (#61426) - removed esputil man page (#58919) Fri Mar 15 2002 Matt Wilson <msw@redhat.com> - added /usr/bin/{gimp-config,gimptool}-1.2 Mon Mar 11 2002 Matt Wilson <msw@redhat.com> - 1.2.3, based on changes from Ed Halley <ed@halley.cc> below: - removed gimp-1.2.1-locale.patch as the patch was incorporated upstream - linked new versioned gimp-1.2 executable to traditional gimp name Mon Feb 25 2002 Than Ngo <than@redhat.com> 1.2.1-11 - rebuild in new enviroment Thu Jan 31 2002 Bill Nottingham <notting@redhat.com> - escputil lives in ghostscript now Thu Jan 31 2002 Jeremy Katz <katzj@redhat.com> - add silly perl dependencies that don't get automatically found Wed Jan 30 2002 Jeremy Katz <katzj@redhat.com> - rebuild in new environment
This commit is contained in:
parent
46a673da05
commit
492b05160c
@ -1 +1 @@
|
|||||||
gimp-1.2.1.tar.bz2
|
gimp-1.2.3.tar.bz2
|
||||||
|
80
gimp.spec
80
gimp.spec
@ -1,30 +1,30 @@
|
|||||||
%define subver 1.2
|
%define subver 1.2
|
||||||
%define age 0
|
%define age 0
|
||||||
%define microver 1
|
%define microver 3
|
||||||
|
|
||||||
Summary: The GNU Image Manipulation Program
|
Summary: The GNU Image Manipulation Program.
|
||||||
Name: gimp
|
Name: gimp
|
||||||
Version: %{subver}.%{microver}
|
Version: %{subver}.%{microver}
|
||||||
Release: 7
|
Release: 3
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Copyright: GPL, LGPL
|
Copyright: GPL, LGPL
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
URL: http://www.gimp.org/
|
URL: http://www.gimp.org/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Obsoletes: gimp-data-min
|
Obsoletes: gimp-data-min
|
||||||
Obsoletes: gimp-libgimp
|
Obsoletes: gimp-libgimp
|
||||||
Requires: gtk+ >= 1.2.0
|
Requires: gtk+ >= 1.2.0
|
||||||
|
BuildRequires: gtk+-devel
|
||||||
Source0: ftp://ftp.gimp.org/pub/gimp/v%{subver}/v%{version}/%{name}-%{version}.tar.bz2
|
Source0: ftp://ftp.gimp.org/pub/gimp/v%{subver}/v%{version}/%{name}-%{version}.tar.bz2
|
||||||
Source1: gimp.desktop
|
Source1: gimp.desktop
|
||||||
Source2: gimp.png
|
Source2: gimp.png
|
||||||
Patch0: gimp-1.1.23-perlpath.patch
|
Patch0: gimp-1.1.23-perlpath.patch
|
||||||
Patch1: gimp-1.1.24-libaa.patch
|
Patch1: gimp-1.2.1-libaa.patch
|
||||||
Patch2: gimp-1.2.1-locale.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GIMP (GNU Image Manipulation Program) is a powerful image
|
The GIMP (GNU Image Manipulation Program) is a powerful image
|
||||||
composition and editing program, which can be extremely useful for
|
composition and editing program, which can be extremely useful for
|
||||||
creating logos and other graphics for Web pages. The GIMP has many of
|
creating logos and other graphics for webpages. The GIMP has many of
|
||||||
the tools and filters you would expect to find in similar commercial
|
the tools and filters you would expect to find in similar commercial
|
||||||
offerings, and some interesting extras as well. The GIMP provides a
|
offerings, and some interesting extras as well. The GIMP provides a
|
||||||
large image manipulation toolbox, including channel operations and
|
large image manipulation toolbox, including channel operations and
|
||||||
@ -32,51 +32,44 @@ layers, effects, sub-pixel imaging and anti-aliasing, and conversions,
|
|||||||
all with multi-level undo.
|
all with multi-level undo.
|
||||||
|
|
||||||
The GIMP includes a scripting facility, but many of the included
|
The GIMP includes a scripting facility, but many of the included
|
||||||
scripts rely on fonts that we cannot distribute. The GIMP FTP site
|
scripts rely on fonts that we cannot distribute. The GIMP FTP site
|
||||||
has a package of fonts that you can install by yourself, which
|
has a package of fonts that you can install by yourself, which
|
||||||
includes all the fonts needed to run the included scripts. Some of
|
includes all the fonts needed to run the included scripts. Some of
|
||||||
the fonts have unusual licensing requirements; all the licenses are
|
the fonts have unusual licensing requirements; all the licenses are
|
||||||
documented in the package. Get
|
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/freefonts-0.10.tar.gz and
|
||||||
ftp://ftp.gimp.org/pub/gimp/fonts/sharefonts-0.10.tar.gz if you are so
|
ftp://ftp.gimp.org/pub/gimp/fonts/sharefonts-0.10.tar.gz if you are so
|
||||||
inclined. Alternatively, choose fonts which exist on your system
|
inclined. Alternatively, choose fonts which exist on your system
|
||||||
before running the scripts.
|
before running the scripts.
|
||||||
|
|
||||||
Install the GIMP if you need a powerful image manipulation
|
|
||||||
program. You may also want to install other GIMP packages:
|
|
||||||
gimp-libgimp if you're going to use any GIMP plug-ins and
|
|
||||||
gimp-data-extras, which includes various extra files for the GIMP.
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: GIMP plugin and extension development kit
|
Summary: The GIMP plug-in and extension development kit.
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
Requires: gtk+-devel, gimp = %{version}
|
Requires: gtk+-devel, gimp = %{version}
|
||||||
%description devel
|
%description devel
|
||||||
The gimp-devel package contains the static libraries and header files
|
The gimp-devel package contains the static libraries and header files
|
||||||
for writing GNU Image Manipulation Program (GIMP) plug-ins and
|
for writing GNU Image Manipulation Program (GIMP) plug-ins and
|
||||||
extensions.
|
extensions.
|
||||||
|
|
||||||
Install gimp-devel if you're going to create plug-ins and/or
|
|
||||||
extensions for the GIMP. You'll also need to install gimp-limpgimp
|
|
||||||
and gimp, and you may want to install gimp-data-extras.
|
|
||||||
|
|
||||||
%package perl
|
%package perl
|
||||||
Summary: GIMP perl extensions and plugins.
|
Summary: Perl extensions and plug-ins for the GIMP.
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
Requires: gimp = %{version}
|
Requires: gimp = %{version}
|
||||||
Requires: perl
|
Requires: perl
|
||||||
|
Provides: perl(Gimp::Util)
|
||||||
|
Provides: perl(of)
|
||||||
|
|
||||||
%description perl
|
%description perl
|
||||||
The gimp-perl package contains all the perl extensions and perl plugins.
|
The gimp-perl package contains Perl extensions and plug-ins for the
|
||||||
|
GIMP image manipulation program.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .perlpath
|
%patch0 -p1 -b .perlpath
|
||||||
%patch1 -p1 -b .libaa
|
%patch1 -p1 -b .libaa
|
||||||
%patch2 -p1 -b .locale
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoconf
|
#AUTOMAKE=automake-1.4 autoreconf
|
||||||
if [ ! -f configure ]; then
|
if [ ! -f configure ]; then
|
||||||
CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --quiet $MYARCH_FLAGS --prefix=%{_prefix}
|
CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --quiet $MYARCH_FLAGS --prefix=%{_prefix}
|
||||||
else
|
else
|
||||||
@ -232,17 +225,21 @@ install -m 644 $RPM_SOURCE_DIR/gimp.png %{buildroot}/%{_datadir}/pixmaps
|
|||||||
%{_libdir}/libgck-%{subver}.so.%{age}
|
%{_libdir}/libgck-%{subver}.so.%{age}
|
||||||
|
|
||||||
%{_bindir}/gimp
|
%{_bindir}/gimp
|
||||||
|
%{_bindir}/gimp-%{subver}
|
||||||
#{_bindir}/embedxpm
|
#{_bindir}/embedxpm
|
||||||
%{_bindir}/escputil
|
#%{_bindir}/escputil
|
||||||
|
|
||||||
%defattr (0644, root, root)
|
%defattr (0644, root, root)
|
||||||
%{_mandir}/man1/gimp.1*
|
%{_mandir}/man1/gimp.1*
|
||||||
%{_mandir}/man1/escputil.1.*
|
%{_mandir}/man1/gimp-%{subver}.1*
|
||||||
%{_mandir}/man5/gimprc.5*
|
%{_mandir}/man5/gimprc.5*
|
||||||
|
%{_mandir}/man5/gimprc-%{subver}.5*
|
||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr (0755, root, root, 0755)
|
%defattr (0755, root, root, 0755)
|
||||||
%{_bindir}/gimptool
|
%{_bindir}/gimptool
|
||||||
|
%{_bindir}/gimptool-%{subver}
|
||||||
%{_bindir}/gimp-config
|
%{_bindir}/gimp-config
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/*.la
|
%{_libdir}/*.la
|
||||||
@ -256,6 +253,7 @@ install -m 644 $RPM_SOURCE_DIR/gimp.png %{buildroot}/%{_datadir}/pixmaps
|
|||||||
%{_includedir}/libgimp/
|
%{_includedir}/libgimp/
|
||||||
%{_includedir}/gck/
|
%{_includedir}/gck/
|
||||||
%{_mandir}/man1/gimptool.1*
|
%{_mandir}/man1/gimptool.1*
|
||||||
|
%{_mandir}/man1/gimptool-%{subver}.1*
|
||||||
|
|
||||||
%files perl -f gimp-perl-files
|
%files perl -f gimp-perl-files
|
||||||
%defattr (0755, root, root, 0755)
|
%defattr (0755, root, root, 0755)
|
||||||
@ -263,6 +261,30 @@ install -m 644 $RPM_SOURCE_DIR/gimp.png %{buildroot}/%{_datadir}/pixmaps
|
|||||||
%{_bindir}/xcftopnm
|
%{_bindir}/xcftopnm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 19 2002 Matt Wilson <msw@redhat.com>
|
||||||
|
- added missing man pages (#61426)
|
||||||
|
- removed esputil man page (#58919)
|
||||||
|
|
||||||
|
* Fri Mar 15 2002 Matt Wilson <msw@redhat.com>
|
||||||
|
- added /usr/bin/{gimp-config,gimptool}-1.2
|
||||||
|
|
||||||
|
* Mon Mar 11 2002 Matt Wilson <msw@redhat.com>
|
||||||
|
- 1.2.3, based on changes from Ed Halley <ed@halley.cc> below:
|
||||||
|
- removed gimp-1.2.1-locale.patch as the patch was incorporated upstream
|
||||||
|
- linked new versioned gimp-1.2 executable to traditional gimp name
|
||||||
|
|
||||||
|
* Mon Feb 25 2002 Than Ngo <than@redhat.com> 1.2.1-11
|
||||||
|
- rebuild in new enviroment
|
||||||
|
|
||||||
|
* Thu Jan 31 2002 Bill Nottingham <notting@redhat.com>
|
||||||
|
- escputil lives in ghostscript now
|
||||||
|
|
||||||
|
* Thu Jan 31 2002 Jeremy Katz <katzj@redhat.com>
|
||||||
|
- add silly perl dependencies that don't get automatically found
|
||||||
|
|
||||||
|
* Wed Jan 30 2002 Jeremy Katz <katzj@redhat.com>
|
||||||
|
- rebuild in new environment
|
||||||
|
|
||||||
* Thu Jul 19 2001 Tim Powers <timp@redhat.com>
|
* Thu Jul 19 2001 Tim Powers <timp@redhat.com>
|
||||||
- remove the perl temp files to pacify rpmlint
|
- remove the perl temp files to pacify rpmlint
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user