]> git.pld-linux.org Git - packages/gimp.git/commitdiff
- add using %%{_aclocaldir} macro, gimp-1_1_20-1
authorkloczek <kloczek@pld-linux.org>
Tue, 2 May 2000 00:06:41 +0000 (00:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- add work around for making all gimp-perl.mo files.

Changed files:
    gimp.spec -> 1.59

gimp.spec

index 6c89f1ba03499a58a453c951c19aab4f96b18570..3e893ffa33763e0aef5eb001664d20d16012e7cf 100644 (file)
--- a/gimp.spec
+++ b/gimp.spec
@@ -159,6 +159,7 @@ CFLAGS="$RPM_OPT_FLAGS -DPERL_POLLUTE"; export CFLAGS
        --with-mp \
        --with-threads=posix 
 make
+make -C plug-ins/perl/po update-gmo
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -167,7 +168,7 @@ install -d $RPM_BUILD_ROOT%{_datadir}/icons \
 
 make install \
        DESTDIR=$RPM_BUILD_ROOT \
-       m4datadir=/usr/share/aclocal
+       m4datadir=%{_aclocaldir}
 
 install pixmaps/*.xpm $RPM_BUILD_ROOT%{_datadir}/icons/
 install plug-ins/*/*.xpm $RPM_BUILD_ROOT%{_datadir}/icons/
@@ -191,7 +192,7 @@ gzip -9nf $RPM_BUILD_ROOT/usr/share/man/man[13]/* \
 %find_lang %{name}-script-fu
 %find_lang %{name}-std-plugins
 cat %{name}.lang %{name}-perl.lang %{name}-script-fu.lang \
-       %{name}-std-plugins.lang > %{name}.list
+       %{name}-std-plugins.lang> %{name}.list
 
 echo "%defattr(755,root,root,755)" >> %{name}.list
 
@@ -285,7 +286,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %{_includedir}/gck 
 %{_includedir}/libgimp
-/usr/share/aclocal/gimp.m4
+%{_aclocaldir}/gimp.m4
 
 %attr(755,root,root) %{_bindir}/embedxpm
 %attr(755,root,root) %{_bindir}/gimpdoc
This page took 0.166233 seconds and 4 git commands to generate.