[packages/coreutils] - adjusted info patch to unify direntry formatting (use tabs to align 2nd column at 41st char, no en

qboosh qboosh at pld-linux.org
Sun Jun 11 19:42:06 CEST 2017


commit c6825ee80f85a650be4776166d0edb187645369a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Jun 11 19:43:13 2017 +0200

    - adjusted info patch to unify direntry formatting (use tabs to align 2nd column at 41st char, no ending dots)

 coreutils-info.patch | 204 +++++++++++++++++++++++++--------------------------
 coreutils.spec       |   8 +-
 2 files changed, 106 insertions(+), 106 deletions(-)
---
diff --git a/coreutils.spec b/coreutils.spec
index c598e93..5b33813 100644
--- a/coreutils.spec
+++ b/coreutils.spec
@@ -122,7 +122,7 @@ Programy zawarte w tym pakiecie to:
 %endif
 %patch10 -p1
 
-mv man/pt_BR man/pt
+%{__mv} man/pt_BR man/pt
 
 %{__perl} -pi -e 's at GNU/Linux at PLD Linux@' m4/host-os.m4
 
@@ -188,16 +188,16 @@ install -d $RPM_BUILD_ROOT{/bin,/sbin,%{_bindir},%{_sbindir},/etc/shrc.d}
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-mv $RPM_BUILD_ROOT%{_bindir}/{arch,basename,cat,chgrp,chmod,chown,cp,date,dd,\
+%{__mv} $RPM_BUILD_ROOT%{_bindir}/{arch,basename,cat,chgrp,chmod,chown,cp,date,dd,\
 df,echo,false,id,link,ln,ls,mkdir,mknod,mktemp,mv,nice,printf,pwd,readlink,rm,rmdir,\
 sleep,sort,stat,stty,sync,touch,true,unlink,uname} $RPM_BUILD_ROOT/bin
 
 %if %{with multicall}
-mv $RPM_BUILD_ROOT{%{_bindir},/bin}/coreutils
+%{__mv} $RPM_BUILD_ROOT{%{_bindir},/bin}/coreutils
 ln -s ../../bin/coreutils $RPM_BUILD_ROOT%{_bindir}
 %endif
 
-mv $RPM_BUILD_ROOT%{_bindir}/chroot $RPM_BUILD_ROOT%{_sbindir}
+%{__mv} $RPM_BUILD_ROOT%{_bindir}/chroot $RPM_BUILD_ROOT%{_sbindir}
 
 cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}
 cp -p %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}
diff --git a/coreutils-info.patch b/coreutils-info.patch
index faf479d..6782eb1 100644
--- a/coreutils-info.patch
+++ b/coreutils-info.patch
@@ -124,108 +124,108 @@ diff -ruN coreutils-8.27.orig/doc/coreutils.texi coreutils-8.27/doc/coreutils.te
 -* who: (coreutils)who invocation.               Print who is logged in.
 -* whoami: (coreutils)whoami invocation.         Print effective user ID.
 -* yes: (coreutils)yes invocation.               Print a string indefinitely.
