diff --git a/gimp.spec b/gimp.spec index 1837271..3c432d3 100644 --- a/gimp.spec +++ b/gimp.spec @@ -5,7 +5,7 @@ Summary: The GNU Image Manipulation Program. Name: gimp Version: %{subver}.%{microver} -Release: 3 +Release: 4 Epoch: 1 Copyright: GPL, LGPL Group: Applications/Multimedia @@ -128,7 +128,7 @@ find $RPM_BUILD_ROOT/%{_prefix}/lib/perl5 -type f -print | sed "s@^$RPM_BUILD_RO # Plugins and modules change often (grab the executeable ones) # echo "%defattr (0755, root, root)" > gimp-plugin-files -find $RPM_BUILD_ROOT/%{_libdir}/gimp/%{subver} -type f -exec file {} \; | grep -v perl | cut -d':' -f 1 | sed "s@^$RPM_BUILD_ROOT@@g" | grep -v /usr/lib/gimp/1.1/modules/.*\.a$ >>gimp-plugin-files +find $RPM_BUILD_ROOT/%{_libdir}/gimp/%{subver} -type f -exec file {} \; | grep -v perl | cut -d':' -f 1 | sed "s@^$RPM_BUILD_ROOT@@g" | grep -v /usr/lib/gimp/%{subver}/modules/.*\.a$ | grep -v /usr/lib/gimp/%{subver}/modules/.*\.la$ >>gimp-plugin-files # # Now pull the perl ones out. @@ -261,6 +261,10 @@ install -m 644 $RPM_SOURCE_DIR/gimp.png %{buildroot}/%{_datadir}/pixmaps %{_bindir}/xcftopnm %changelog +* Mon Apr 15 2002 Matt Wilson +- filter .la files from main gimp package (#43317, #57571, #56667, + #51591, #63371) + * Tue Mar 19 2002 Matt Wilson - added missing man pages (#61426) - removed esputil man page (#58919)