]> git.pld-linux.org Git - packages/psmisc.git/commitdiff
- updated to 22.14 auto/th/psmisc-22_14-1 auto/ti/psmisc-22_14-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 21 Jun 2011 15:57:13 +0000 (15:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added pl.po-update patch

Changed files:
    psmisc-pl.po-update.patch -> 1.10
    psmisc.spec -> 1.100

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

diff --git a/psmisc-pl.po-update.patch b/psmisc-pl.po-update.patch
new file mode 100644 (file)
index 0000000..8905468
--- /dev/null
@@ -0,0 +1,61 @@
+--- psmisc-22.14/po/pl.po.orig 2011-06-20 13:47:45.000000000 +0200
++++ psmisc-22.14/po/pl.po      2011-06-21 17:54:32.507783061 +0200
+@@ -5,10 +5,10 @@
+ #
+ msgid ""
+ msgstr ""
+-"Project-Id-Version: psmisc 22.11-pre1\n"
++"Project-Id-Version: psmisc 22.14\n"
+ "Report-Msgid-Bugs-To: csmall@small.dropbear.id.au\n"
+ "POT-Creation-Date: 2011-06-20 21:47+1000\n"
+-"PO-Revision-Date: 2010-03-28 19:24+0200\n"
++"PO-Revision-Date: 2011-06-21 17:45+0200\n"
+ "Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
+ "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
+ "Language: pl\n"
+@@ -17,7 +17,7 @@
+ "Content-Transfer-Encoding: 8bit\n"
+ #: src/fuser.c:118
+-#, fuzzy, c-format
++#, c-format
+ msgid ""
+ "Usage: fuser [-fMuv] [-a|-s] [-4|-6] [-c|-m|-n SPACE] [-k [-i] [-SIGNAL]] "
+ "NAME...\n"
+@@ -61,6 +61,7 @@
+ "  -SYGNA£               wys³anie podanego sygna³u zamiast SIGKILL\n"
+ "  -u,--user             wy¶wietlenie identyfikatorów u¿ytkowników\n"
+ "  -v,--verbose          podanie wiêkszej ilo¶ci informacji\n"
++"  -w,--writeonly        zabicie tylko procesów z prawem zapisu\n"
+ "  -V,--version          wy¶wietlenie informacji o wersji\n"
+ #: src/fuser.c:136
+@@ -361,9 +362,9 @@
+ msgstr "Maksymalna liczba nazw to %d\n"
+ #: src/killall.c:874
+-#, fuzzy, c-format
++#, c-format
+ msgid "%s lacks process entries (not mounted ?)\n"
+-msgstr "%s jest pusty (nie podmontowany?)\n"
++msgstr "%s nie zawiera wpisów procesów (nie zamontowany?)\n"
+ #: src/peekfd.c:96
+ #, c-format
+@@ -573,7 +574,7 @@
+ msgstr "%s jest pusty (nie podmontowany?)\n"
+ #: src/pstree.c:791
+-#, fuzzy, c-format
++#, c-format
+ msgid ""
+ "Usage: pstree [ -a ] [ -c ] [ -h | -H PID ] [ -l ] [ -n ] [ -p ] [ -u ]\n"
+ "              [ -A | -G | -U ] [ PID | USER ]\n"
+@@ -610,6 +611,7 @@
+ "  -l, --long          nie obcinanie d³ugich linii\n"
+ "  -n, --numeric-sort  sortowanie wyj¶cia wg PID-u\n"
+ "  -p, --show-pids     wy¶wietlanie PID-ów; w³±cza tak¿e -c\n"
++"  -s, --show-parents  wy¶wietlanie rodziców wybranych procesów\n"
+ "  -u, --uid-changes   wy¶wietlanie zmian uidów\n"
+ "  -U, --unicode       u¿ycie znaków ramek UTF-8 (Unicode)\n"
+ "  -V, --version       wy¶wietlenie informacji o wersji\n"
index ebbce78c751605286babc0b3be518b4a85f7bdc5..6f1409350cc8f4cbd15c64e31229d60b34a1a2f6 100644 (file)
@@ -13,21 +13,21 @@ Summary(ru.UTF-8):  Утилиты работы с процессами
 Summary(tr.UTF-8):     /proc dosya sistemi için ps tipi araçlar
 Summary(uk.UTF-8):     Утиліти роботи з процесами
 Name:          psmisc
-Version:       22.13
+Version:       22.14
 Release:       1
 License:       GPL v2+
 Group:         Applications/System
 Source0:       http://downloads.sourceforge.net/psmisc/%{name}-%{version}.tar.gz
-# Source0-md5: e2c339e6b65b730042084023784a729e
+# Source0-md5: ba3f4e971895c92bba7770d81c981503
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: 9add7665e440bbd6b0b4f9293ba8b86d
+Patch0:                %{name}-pl.po-update.patch
 URL:           http://psmisc.sourceforge.net/
 BuildRequires: autoconf >= 2.61
 BuildRequires: automake >= 1:1.10
 BuildRequires: gettext-devel >= 0.16.1
 %{?with_selinux:BuildRequires: libselinux-devel}
 BuildRequires: ncurses-devel >= 5.0
-BuildRequires: sed >= 4.0
 Conflicts:     heartbeat < 2.0.8-0.2
 Conflicts:     rc-scripts < 0.4.1.6-2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -87,6 +87,7 @@ göndermek için gerekli programları içerir.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__gettextize}
@@ -106,7 +107,7 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT
 
 bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
-rm -f $RPM_BUILD_ROOT%{_mandir}/README.psmisc-non-english-man-pages
+%{__rm} $RPM_BUILD_ROOT%{_mandir}/README.psmisc-non-english-man-pages
 
 %find_lang %{name}
 
@@ -115,7 +116,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS Chang* NEWS README
+%doc AUTHORS ChangeLog README
 %attr(755,root,root) %{_bindir}/fuser
 %attr(755,root,root) %{_bindir}/killall
 %attr(755,root,root) %{_bindir}/peekfd
This page took 0.052191 seconds and 4 git commands to generate.