-+* arch: (coreutils)arch.             Print machine hardware name.
-+* b2sum: (coreutils)b2sum.           Print or check BLAKE2 digests.
-+* base32: (coreutils)base32.         Base32 encode/decode data.
-+* base64: (coreutils)base64.         Base64 encode/decode data.
-+* basename: (coreutils)basename.     Strip directory and suffix.
-+* cat: (coreutils)cat.               Concatenate and write files.
-+* chcon: (coreutils)chcon.           Change SELinux CTX of files.
-+* chgrp: (coreutils)chgrp.           Change file groups.
-+* chmod: (coreutils)chmod.           Change access permissions.
-+* chown: (coreutils)chown.           Change file owners and groups.
-+* chroot: (coreutils)chroot.         Specify the root directory.
-+* cksum: (coreutils)cksum.           Print POSIX CRC checksum.
-+* comm: (coreutils)comm.             Compare sorted files by line.
-+* cp: (coreutils)cp.                 Copy files.
-+* csplit: (coreutils)csplit.         Split by context.
-+* cut: (coreutils)cut.               Print selected parts of lines.
-+* date: (coreutils)date.             Print/set system date and time.
-+* dd: (coreutils)dd.                 Copy and convert a file.
-+* df: (coreutils)df.                 Report file system disk usage.
-+* dir: (coreutils)dir.               List directories briefly.
-+* dircolors: (coreutils)dircolors.   Color setup for ls.
-+* dirname: (coreutils)dirname.       Strip last file name component.
-+* du: (coreutils)du.                 Report on disk usage.
-+* echo: (coreutils)echo.             Print a line of text.
-+* env: (coreutils)env.               Modify the environment.
-+* expand: (coreutils)expand.         Convert tabs to spaces.
-+* expr: (coreutils)expr.             Evaluate expressions.
-+* factor: (coreutils)factor.         Print prime factors
-+* false: (coreutils)false.           Do nothing, unsuccessfully.
-+* fmt: (coreutils)fmt.               Reformat paragraph text.
-+* fold: (coreutils)fold.             Wrap long input lines.
-+* groups: (coreutils)groups.         Print group names a user is in.
-+* head: (coreutils)head.             Output the first part of files.
-+* hostid: (coreutils)hostid.         Print numeric host identifier.
-+* hostname: (coreutils)hostname.     Print or set system name.
-+* id: (coreutils)id.                 Print user identity.
-+* install: (coreutils)install.       Copy files and set attributes.
-+* join: (coreutils)join.             Join lines on a common field.
-+* kill: (coreutils)kill.             Send a signal to processes.
-+* link: (coreutils)link.             Make hard links between files.
-+* ln: (coreutils)ln.                 Make links between files.
-+* logname: (coreutils)logname.       Print current login name.
-+* ls: (coreutils)ls.                 List directory contents.
-+* md5sum: (coreutils)md5sum.         Print or check MD5 digests.
-+* mkdir: (coreutils)mkdir.           Create directories.
-+* mkfifo: (coreutils)mkfifo.         Create FIFOs (named pipes).
-+* mknod: (coreutils)mknod.           Create special files.
-+* mktemp: (coreutils)mktemp.         Create temporary files.
-+* mv: (coreutils)mv.                 Rename files.
-+* nice: (coreutils)nice.             Modify niceness.
-+* nl: (coreutils)nl.                 Number lines and write files.
-+* nohup: (coreutils)nohup.           Immunize to hangups.
-+* nproc: (coreutils)nproc.           Print the number of processors.
-+* numfmt: (coreutils)numfmt.         Reformat numbers.
-+* od: (coreutils)od.                 Dump files in octal, etc.
-+* paste: (coreutils)paste.           Merge lines of files.
-+* pathchk: (coreutils)pathchk.       Check file name portability.
-+* pr: (coreutils)pr.                 Paginate or columnate files.
-+* printenv: (coreutils)printenv.     Print environment variables.
-+* printf: (coreutils)printf.         Format and print data.
-+* ptx: (coreutils)ptx.               Produce permuted indexes.
-+* pwd: (coreutils)pwd.               Print working directory.
-+* readlink: (coreutils)readlink.     Print referent of a symlink.
-+* realpath: (coreutils)realpath.     Print resolved file names.
-+* rm: (coreutils)rm.                 Remove files.
-+* rmdir: (coreutils)rmdir.           Remove empty directories.
-+* runcon: (coreutils)runcon.         Run in specified SELinux CTX.
-+* seq: (coreutils)seq.               Print numeric sequences
-+* sha1sum: (coreutils)sha1sum.       Print or check SHA-1 digests.
-+* sha2: (coreutils)sha2 utilities.   Print or check SHA-2 digests.
-+* shred: (coreutils)shred.           Remove files more securely.
-+* shuf: (coreutils)shuf.             Shuffling text files.
-+* sleep: (coreutils)sleep.           Delay for a specified time.
-+* sort: (coreutils)sort.             Sort text files.
-+* split: (coreutils)split.           Split into pieces.
-+* stat: (coreutils)stat.             Report file(system) status.
-+* stdbuf: (coreutils)stdbuf.         Modify stdio buffering.
-+* stty: (coreutils)stty.             Print/change terminal settings.
-+* sum: (coreutils)sum.               Print traditional checksum.
-+* sync: (coreutils)sync.             Synchronize memory to disk.
-+* tac: (coreutils)tac.               Reverse files.
-+* tail: (coreutils)tail.             Output the last part of files.
-+* tee: (coreutils)tee.               Redirect to multiple files.
-+* test: (coreutils)test.             File/string tests.
-+* timeout: (coreutils)timeout.       Run with time limit.
-+* touch: (coreutils)touch.           Change file timestamps.
-+* tr: (coreutils)tr.                 Translate characters.
-+* true: (coreutils)true.             Do nothing, successfully.
-+* truncate: (coreutils)truncate.     Shrink/extend size of a file.
-+* tsort: (coreutils)tsort.           Topological sort.
-+* tty: (coreutils)tty.               Print terminal name.
-+* uname: (coreutils)uname.           Print system information.
-+* unexpand: (coreutils)unexpand.     Convert spaces to tabs.
-+* uniq: (coreutils)uniq.             Uniquify files.
-+* unlink: (coreutils)unlink.         Removal via unlink(2).
-+* uptime: (coreutils)uptime.         Print uptime and load.
-+* users: (coreutils)users.           Print current user names.
-+* vdir: (coreutils)vdir.             List directories verbosely.
-+* wc: (coreutils)wc.                 Line, word, and byte counts.
-+* who: (coreutils)who.               Print who is logged in.
-+* whoami: (coreutils)whoami.         Print effective user ID.
-+* yes: (coreutils)yes.               Print a string indefinitely.
++* arch: (coreutils)arch.		Print machine hardware name
++* b2sum: (coreutils)b2sum.		Print or check BLAKE2 digests
++* base32: (coreutils)base32.		Base32 encode/decode data
++* base64: (coreutils)base64.		Base64 encode/decode data
++* basename: (coreutils)basename.	Strip directory and suffix
++* cat: (coreutils)cat.			Concatenate and write files
++* chcon: (coreutils)chcon.		Change SELinux CTX of files
++* chgrp: (coreutils)chgrp.		Change file groups
++* chmod: (coreutils)chmod.		Change access permissions
++* chown: (coreutils)chown.		Change file owners and groups
++* chroot: (coreutils)chroot.		Specify the root directory
++* cksum: (coreutils)cksum.		Print POSIX CRC checksum
++* comm: (coreutils)comm.		Compare sorted files by line
++* cp: (coreutils)cp.			Copy files
++* csplit: (coreutils)csplit.		Split by context
++* cut: (coreutils)cut.			Print selected parts of lines
++* date: (coreutils)date.		Print/set system date and time
++* dd: (coreutils)dd.			Copy and convert a file
++* df: (coreutils)df.			Report file system disk usage
++* dir: (coreutils)dir.			List directories briefly
++* dircolors: (coreutils)dircolors.	Color setup for ls
++* dirname: (coreutils)dirname.		Strip last file name component
++* du: (coreutils)du.			Report on disk usage
++* echo: (coreutils)echo.		Print a line of text
++* env: (coreutils)env.			Modify the environment
++* expand: (coreutils)expand.		Convert tabs to spaces
++* expr: (coreutils)expr.		Evaluate expressions
++* factor: (coreutils)factor.		Print prime factors
++* false: (coreutils)false.		Do nothing, unsuccessfully
++* fmt: (coreutils)fmt.			Reformat paragraph text
++* fold: (coreutils)fold.		Wrap long input lines
++* groups: (coreutils)groups.		Print group names a user is in
++* head: (coreutils)head.		Output the first part of files
++* hostid: (coreutils)hostid.		Print numeric host identifier
++* hostname: (coreutils)hostname.	Print or set system name
++* id: (coreutils)id.			Print user identity
++* install: (coreutils)install.		Copy files and set attributes
++* join: (coreutils)join.		Join lines on a common field
++* kill: (coreutils)kill.		Send a signal to processes
++* link: (coreutils)link.		Make hard links between files
++* ln: (coreutils)ln.			Make links between files
++* logname: (coreutils)logname.		Print current login name
++* ls: (coreutils)ls.			List directory contents
++* md5sum: (coreutils)md5sum.		Print or check MD5 digests
++* mkdir: (coreutils)mkdir.		Create directories
++* mkfifo: (coreutils)mkfifo.		Create FIFOs (named pipes)
++* mknod: (coreutils)mknod.		Create special files
++* mktemp: (coreutils)mktemp.		Create temporary files
++* mv: (coreutils)mv.			Rename files
++* nice: (coreutils)nice.		Modify niceness
++* nl: (coreutils)nl.			Number lines and write files
++* nohup: (coreutils)nohup.		Immunize to hangups
++* nproc: (coreutils)nproc.		Print the number of processors
++* numfmt: (coreutils)numfmt.		Reformat numbers
++* od: (coreutils)od.			Dump files in octal, etc
++* paste: (coreutils)paste.		Merge lines of files
++* pathchk: (coreutils)pathchk.		Check file name portability
++* pr: (coreutils)pr.			Paginate or columnate files
++* printenv: (coreutils)printenv.	Print environment variables
++* printf: (coreutils)printf.		Format and print data
++* ptx: (coreutils)ptx.			Produce permuted indexes
++* pwd: (coreutils)pwd.			Print working directory
++* readlink: (coreutils)readlink.	Print referent of a symlink
++* realpath: (coreutils)realpath.	Print resolved file names
++* rm: (coreutils)rm.			Remove files
++* rmdir: (coreutils)rmdir.		Remove empty directories
++* runcon: (coreutils)runcon.		Run in specified SELinux CTX
++* seq: (coreutils)seq.			Print numeric sequences
++* sha1sum: (coreutils)sha1sum.		Print or check SHA-1 digests
++* sha2: (coreutils)sha2 utilities.	Print or check SHA-2 digests
++* shred: (coreutils)shred.		Remove files more securely
++* shuf: (coreutils)shuf.		Shuffling text files
++* sleep: (coreutils)sleep.		Delay for a specified time
++* sort: (coreutils)sort.		Sort text files
++* split: (coreutils)split.		Split into pieces
++* stat: (coreutils)stat.		Report file(system) status
++* stdbuf: (coreutils)stdbuf.		Modify stdio buffering
++* stty: (coreutils)stty.		Print/change terminal settings
++* sum: (coreutils)sum.			Print traditional checksum
++* sync: (coreutils)sync.		Synchronize memory to disk
++* tac: (coreutils)tac.			Reverse files
++* tail: (coreutils)tail.		Output the last part of files
++* tee: (coreutils)tee.			Redirect to multiple files
++* test: (coreutils)test.		File/string tests
++* timeout: (coreutils)timeout.		Run with time limit
++* touch: (coreutils)touch.		Change file timestamps
++* tr: (coreutils)tr.			Translate characters
++* true: (coreutils)true.		Do nothing, successfully
++* truncate: (coreutils)truncate.	Shrink/extend size of a file
++* tsort: (coreutils)tsort.		Topological sort
++* tty: (coreutils)tty.			Print terminal name
++* uname: (coreutils)uname.		Print system information
++* unexpand: (coreutils)unexpand.	Convert spaces to tabs
++* uniq: (coreutils)uniq.		Uniquify files
++* unlink: (coreutils)unlink.		Removal via unlink(2)
++* uptime: (coreutils)uptime.		Print uptime and load
++* users: (coreutils)users.		Print current user names
++* vdir: (coreutils)vdir.		List directories verbosely
++* wc: (coreutils)wc.			Line, word, and byte counts
++* who: (coreutils)who.			Print who is logged in
++* whoami: (coreutils)whoami.		Print effective user ID
++* yes: (coreutils)yes.			Print a string indefinitely
  @end direntry
  
  @copying
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/coreutils.git/commitdiff/c6825ee80f85a650be4776166d0edb187645369a



More information about the pld-cvs-commit mailing list