]> git.pld-linux.org Git - packages/bash.git/commitdiff
- AC-branch merge
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 2 Feb 2007 04:43:32 +0000 (04:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bash.spec -> 1.171

bash.spec

index d3bcaf7fc18e189f8fc262c53f329902575fdda8..18ed55f7006f3431fd7cfec247948a4ba5596d0f 100644 (file)
--- a/bash.spec
+++ b/bash.spec
@@ -6,7 +6,7 @@
 #
 %define                _ver            3.2
 %define                _patchlevel     9
-%define                _rel    1
+%define                _rel            2
 Summary:       GNU Bourne Again Shell (bash)
 Summary(fr):   Le shell Bourne Again de GNU
 Summary(pl):   Pow³oka GNU Bourne Again Shell (bash)
@@ -23,6 +23,9 @@ Source3:      %{name}-skel-.%{name}_profile
 Source4:       %{name}-skel-.%{name}rc
 Source5:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source5-md5: d2aacf89c4a444c5da648da69afdb01a
+# based on GNU TP; omitted: eo (not supported), rw (empty)
+Source6:       %{name}-translations.tar.bz2
+# Source6-md5: 99701bc1f919cfc527cb95fadbc66c93
 Patch0:                %{name}-paths.patch
 Patch1:                %{name}-security.patch
 Patch2:                %{name}-autoconf.patch
@@ -41,6 +44,7 @@ BuildRequires:        bison
 BuildRequires: ncurses-devel >= 5.2
 BuildRequires: readline-devel >= 5.2
 BuildRequires: rpmbuild(macros) >= 1.353
+BuildRequires: sed >= 4.0
 BuildRequires: texinfo
 %if %{with static}
 # Require static library only for static build
@@ -193,6 +197,8 @@ tym pakiecie jest wersja basha skonsolidowana statycznie.
 %patch8 -p1
 %{?with_bash_history:%patch9 -p1}
 %patch10 -p1
+tar xjf %SOURCE6 -C po
+sed -e 's/boldquot ru/boldquot ru af ca de es et fr hu ja nl pl pt_BR ro tr vi/' -i po/LINGUAS
 
 %build
 cp -f /usr/share/automake/config.* support
This page took 0.061231 seconds and 4 git commands to generate.