]> git.pld-linux.org Git - packages/gimp.git/commitdiff
- fix problem with multiple -f in %files parameters.
authorkloczek <kloczek@pld-linux.org>
Fri, 23 Jul 1999 02:20:32 +0000 (02:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gimp.spec -> 1.30

gimp.spec

index 246a6abd0a27795492b6e91b67bdfc9ed8e8f153..40bb49acfd32ecc74589dd5ff5c2a24271a9ba95 100644 (file)
--- a/gimp.spec
+++ b/gimp.spec
@@ -136,13 +136,15 @@ gzip -9nf $RPM_BUILD_ROOT/usr/share/man/man3/* \
 %find_lang %{name}
 %find_lang %{name}-std-plugins
 
+cat %{name}-std-plugins.lang >> %{name}.lang
+
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files -f %{name}.lang -f %{name}-std-plugins.lang
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc {ChangeLog,NEWS,README,README.i18n,README.perl,MAINTAINERS}.gz
 %doc docs/*.gz docs/*README docs/*.eps docs/script-fu.tex 
This page took 0.154668 seconds and 4 git commands to generate.