From 46a673da05ee4865308402eda0c61fa0e06958b9 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 05:11:05 +0000 Subject: auto-import changelog data from gimp-1.2.1-7.src.rpm Thu Jul 19 2001 Tim Powers - remove the perl temp files to pacify rpmlint --- diff --git a/gimp.spec b/gimp.spec index 10b69b2..2fc0157 100644 --- a/gimp.spec +++ b/gimp.spec @@ -5,7 +5,7 @@ Summary: The GNU Image Manipulation Program Name: gimp Version: %{subver}.%{microver} -Release: 6 +Release: 7 Epoch: 1 Copyright: GPL, LGPL Group: Applications/Multimedia @@ -112,6 +112,9 @@ make prefix=$RPM_BUILD_ROOT/%{_prefix} \ INSTALLMAN1DIR=$RPM_BUILD_ROOT/%{_mandir}/man1 \ install +# remove the perl temp file to satisfy rpmlint +rm -f `find $RPM_BUILD_ROOT%{_libdir}/perl5/ -name ".packlist"` + # Strip the executables strip $RPM_BUILD_ROOT/%{_bindir}/gimp # Only strip execuable files and leave scripts alone. @@ -260,6 +263,9 @@ install -m 644 $RPM_SOURCE_DIR/gimp.png %{buildroot}/%{_datadir}/pixmaps %{_bindir}/xcftopnm %changelog +* Thu Jul 19 2001 Tim Powers +- remove the perl temp files to pacify rpmlint + * Tue Jun 19 2001 Matt Wilson - added versioned requires to gimp-devel and gimp-perl