]> git.pld-linux.org Git - packages/gimp.git/commitdiff
- It seems that *.mo file for per ARE build, but the "BuildRequires:
authormkochano <mkochano@pld-linux.org>
Mon, 5 Jun 2000 07:30:23 +0000 (07:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  gettext-devel" was missing. Added.
- BuildRequires: gnome-libs-devel (gimp wants libgtkxmhtml).

Changed files:
    gimp.spec -> 1.69

gimp.spec

index c8031edc503ffd8a8016a0ea48289197d4c090e7..5e7c7297f6c1fccada29347e852d1a5d31f8c827 100644 (file)
--- a/gimp.spec
+++ b/gimp.spec
@@ -18,6 +18,8 @@ Patch0:               gimp-perldep.patch
 Patch1:                gimp-DESTDIR.patch
 URL:           http://www.gimp.org/
 Icon:          gimp.gif
+BuildRequires: gettext-devel
+BuildRequires: gnome-libs-devel
 BuildRequires: gtk+-devel >= 1.2.0
 BuildRequires: perl
 BuildRequires: perl-PDL >= 1.9906
@@ -187,11 +189,11 @@ gzip -9nf $RPM_BUILD_ROOT/usr/share/man/man3/* \
        TODO MAINTAINERS docs/*.txt
 
 %find_lang %{name}
-#%find_lang %{name}-perl
+%find_lang %{name}-perl
 #%find_lang %{name}-libgimp
 %find_lang %{name}-script-fu
 %find_lang %{name}-std-plugins
-cat %{name}.lang %{name}-script-fu.lang \
+cat %{name}.lang %{name}-perl %{name}-script-fu.lang \
        %{name}-std-plugins.lang> %{name}.list
 
 echo "%defattr(755,root,root,755)" >> %{name}.list
This page took 0.149819 seconds and 4 git commands to generate.