]> git.pld-linux.org Git - packages/shadow.git/commitdiff
- rel 3; using locale works now auto/ac/shadow-4_0_4_1-3
authorMariusz Mazur <mmazur@pld-linux.org>
Sat, 23 Oct 2004 10:11:22 +0000 (10:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added a hack for it to work, since by default gettext's macros won't
  check for setlocale if am_gnu_gettext is called with argument [external]

Changed files:
    shadow.spec -> 1.100

shadow.spec

index 0c787caf55643ce61aa1b64535ec551d77591e00..543817d55a15a2399660056b3dda06b765f07a1f 100644 (file)
@@ -12,7 +12,7 @@ Summary(tr):  G
 Summary(pt_BR):        Utilitários para o arquivo de senhas Shadow
 Name:          shadow
 Version:       4.0.4.1
-Release:       2
+Release:       3
 Epoch:         1
 License:       BSD
 Group:         Applications/System
@@ -34,6 +34,7 @@ Patch4:               %{name}-useradd-p.patch
 Patch5:                %{name}-pld.patch
 Patch6:                %{name}-chage_expdays.patch
 Patch7:                %{name}-selinux.patch
+Patch8:                %{name}-setlocale_hack.patch
 BuildRequires: autoconf
 BuildRequires: automake >= 1.0
 BuildRequires: gettext-devel >= 0.12.1
@@ -136,8 +137,10 @@ Programy niecz
 %patch5 -p1
 %patch6 -p1
 %{?with_selinux:%patch7 -p1}
+%patch8 -p1
 
 %build
+%{__autoheader}
 %{__gettextize}
 %{__aclocal}
 %{__autoconf}
This page took 0.037109 seconds and 4 git commands to generate.