SPECS: gimp.spec - workaround 'error: gimp-2.4.6-1: req /usr/share/locale/c...

hawk hawk at pld-linux.org
Mon Jun 2 09:52:59 CEST 2008


Author: hawk                         Date: Mon Jun  2 07:52:59 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- workaround 'error: gimp-2.4.6-1: req /usr/share/locale/ca at valencia/LC_MESSAGES not found'
  using rm -rf (is this valid locale name?)

---- Files affected:
SPECS:
   gimp.spec (1.291 -> 1.292) 

---- Diffs:

================================================================
Index: SPECS/gimp.spec
diff -u SPECS/gimp.spec:1.291 SPECS/gimp.spec:1.292
--- SPECS/gimp.spec:1.291	Sat May 31 17:14:39 2008
+++ SPECS/gimp.spec	Mon Jun  2 09:52:54 2008
@@ -24,7 +24,7 @@
 Summary(zh_TW.UTF-8):	[圖像]GNU圖象處理工具
 Name:		gimp
 Version:	2.4.6
-Release:	1
+Release:	2
 Epoch:		1
 License:	GPL v2+
 Group:		X11/Applications/Graphics
@@ -348,6 +348,9 @@
 rm -f $RPM_BUILD_ROOT%{_libdir}/gimp/%{mver}/python/*.{a,la,py}
 rm -r $RPM_BUILD_ROOT%{_datadir}/{application-registry,mime-info}
 
+# error: gimp-2.4.6-1: req /usr/share/locale/ca at valencia/LC_MESSAGES not found
+rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/ca at valencia
+
 %find_lang %{name} --all-name
 
 %clean
@@ -525,6 +528,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.292  2008-06-02 07:52:54  hawk
+- workaround 'error: gimp-2.4.6-1: req /usr/share/locale/ca at valencia/LC_MESSAGES not found'
+  using rm -rf (is this valid locale name?)
+
 Revision 1.291  2008-05-31 15:14:39  arekm
 - up to 2.4.6
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gimp.spec?r1=1.291&r2=1.292&f=u



More information about the pld-cvs-commit mailing list