]> git.pld-linux.org Git - packages/findutils.git/commitdiff
- added pl translation of find(1) and xargs(1) (findutils-pl_manpages.patch)
authorpius <pius@pld-linux.org>
Mon, 27 Sep 1999 12:58:13 +0000 (12:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    findutils.spec -> 1.22

findutils.spec

index 86a834dc39eb6d43ae552eacdfdd8dde58288988..6d2de352d0ae62efdb92d18590393f0f6479c5e4 100644 (file)
@@ -17,6 +17,7 @@ Patch1:               findutils-basename.patch
 Patch2:                findutils-glibc.patch
 patch3:                findutils-glibc21.patch
 Patch4:                findutils-xargsoverflow.patch
+Patch5:                findutils-pl_manpages.patch
 BuildRequires: texinfo
 Prereq:                /usr/sbin/fix-info-dir
 Buildroot:     /tmp/%{name}-%{version}-root
@@ -56,6 +57,7 @@ yaz
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 autoconf
@@ -73,7 +75,7 @@ make install \
        mandir=$RPM_BUILD_ROOT%{_mandir} \
        infodir=$RPM_BUILD_ROOT%{_infodir}
        
-install %{SOURCE2} $RPM_BUILD_ROOT%{_mandir}/pl/man1/xargs.1
+install pl/*.1  $RPM_BUILD_ROOT%{_mandir}/pl/man1
 
 gzip -9fn $RPM_BUILD_ROOT%{_infodir}/find.info* \
        $RPM_BUILD_ROOT%{_mandir}/{man?/*,pl/man1/*} \
This page took 0.114186 seconds and 4 git commands to generate.