auto-import changelog data from gimp-1.2.5-1.src.rpm

1.2.5-1
- 1.2.5 (#101225)
1.2.3-20.1
- build for RHEL
1.2.3-20
- add epoch to the version requirements of subpackages
- ship gimp-remote (#85344)
Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
1.2.3-18
- fix build problem with gcc 3.3
- workaround for compiler bug on s390/s390x
This commit is contained in:
cvsdist 2004-09-09 05:13:36 +00:00
parent de17517e72
commit e6eb6d0424
3 changed files with 58 additions and 44 deletions

View File

@ -1,3 +1,2 @@
gimp-1.2.3-newperl.patch.bz2
gimp-1.2.3-wget-fix.patch.bz2 gimp-1.2.3-wget-fix.patch.bz2
gimp-1.2.3.tar.bz2 gimp-1.2.5.tar.bz2

View File

@ -1,33 +1,39 @@
%define subver 1.2 %define subver 1.2
%define age 0 %define age 0
%define microver 3 %define microver 5
Summary: The GNU Image Manipulation Program. Summary: The GNU Image Manipulation Program.
Name: gimp Name: gimp
Version: %{subver}.%{microver} Version: %{subver}.%{microver}
Release: 16 Release: 1
Epoch: 1 Epoch: 1
Copyright: GPL, LGPL License: 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
Requires: gimp-print-plugin Requires: gimp-print-plugin
BuildRequires: gtk+-devel BuildRequires: gtk+-devel
BuildRequires: glib-devel BuildRequires: glib-devel
Requires: /usr/bin/desktop-file-install Requires: /usr/bin/desktop-file-install
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
Source3: filter-gimp-perl-requires.sh Source3: filter-gimp-perl-requires.sh
Patch0: gimp-1.1.23-perlpath.patch Patch0: gimp-1.1.23-perlpath.patch
Patch1: gimp-1.2.1-libaa.patch Patch3: gimp-1.2.3-wget-fix.patch.bz2
Patch2: gimp-1.2.3-newperl.patch.bz2 Patch4: gimp-1.2.5-perl-plugin.patch
Patch3: gimp-1.2.3-wget-fix.patch.bz2
%define __perl_requires %{SOURCE3} %define __perl_requires %{SOURCE3}
%define debug_package %{nil}
# gcc breaks with -g
# workaround for compiler bug on s390/s390x
%ifarch s390 s390x
%define optflags -O2
%endif
%description %description
The GIMP (GNU Image Manipulation Program) is a powerful image The GIMP (GNU Image Manipulation Program) is a powerful image
@ -53,7 +59,7 @@ before running the scripts.
%package devel %package devel
Summary: The GIMP plug-in 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 = %{epoch}:%{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
@ -62,11 +68,11 @@ extensions.
%package perl %package perl
Summary: Perl extensions and plug-ins for the GIMP. Summary: Perl extensions and plug-ins for the GIMP.
Group: Applications/Multimedia Group: Applications/Multimedia
Requires: gimp = %{version} Requires: gimp = %{epoch}:%{version}
Requires: perl Requires: perl
Provides: perl(Gimp::Util) Provides: perl(Gimp::Util)
Provides: perl(of) Provides: perl(of)
BuildPreReq: perl-PDL Gtk-Perl perl BuildPreReq: perl-PDL Gtk-Perl perl gimp-print-devel
%description perl %description perl
The gimp-perl package contains Perl extensions and plug-ins for the The gimp-perl package contains Perl extensions and plug-ins for the
GIMP image manipulation program. GIMP image manipulation program.
@ -74,9 +80,8 @@ GIMP image manipulation program.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .perlpath %patch0 -p1 -b .perlpath
%patch1 -p1 -b .libaa
%patch2 -p1
%patch3 -p1 %patch3 -p1
%patch4 -p1
%build %build
#AUTOMAKE=automake-1.4 autoreconf #AUTOMAKE=automake-1.4 autoreconf
@ -86,12 +91,7 @@ else
LIBAA="disable" CFLAGS="$RPM_OPT_FLAGS" %configure LIBAA="disable" CFLAGS="$RPM_OPT_FLAGS" %configure
fi fi
if [ "$SMP" != "" ]; then make %{?smp_mflags}
(make "MAKE=make -k -j $SMP"; exit 0)
make
else
make
fi
%install %install
sed "s,\(=/\)\([a-z]\),=$RPM_BUILD_ROOT/\2,g" gimptool-1.2 > tmptool sed "s,\(=/\)\([a-z]\),=$RPM_BUILD_ROOT/\2,g" gimptool-1.2 > tmptool
@ -210,8 +210,6 @@ install -m 644 $RPM_SOURCE_DIR/gimp.png %{buildroot}/%{_datadir}/pixmaps
# files we don't ship # files we don't ship
rm -f %{buildroot}%{_bindir}/escputil* \ rm -f %{buildroot}%{_bindir}/escputil* \
%{buildroot}%{_mandir}/man1/escputil* \ %{buildroot}%{_mandir}/man1/escputil* \
%{buildroot}%{_bindir}/gimp-remote* \
%{buildroot}%{_mandir}/man1/gimp-remote* \
%{buildroot}%{_bindir}/embedxpm \ %{buildroot}%{_bindir}/embedxpm \
%{buildroot}%{_mandir}/man1/embedxpm* \ %{buildroot}%{_mandir}/man1/embedxpm* \
%{buildroot}%{_bindir}/scm2perl \ %{buildroot}%{_bindir}/scm2perl \
@ -275,13 +273,14 @@ find %{buildroot}%{_libdir}/perl5 -name perllocal.pod | xargs rm -f
%{_bindir}/gimp %{_bindir}/gimp
%{_bindir}/gimp-%{subver} %{_bindir}/gimp-%{subver}
%{_bindir}/gimp-remote*
%defattr (0644, root, root) %defattr (0644, root, root)
%{_mandir}/man1/gimp.1* %{_mandir}/man1/gimp.1*
%{_mandir}/man1/gimp-%{subver}.1* %{_mandir}/man1/gimp-%{subver}.1*
%{_mandir}/man5/gimprc.5* %{_mandir}/man5/gimprc.5*
%{_mandir}/man5/gimprc-%{subver}.5* %{_mandir}/man5/gimprc-%{subver}.5*
%{_mandir}/man1/gimp-remote*
%files devel %files devel
%defattr (0755, root, root, 0755) %defattr (0755, root, root, 0755)
@ -310,6 +309,23 @@ find %{buildroot}%{_libdir}/perl5 -name perllocal.pod | xargs rm -f
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Wed Oct 15 2003 Matt Wilson <msw@redhat.com> 1:1.2.5-1
- 1.2.5 (#101225)
* Sun Jun 8 2003 Tim Powers <timp@redhat.com> 1:1.2.3-20.1
- build for RHEL
* Fri Jun 6 2003 Matt Wilson <msw@redhat.com> 1:1.2.3-20
- add epoch to the version requirements of subpackages
- ship gimp-remote (#85344)
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Wed Jun 4 2003 Than Ngo <than@redhat.com> 1:1.2.3-18
- fix build problem with gcc 3.3
- workaround for compiler bug on s390/s390x
* Wed Feb 19 2003 Tim Waugh <twaugh@redhat.com> 1:1.2.3-16 * Wed Feb 19 2003 Tim Waugh <twaugh@redhat.com> 1:1.2.3-16
- Require gimp-print-plugin (bug #80437). - Require gimp-print-plugin (bug #80437).
@ -347,7 +363,7 @@ find %{buildroot}%{_libdir}/perl5 -name perllocal.pod | xargs rm -f
* Mon Aug 19 2002 Matt Wilson <msw@redhat.com> * Mon Aug 19 2002 Matt Wilson <msw@redhat.com>
- fix up gimp-perl madness to work with 5.8.0 (#66610, #68782) - fix up gimp-perl madness to work with 5.8.0 (#66610, #68782)
- added gimp-1.2.3-newperl.patch.bz2 from Mandrake's gimp package - added gimp-1.2.3-newperl.patch.bz2 from Mandrake's gimp package
- added gimp-1.2.3-wget-fix.patch.bz2 from Mandrake's gimp package - added gimp-1.2.3-wget-fix.patch.bz2 from Mandrake's gimp package
- fix desktop file (#71021) - fix desktop file (#71021)

View File

@ -1,3 +1,2 @@
65c90518b954a24d46cdd931d8be550f gimp-1.2.3-newperl.patch.bz2
b528311805c993094b196ed3eb7c0cd1 gimp-1.2.3-wget-fix.patch.bz2 b528311805c993094b196ed3eb7c0cd1 gimp-1.2.3-wget-fix.patch.bz2
b19235f19f524f772a4aef597a69b1da gimp-1.2.3.tar.bz2 b83b55d80e6728268d56620ea4d3051a gimp-1.2.5.tar.bz2