]> git.pld-linux.org Git - packages/gentoo.git/commitdiff
- kill multiple ru_RU.* translations with different encoding: iconv() is auto/ac/gentoo-0_11_51-3
authorankry <ankry@pld-linux.org>
Sun, 25 Jul 2004 11:55:52 +0000 (11:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  used for conversion.
- rel. 3

Changed files:
    gentoo.spec -> 1.70

gentoo.spec

index d5538454389e43b0c404196c6f0e46d2e5c29eb1..0b57cedf8757d1c37b9e514b697cd13f2608b73d 100644 (file)
@@ -2,7 +2,7 @@ Summary:        gentoo is a Gtk+ file manager for Linux
 Summary(pl):   gentoo jest opartym na Gtk+ zarz±dc± plików pod Linuksa
 Name:          gentoo
 Version:       0.11.51
-Release:       2
+Release:       3
 License:       GPL
 Group:         X11/Applications
 Source0:       http://dl.sourceforge.net/gentoo/%{name}-%{version}.tar.gz
@@ -10,6 +10,7 @@ Source0:      http://dl.sourceforge.net/gentoo/%{name}-%{version}.tar.gz
 Source1:       %{name}.desktop
 Source2:       %{name}.png
 Patch0:                %{name}-home_etc.patch
+Patch1:                %{name}-locale_names.patch
 URL:           http://www.obsession.se/gentoo/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -47,6 +48,10 @@ troch
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+
+mv -f po/ru{_RU.utf8,}.po
+rm -f po/ru_RU.*
 
 %build
 rm -f missing
This page took 0.129328 seconds and 4 git commands to generate.