]> git.pld-linux.org Git - packages/gimp.git/commitdiff
- workaround 'error: gimp-2.4.6-1: req /usr/share/locale/ca@valencia/LC_MESSAGES... auto/th/gimp-2_4_6-2 auto/ti/gimp-2_4_6-2
authorhawk <hawk@pld-linux.org>
Mon, 2 Jun 2008 07:52:54 +0000 (07:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  using rm -rf (is this valid locale name?)

Changed files:
    gimp.spec -> 1.292

gimp.spec

index c1e2530029d03c408eaa07b25691569c7a61f885..a3075e2eac69de568dc051c5241fb779ecc3e70e 100644 (file)
--- a/gimp.spec
+++ b/gimp.spec
@@ -23,7 +23,7 @@ Summary(zh_CN.UTF-8): [图像]GNU图象处理工具
 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
@@ -347,6 +347,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/gimp/%{mver}/modules/*.{a,la}
 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@valencia/LC_MESSAGES not found
+rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/ca@valencia
+
 %find_lang %{name} --all-name
 
 %clean
This page took 0.174603 seconds and 4 git commands to generate.