]> git.pld-linux.org Git - packages/coreutils.git/commitdiff
- bcond descs auto/th/coreutils-8_10-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 21 Feb 2011 18:51:15 +0000 (18:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    coreutils.spec -> 1.172

coreutils.spec

index 4669c411d0ee7fd6f692f2e764ea80c671758f2d..180b00191edb3a61ef78f793d4c2f6a8fcf15299 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Conditional build:
-%bcond_with    advcopy
-%bcond_without tests
+%bcond_with    advcopy # progress bar in cp (orphaned patch)
+%bcond_without tests   # do not perform "make test check"
 #
 Summary:       GNU Core-utils - basic command line utilities
 Summary(pl.UTF-8):     GNU Core-utils - podstawowe narzędzia działające z linii poleceń
@@ -135,7 +135,7 @@ Programy zawarte w tym pakiecie to:
 %{__perl} -pi -e 's@GNU/Linux@PLD Linux@' m4/host-os.m4
 
 # allow rebuilding *.gmo
-rm -f po/stamp-po
+%{__rm} po/stamp-po
 
 %build
 %{__gettextize}
@@ -185,7 +185,7 @@ for d in cs da de es fi fr hu id it ja ko nl pl pt ru zh_CN ; do
        install man/$d/*.1 $RPM_BUILD_ROOT%{_mandir}/$d/man1
 done
 install %{SOURCE9} $RPM_BUILD_ROOT%{_mandir}/pl/man1/mktemp.1
-# unwanted
+# unwanted (-f left intentionally - some manuals could have no translations)
 rm -f $RPM_BUILD_ROOT%{_mandir}/*/man1/{hostname,kill,uptime}.1
 
 %find_lang %{name}
This page took 0.092549 seconds and 4 git commands to generate.