]> git.pld-linux.org Git - packages/pwdutils.git/commitdiff
- added pl.po-update patch auto/th/pwdutils-3_2_13-1 auto/ti/pwdutils-3_2_13-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 13 Nov 2010 21:02:53 +0000 (21:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- /lib<qual>/security is constant, not depending on pwdutils libdir

Changed files:
    pwdutils-pl.po-update.patch -> 1.15
    pwdutils.spec -> 1.102

pwdutils-pl.po-update.patch [new file with mode: 0644]
pwdutils.spec

diff --git a/pwdutils-pl.po-update.patch b/pwdutils-pl.po-update.patch
new file mode 100644 (file)
index 0000000..24be0f6
--- /dev/null
@@ -0,0 +1,11 @@
+--- pwdutils-3.2.13/po/pl.po.orig      2010-10-11 12:00:27.000000000 +0200
++++ pwdutils-3.2.13/po/pl.po   2010-11-13 21:42:51.947101613 +0100
+@@ -82,7 +82,7 @@
+ #: lib/copy_dir_rec.c:215
+ #, c-format
+ msgid "Warning: ignoring `%s', not a regular file\n"
+-msgstr ""
++msgstr "Uwaga: zignorowano `%s' - nie jest zwyk³ym plikiem\n"
+ #: lib/copy_xattr.c:51 lib/copy_xattr.c:69
+ #, c-format
index d63dceb53f76b5f607042453490795a79e7538a7..63965fdba47a0030b8f8cd484ccf24ce72d97e4d 100644 (file)
@@ -28,6 +28,7 @@ Source10:     rpasswd.pamd
 Patch0:                %{name}-f-option.patch
 Patch1:                %{name}-no_bash.patch
 Patch2:                %{name}-silent_crontab.patch
+Patch3:                %{name}-pl.po-update.patch
 URL:           http://www.thkukuk.de/pam/pwdutils/
 %{?with_audit:BuildRequires:   audit-libs-devel}
 BuildRequires: autoconf
@@ -154,6 +155,9 @@ funkcjonalność tylko dla jednej grupy zarządzania PAM: zmiany haseł.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
+
+%{__rm} po/stamp-po
 
 %build
 %{__gettextize}
@@ -196,7 +200,7 @@ install %{SOURCE9} $RPM_BUILD_ROOT/etc/pam.d/shadow
 install %{SOURCE10} $RPM_BUILD_ROOT/etc/pam.d/rpasswd
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/pwdutils/*.{la,a}
-rm -f $RPM_BUILD_ROOT%{_libdir}/security/pam_*.la
+rm -f $RPM_BUILD_ROOT/%{_lib}/security/pam_*.la
 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/init.d/rpasswdd
 
 :> $RPM_BUILD_ROOT%{_sysconfdir}/shadow
@@ -315,5 +319,5 @@ fi
 
 %files -n pam-pam_rpasswd
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/security/pam_rpasswd.so
+%attr(755,root,root) /%{_lib}/security/pam_rpasswd.so
 %{_mandir}/man8/pam_rpasswd.8*
This page took 0.050719 seconds and 4 git commands to generate.