auto-import changelog data from gimp-1.2.3-6.src.rpm
Mon Aug 19 2002 Matt Wilson <msw@redhat.com> - fix up gimp-perl madness to work with 5.8.0 - added gimp-1.2.3-wget-fix.patch.bz2 from Mandrake's gimp package - added gimp-1.2.3-newperl.patch.bz2 from Mandrake's gimp package Thu May 23 2002 Tim Powers <timp@redhat.com> - automated rebuild
This commit is contained in:
parent
f3dfc613c3
commit
e98a9b9cf5
@ -1 +1,3 @@
|
|||||||
|
gimp-1.2.3-newperl.patch.bz2
|
||||||
|
gimp-1.2.3-wget-fix.patch.bz2
|
||||||
gimp-1.2.3.tar.bz2
|
gimp-1.2.3.tar.bz2
|
||||||
|
29
gimp.spec
29
gimp.spec
@ -5,7 +5,7 @@
|
|||||||
Summary: The GNU Image Manipulation Program.
|
Summary: The GNU Image Manipulation Program.
|
||||||
Name: gimp
|
Name: gimp
|
||||||
Version: %{subver}.%{microver}
|
Version: %{subver}.%{microver}
|
||||||
Release: 4
|
Release: 6
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Copyright: GPL, LGPL
|
Copyright: GPL, LGPL
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
@ -20,6 +20,8 @@ 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.2.1-libaa.patch
|
Patch1: gimp-1.2.1-libaa.patch
|
||||||
|
Patch2: gimp-1.2.3-newperl.patch.bz2
|
||||||
|
Patch3: gimp-1.2.3-wget-fix.patch.bz2
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GIMP (GNU Image Manipulation Program) is a powerful image
|
The GIMP (GNU Image Manipulation Program) is a powerful image
|
||||||
@ -67,6 +69,8 @@ GIMP image manipulation program.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .perlpath
|
%patch0 -p1 -b .perlpath
|
||||||
%patch1 -p1 -b .libaa
|
%patch1 -p1 -b .libaa
|
||||||
|
%patch2 -p1
|
||||||
|
%patch3 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#AUTOMAKE=automake-1.4 autoreconf
|
#AUTOMAKE=automake-1.4 autoreconf
|
||||||
@ -84,11 +88,22 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
sed "s,\(=/\)\([a-z]\),=$RPM_BUILD_ROOT/\2,g" gimptool-1.2 > tmptool
|
||||||
|
chmod 755 tmptool
|
||||||
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
|
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
|
||||||
|
rootdir=`pwd`
|
||||||
|
pushd plug-ins/perl
|
||||||
|
perl Makefile.PL PREFIX=$RPM_BUILD_ROOT/usr INSTALLDIRS=vendor < /dev/null
|
||||||
|
for I in `find -name Makefile`; do
|
||||||
|
sed "s,/usr/bin/gimptool,$rootdir/tmptool,g" $I > $I-
|
||||||
|
mv $I- $I
|
||||||
|
done
|
||||||
|
popd
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_infodir} $RPM_BUILD_ROOT/%{_includedir} \
|
mkdir -p $RPM_BUILD_ROOT/%{_infodir} $RPM_BUILD_ROOT/%{_includedir} \
|
||||||
$RPM_BUILD_ROOT/%{_libdir} $RPM_BUILD_ROOT/%{_bindir} \
|
$RPM_BUILD_ROOT/%{_libdir} $RPM_BUILD_ROOT/%{_bindir} \
|
||||||
$RPM_BUILD_ROOT/%{_libdir}/gimp/%{subver}/plug-ins
|
$RPM_BUILD_ROOT/%{_libdir}/gimp/%{subver}/plug-ins
|
||||||
|
|
||||||
|
|
||||||
# makeinstall macro won't work here - libexec is overriden
|
# makeinstall macro won't work here - libexec is overriden
|
||||||
make prefix=$RPM_BUILD_ROOT/%{_prefix} \
|
make prefix=$RPM_BUILD_ROOT/%{_prefix} \
|
||||||
bindir=$RPM_BUILD_ROOT/%{_bindir} \
|
bindir=$RPM_BUILD_ROOT/%{_bindir} \
|
||||||
@ -100,9 +115,7 @@ make prefix=$RPM_BUILD_ROOT/%{_prefix} \
|
|||||||
gimpsysconfdir=$RPM_BUILD_ROOT/%{_sysconfdir}/gimp/%{subver} \
|
gimpsysconfdir=$RPM_BUILD_ROOT/%{_sysconfdir}/gimp/%{subver} \
|
||||||
gimpplugindir=$RPM_BUILD_ROOT/%{_libdir}/gimp/%{subver} \
|
gimpplugindir=$RPM_BUILD_ROOT/%{_libdir}/gimp/%{subver} \
|
||||||
gimpdatadir=$RPM_BUILD_ROOT/%{_datadir}/gimp/%{subver} \
|
gimpdatadir=$RPM_BUILD_ROOT/%{_datadir}/gimp/%{subver} \
|
||||||
PREFIX=$RPM_BUILD_ROOT/%{_prefix} \
|
GIMPTOOL=`pwd`/tmptool \
|
||||||
INSTALLMAN3DIR=$RPM_BUILD_ROOT/usr/lib/perl5/man \
|
|
||||||
INSTALLMAN1DIR=$RPM_BUILD_ROOT/%{_mandir}/man1 \
|
|
||||||
install
|
install
|
||||||
|
|
||||||
# remove the perl temp file to satisfy rpmlint
|
# remove the perl temp file to satisfy rpmlint
|
||||||
@ -261,6 +274,14 @@ install -m 644 $RPM_SOURCE_DIR/gimp.png %{buildroot}/%{_datadir}/pixmaps
|
|||||||
%{_bindir}/xcftopnm
|
%{_bindir}/xcftopnm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 19 2002 Matt Wilson <msw@redhat.com>
|
||||||
|
- fix up gimp-perl madness to work with 5.8.0
|
||||||
|
- added gimp-1.2.3-wget-fix.patch.bz2 from Mandrake's gimp package
|
||||||
|
- added gimp-1.2.3-newperl.patch.bz2 from Mandrake's gimp package
|
||||||
|
|
||||||
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
||||||
|
- automated rebuild
|
||||||
|
|
||||||
* Mon Apr 15 2002 Matt Wilson <msw@redhat.com>
|
* Mon Apr 15 2002 Matt Wilson <msw@redhat.com>
|
||||||
- filter .la files from main gimp package (#43317, #57571, #56667,
|
- filter .la files from main gimp package (#43317, #57571, #56667,
|
||||||
#51591, #63371)
|
#51591, #63371)
|
||||||
|
Loading…
Reference in New Issue
Block a user