diff --git a/man-pages-cs-0.18.20090209-test.patch b/man-pages-cs-0.18.20090209-test.patch new file mode 100644 index 0000000..929e599 --- /dev/null +++ b/man-pages-cs-0.18.20090209-test.patch @@ -0,0 +1,15 @@ +diff -upr man-pages-cs-0.18.20090209.orig/coreutils/man/test.1 man-pages-cs-0.18.20090209/coreutils/man/test.1 +--- man-pages-cs-0.18.20090209.orig/coreutils/man/test.1 2009-02-07 21:39:15.000000000 +0100 ++++ man-pages-cs-0.18.20090209/coreutils/man/test.1 2012-07-26 15:24:59.573686998 +0200 +@@ -127,9 +127,9 @@ SOUBOR existuje a je to pojmenovaná rou + SOUBOR existuje a je čitelný + .TP + \fB\-s\fP SOUBOR +-SOUBOR existuje a a má délku větší než nula ++SOUBOR existuje a má délku větší než nula + .TP +-\fB\-s\fP SOUBOR ++\fB\-S\fP SOUBOR + SOUBOR existuje a je to soket + .TP + \fB\-t\fP FD diff --git a/man-pages-cs.spec b/man-pages-cs.spec index d2edf3c..e8b44dd 100644 --- a/man-pages-cs.spec +++ b/man-pages-cs.spec @@ -2,10 +2,10 @@ Summary: Czech man pages from the Linux Documentation Project Name: man-pages-cs Version: 0.18.20090209 -Release: 13%{?dist} +Release: 14%{?dist} License: GFDL and GPL+ Group: Documentation -URL: http://sweb.cz/tropikhajma/man-pages-cs/index.html +URL: http://tropikhajma.sweb.cz/man-pages-cs/ Source: http://tropikhajma.sweb.cz/%{name}/%{name}-%{version}.tar.lzma Patch1: man-pages-cs-01.patch Patch2: man-pages-cs-02.patch @@ -19,8 +19,8 @@ Patch9: man-pages-cs-09.patch Patch10: man-pages-cs-10.patch Patch11: man-pages-cs-11.patch Patch12: man-pages-cs-0.18.20090209-socket.patch +Patch13: man-pages-cs-0.18.20090209-test.patch Requires: man-pages-reader -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %description @@ -41,6 +41,7 @@ Czech. %patch10 -p1 %patch11 -p1 %patch12 -p1 +%patch13 -p1 %build # coreutils directory contains newer version @@ -52,19 +53,19 @@ rm ./man-pages/man1/dir.1 rm ./man-pages/man1/vdir.1 %install -rm -fr $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_mandir} make install DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir}/cs -%clean -rm -fr $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) %doc CONTRIB README README.Czech %{_mandir}/cs/man*/* %changelog +* Thu Jul 26 2012 Peter Schiffer - 0.18.20090209-14 +- resolves: #821661 + fixed typo in the test.1 man page + * Thu Jul 19 2012 Fedora Release Engineering - 0.18.20090209-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild