]> git.pld-linux.org Git - packages/powertop.git/commitdiff
- fixed locals names; rel. 2 auto/th/powertop-2.1-2
authorŁukasz Kieś <kiesiu@pld-linux.org>
Sun, 9 Sep 2012 18:45:55 +0000 (20:45 +0200)
committerŁukasz Kieś <kiesiu@pld-linux.org>
Sun, 9 Sep 2012 18:45:55 +0000 (20:45 +0200)
powertop.spec

index 2d2a97bb2ee89a194e8a2e08cc69fec863507ab8..4319ac11d5114490fa94c0700773beea6cfdf53a 100644 (file)
@@ -2,7 +2,7 @@ Summary:        PowerTOP - tool that finds the software component(s) that make your lap
 Summary(pl.UTF-8):     PowerTOP - narzędzie wykrywające programy zwiększające pobór energii laptopa
 Name:          powertop
 Version:       2.1
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Applications
 Source0:       https://01.org/powertop/sites/default/files/downloads/%{name}-%{version}.tar.gz
@@ -57,6 +57,14 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+# fix locales names
+mv $RPM_BUILD_ROOT%{_localedir}/cs{_CZ,}
+mv $RPM_BUILD_ROOT%{_localedir}/de{_DE,}
+mv $RPM_BUILD_ROOT%{_localedir}/es{_ES,}
+mv $RPM_BUILD_ROOT%{_localedir}/hu{_HU,}
+mv $RPM_BUILD_ROOT%{_localedir}/id{_ID,}
+mv $RPM_BUILD_ROOT%{_localedir}/nl{_NL,}
+
 %find_lang %{name}
 
 %clean
This page took 0.118996 seconds and 4 git commands to generate.