]> git.pld-linux.org Git - packages/coreutils.git/blame - coreutils.spec
add multicall bcond - compile all tools in single binary
[packages/coreutils.git] / coreutils.spec
CommitLineData
f1d1c680
JB
1#
2# Conditional build:
34c283ca 3%bcond_with advcopy # progress bar in cp (orphaned patch)
16fd2a4d 4%bcond_without multicall # Compile all the tools in a single binary
34c283ca 5%bcond_without tests # do not perform "make test check"
16fd2a4d 6
4ffc960b 7Summary: GNU Core-utils - basic command line utilities
4084ee99 8Summary(pl.UTF-8): GNU Core-utils - podstawowe narzędzia działające z linii poleceń
81355144 9Name: coreutils
8127c87d 10Version: 8.23
9940aeea 11Release: 3
0b50f0be 12License: GPL v3+
dcb7e8f6 13Group: Applications/System
20a87759 14Source0: http://ftp.gnu.org/gnu/coreutils/%{name}-%{version}.tar.xz
8127c87d 15# Source0-md5: abed135279f87ad6762ce57ff6d89c41
243fb6f8
JB
16Source1: %{name}-non-english-man-pages.tar.bz2
17# Source1-md5: f7c986ebc74ccb8d08ed70141063f14c
18Source2: DIR_COLORS
11c938d2 19Source3: DIR_COLORS.256color
9dce2d86
JR
20Source4: colorls.sh
21Source5: colorls.csh
22Source6: mktemp.1.pl
e64b53ed 23Patch0: %{name}-info.patch
703a6c3b
JB
24Patch1: %{name}-getgid.patch
25Patch2: %{name}-uname-cpuinfo.patch
26Patch3: %{name}-date-man.patch
703a6c3b
JB
27Patch5: %{name}-7.4-sttytcsadrain.patch
28Patch6: %{name}-fmt-wchars.patch
29Patch7: %{name}-sparc64.patch
0d2793d8 30# http://translationproject.org/latest/coreutils/pl.po (pass through msgcat to generate shorter diff)
703a6c3b 31Patch8: %{name}-pl.po-update.patch
ea6cb9bd 32# from http://www.beatex.org/web/advancedcopy.html, edited by shadzik
703a6c3b 33Patch9: %{name}-advcopy.patch
74811ba6 34Patch10: tests.patch
50f5ccac 35URL: http://www.gnu.org/software/coreutils/
1ce69a5d 36BuildRequires: acl-devel
20a87759 37BuildRequires: attr-devel
c9201ab0 38BuildRequires: autoconf >= 2.64
d51def31 39BuildRequires: automake >= 1:1.11.2
0b50f0be 40BuildRequires: gcc >= 5:3.2
bdb62499 41BuildRequires: gettext-tools >= 0.18.1
20a87759 42BuildRequires: gmp-devel
40ce7301 43BuildRequires: help2man
20a87759 44BuildRequires: libcap-devel
0b50f0be 45BuildRequires: libselinux-devel
2f60f5c2 46BuildRequires: rpmbuild(find_lang) >= 1.24
68ae8889 47BuildRequires: tar >= 1:1.22
8d2b1b9b 48BuildRequires: texinfo >= 4.2
af34019f 49BuildRequires: xz
7476896b
JB
50%if %{with tests}
51BuildRequires: strace
52%endif
0c33a40d 53Requires: setup >= 2.4.6-2
dcb7e8f6 54Provides: fileutils
926e0028 55Provides: mktemp = %{version}-%{release}
7196cb9c 56Provides: sh-utils
4ffc960b 57Provides: stat
dcb7e8f6 58Provides: textutils
7196cb9c 59Obsoletes: fileutils
0b50f0be 60Obsoletes: mktemp
7196cb9c
JB
61Obsoletes: sh-utils
62Obsoletes: stat
63Obsoletes: textutils
f6e410c4 64Conflicts: shadow < 1:4.0.3-6
3c610654 65Conflicts: tetex < 1:2.0.2
49a49f4c
JB
66# ensure util-linux has su included
67Conflicts: util-linux < 2.22
4ffc960b 68BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
81355144 69
70%description
140f38a7
ER
71These are the GNU core utilities. This package is the union of the GNU
72fileutils, sh-utils, and textutils packages.
dcb7e8f6
MM
73
74Most of these programs have significant advantages over their Unix
75counterparts, such as greater speed, additional options, and fewer
76arbitrary limits.
77
78The programs that can be built with this package are:
79
8547cbe7
JB
80 [ basename cat chgrp chmod chown chroot cksum comm cp csplit cut date
81 dd df dir dircolors dirname du echo env expand expr factor false fmt
82 fold install groups head hostid id join link ln logname ls md5sum
83 mkdir mkfifo mknod mv nice nl nohup od paste pathchk pinky pr printenv
703a6c3b
JB
84 printf ptx pwd realpath rm rmdir seq sha1sum shred sleep sort split
85 stat stty sum sync tac tail tee test touch tr true tsort tty uname
86 unexpand uniq unlink users vdir wc who whoami yes
81355144 87
45adcfd2
JR
88%description -l pl.UTF-8
89Narzędzia podstawowe (core utilities) GNU to połączone paczki GNU
7196cb9c 90fileutils, sh-utils i textutils.
dcb7e8f6 91
45adcfd2
JR
92Większość z zawartych programów jest znacznie ulepszona w porównaniu
93z ich uniksowymi odpowiednikami, np. szybciej działają, mają dodatkowe
94opcje i mniej ograniczeń.
dcb7e8f6 95
f6e410c4 96Programy zawarte w tym pakiecie to:
dcb7e8f6 97
8547cbe7
JB
98 [ basename cat chgrp chmod chown chroot cksum comm cp csplit cut date
99 dd df dir dircolors dirname du echo env expand expr factor false fmt
100 fold ginstall groups head hostid id join link ln logname ls md5sum
101 mkdir mkfifo mknod mv nice nl nohup od paste pathchk pinky pr printenv
703a6c3b
JB
102 printf ptx pwd realpath rm rmdir seq sha1sum shred sleep sort split
103 stat stty sum sync tac tail tee test touch tr true tsort tty uname
104 unexpand uniq unlink users vdir wc who whoami yes
5a8935ee 105
81355144 106%prep
68ae8889 107%setup -q -a1
d51def31 108#patch8 -p1
f1d1c680 109%patch0 -p1
493afad7 110%patch1 -p1
5f693aa7 111%patch2 -p1
703a6c3b 112%patch3 -p1
fe5dd171 113%patch5 -p1
40ce7301 114%patch6 -p1
84fc46dc 115%ifarch sparc64
703a6c3b 116%patch7 -p1
84fc46dc 117%endif
973a2339 118%if %{with advcopy}
ea6cb9bd 119# progress-bar patch, -g,--progress-bar //if in doubt, comment it out
703a6c3b 120%patch9 -p1
973a2339 121%endif
5b496f54 122%patch10 -p1
81355144 123
8cd4570b 124%{__perl} -pi -e 's@GNU/Linux@PLD Linux@' m4/host-os.m4
686db19c 125
48a3261c 126# allow rebuilding *.gmo
34c283ca 127%{__rm} po/stamp-po
9d6d8d09 128
fd7af4a7 129# 8-bit-pfx test fails under C locale:
b33fa43c
ER
130# LC_ALL=C echo -e "ça\nçb\n"|LC_ALL=C fmt -p 'ç'
131# fmt: memory exhausted
fd7af4a7 132%{__sed} -i -e 25,27d tests/fmt/base.pl
e447242d
ER
133
134# /etc/resolv.conf is blocked in pld builders, try some other file
135%{__sed} -i -e 's,/etc/resolv.conf,/etc/hosts,' gnulib-tests/test-read-file.c
b33fa43c
ER
136
137# getgid needs to be fixed:
138# getgid: missing operand
139# Try `getgid --help' for more information.
fd7af4a7
JB
140%{__rm} tests/misc/help-version.sh
141%{__sed} -i -e '/misc\/help-version/d' tests/local.mk
b33fa43c 142
2cd07788 143# fails on some filesystems (like XFS), where readdir returns d_type=DT_UNKNOWN
fd7af4a7
JB
144%{__rm} tests/ls/stat-free-color.sh
145%{__sed} -i -e '/ls\/stat-free-color/d' tests/local.mk
6e4fe008 146
389abdcd
JR
147# filesystem layout dependant (fails on some xfs fs)
148%{__rm} tests/dd/sparse.sh
149%{__sed} -i -e '/dd\/sparse/d' tests/local.mk
150
151# mksh is too smart for those, won't let programs fail on ulimit
152# would need bash here
153%{__rm} tests/misc/sort-merge-fdlimit.sh
154%{__sed} -i -e '/misc\/sort-merge-fdlimit/d' tests/local.mk
155%{__rm} tests/split/r-chunk.sh
156%{__sed} -i -e '/split\/r-chunk/d' tests/local.mk
157
81355144 158%build
fd7af4a7
JB
159build-aux/gen-lists-of-programs.sh --autoconf > m4/cu-progs.m4
160build-aux/gen-lists-of-programs.sh --automake > src/cu-progs.mk
10c3bf7d 161%{__gettextize}
10c3bf7d
MM
162%{__aclocal} -I m4
163%{__autoconf}
164%{__autoheader}
165%{__automake}
7881e534 166%configure \
5077bae6 167 CFLAGS="%{rpmcflags} -DSYSLOG_SUCCESS -DSYSLOG_FAILURE -DSYSLOG_NON_ROOT" \
242215ed 168 DEFAULT_POSIX2_VERSION=199209 \
16fd2a4d 169 %{?with_multicall:--enable-single-binary=symlinks} \
f1d1c680 170 --disable-silent-rules \
e3b5fe3f 171 --enable-install-program=arch \
703a6c3b 172 --enable-no-install-program=hostname,kill,uptime
7196cb9c
JB
173
174%{__make}
81355144 175
36278e0e
AM
176%if %{with tests}
177sed -i -e 's#COLUMNS##g' tests/envvar-check
389abdcd 178LC_ALL=C LANG=C %{__make} -j1 tests check
36278e0e 179%endif
313fe0a8 180
81355144 181%install
182rm -rf $RPM_BUILD_ROOT
703a6c3b 183install -d $RPM_BUILD_ROOT{/bin,/sbin,%{_bindir},%{_sbindir},/etc/shrc.d}
62566ec7 184
465f2f49
JB
185%{__make} install \
186 DESTDIR=$RPM_BUILD_ROOT
0fb84c10 187
16fd2a4d 188mv $RPM_BUILD_ROOT%{_bindir}/{arch,basename,cat,chgrp,chmod,chown,cp,date,dd,\
459419cb 189df,echo,false,id,link,ln,ls,mkdir,mknod,mktemp,mv,nice,printf,pwd,readlink,rm,rmdir,\
6459e920 190sleep,sort,stat,stty,sync,touch,true,unlink,uname} $RPM_BUILD_ROOT/bin
465f2f49 191
16fd2a4d
ER
192%if %{with multicall}
193mv $RPM_BUILD_ROOT{%{_bindir},/bin}/coreutils
194ln -s ../../bin/coreutils $RPM_BUILD_ROOT%{_bindir}
195%endif
196
197mv $RPM_BUILD_ROOT%{_bindir}/chroot $RPM_BUILD_ROOT%{_sbindir}
ff326dc7 198
b33fa43c 199cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}
9dce2d86
JR
200cp -p %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}
201cp -p %{SOURCE4} %{SOURCE5} $RPM_BUILD_ROOT/etc/shrc.d
e3b5fe3f 202
60d5b96a 203cp -a man/pt_BR man/pt
b33fa43c 204for d in cs da de es fi fr hu id it ja ko nl pl pt ru zh_CN; do
4ffc960b 205 install -d $RPM_BUILD_ROOT%{_mandir}/$d/man1
b33fa43c 206 cp -p man/$d/*.1 $RPM_BUILD_ROOT%{_mandir}/$d/man1
4ffc960b 207done
9dce2d86 208install %{SOURCE6} $RPM_BUILD_ROOT%{_mandir}/pl/man1/mktemp.1
34c283ca 209# unwanted (-f left intentionally - some manuals could have no translations)
49a49f4c 210rm -f $RPM_BUILD_ROOT%{_mandir}/*/man1/{hostname,kill,su,uptime}.1
f73f969d
ER
211# always remove, never packaged but sometimes installed
212rm -f $RPM_BUILD_ROOT%{_infodir}/dir
b33fa43c 213
7196cb9c 214%find_lang %{name}
81355144 215
216%clean
217rm -rf $RPM_BUILD_ROOT
218
0b50f0be 219%post -p /sbin/postshell
f21f2252 220-/usr/sbin/fix-info-dir -c %{_infodir}
7196cb9c 221
0b50f0be 222%postun -p /sbin/postshell
f21f2252 223-/usr/sbin/fix-info-dir -c %{_infodir}
7196cb9c 224
ff326dc7 225%files -f %{name}.lang
81355144 226%defattr(644,root,root,755)
4ffc960b 227%doc AUTHORS ChangeLog NEWS README THANKS THANKS-to-translators TODO
49a49f4c
JB
228%attr(755,root,root) /bin/arch
229%attr(755,root,root) /bin/basename
230%attr(755,root,root) /bin/cat
231%attr(755,root,root) /bin/chgrp
232%attr(755,root,root) /bin/chmod
233%attr(755,root,root) /bin/chown
234%attr(755,root,root) /bin/cp
235%attr(755,root,root) /bin/date
236%attr(755,root,root) /bin/dd
237%attr(755,root,root) /bin/df
238%attr(755,root,root) /bin/echo
239%attr(755,root,root) /bin/false
240%attr(755,root,root) /bin/id
241%attr(755,root,root) /bin/link
242%attr(755,root,root) /bin/ln
243%attr(755,root,root) /bin/ls
244%attr(755,root,root) /bin/mkdir
245%attr(755,root,root) /bin/mknod
246%attr(755,root,root) /bin/mktemp
247%attr(755,root,root) /bin/mv
248%attr(755,root,root) /bin/nice
249%attr(755,root,root) /bin/printf
250%attr(755,root,root) /bin/pwd
459419cb 251%attr(755,root,root) /bin/readlink
49a49f4c
JB
252%attr(755,root,root) /bin/rm
253%attr(755,root,root) /bin/rmdir
254%attr(755,root,root) /bin/sleep
255%attr(755,root,root) /bin/sort
256%attr(755,root,root) /bin/stat
257%attr(755,root,root) /bin/stty
258%attr(755,root,root) /bin/sync
259%attr(755,root,root) /bin/touch
260%attr(755,root,root) /bin/true
261%attr(755,root,root) /bin/uname
262%attr(755,root,root) /bin/unlink
263%attr(755,root,root) %{_bindir}/[
264%attr(755,root,root) %{_bindir}/base64
265%attr(755,root,root) %{_bindir}/chcon
266%attr(755,root,root) %{_bindir}/cksum
267%attr(755,root,root) %{_bindir}/comm
268%attr(755,root,root) %{_bindir}/csplit
269%attr(755,root,root) %{_bindir}/cut
270%attr(755,root,root) %{_bindir}/dir
271%attr(755,root,root) %{_bindir}/dircolors
272%attr(755,root,root) %{_bindir}/dirname
273%attr(755,root,root) %{_bindir}/du
274%attr(755,root,root) %{_bindir}/env
275%attr(755,root,root) %{_bindir}/expand
276%attr(755,root,root) %{_bindir}/expr
277%attr(755,root,root) %{_bindir}/factor
278%attr(755,root,root) %{_bindir}/fmt
279%attr(755,root,root) %{_bindir}/fold
280%attr(755,root,root) %{_bindir}/getgid
281%attr(755,root,root) %{_bindir}/groups
282%attr(755,root,root) %{_bindir}/head
283%attr(755,root,root) %{_bindir}/hostid
284%attr(755,root,root) %{_bindir}/install
285%attr(755,root,root) %{_bindir}/join
286%attr(755,root,root) %{_bindir}/logname
287%attr(755,root,root) %{_bindir}/md5sum
288%attr(755,root,root) %{_bindir}/mkfifo
289%attr(755,root,root) %{_bindir}/nl
290%attr(755,root,root) %{_bindir}/nohup
291%attr(755,root,root) %{_bindir}/nproc
d51def31 292%attr(755,root,root) %{_bindir}/numfmt
49a49f4c
JB
293%attr(755,root,root) %{_bindir}/od
294%attr(755,root,root) %{_bindir}/paste
295%attr(755,root,root) %{_bindir}/pathchk
296%attr(755,root,root) %{_bindir}/pinky
297%attr(755,root,root) %{_bindir}/pr
298%attr(755,root,root) %{_bindir}/printenv
299%attr(755,root,root) %{_bindir}/ptx
49a49f4c
JB
300%attr(755,root,root) %{_bindir}/realpath
301%attr(755,root,root) %{_bindir}/runcon
302%attr(755,root,root) %{_bindir}/seq
303%attr(755,root,root) %{_bindir}/sha1sum
304%attr(755,root,root) %{_bindir}/sha224sum
305%attr(755,root,root) %{_bindir}/sha256sum
306%attr(755,root,root) %{_bindir}/sha384sum
307%attr(755,root,root) %{_bindir}/sha512sum
308%attr(755,root,root) %{_bindir}/shred
309%attr(755,root,root) %{_bindir}/shuf
310%attr(755,root,root) %{_bindir}/split
311%attr(755,root,root) %{_bindir}/stdbuf
312%attr(755,root,root) %{_bindir}/sum
313%attr(755,root,root) %{_bindir}/tac
314%attr(755,root,root) %{_bindir}/tail
315%attr(755,root,root) %{_bindir}/tee
316%attr(755,root,root) %{_bindir}/test
317%attr(755,root,root) %{_bindir}/timeout
318%attr(755,root,root) %{_bindir}/tr
319%attr(755,root,root) %{_bindir}/truncate
320%attr(755,root,root) %{_bindir}/tsort
321%attr(755,root,root) %{_bindir}/tty
322%attr(755,root,root) %{_bindir}/unexpand
323%attr(755,root,root) %{_bindir}/uniq
324%attr(755,root,root) %{_bindir}/users
325%attr(755,root,root) %{_bindir}/vdir
326%attr(755,root,root) %{_bindir}/wc
327%attr(755,root,root) %{_bindir}/who
328%attr(755,root,root) %{_bindir}/whoami
329%attr(755,root,root) %{_bindir}/yes
0b50f0be 330%attr(755,root,root) %{_sbindir}/chroot
16fd2a4d
ER
331%if %{with multicall}
332%attr(755,root,root) /bin/coreutils
333%attr(755,root,root) %{_bindir}/coreutils
334%{_mandir}/man1/coreutils.1*
335%endif
140f38a7 336%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/DIR_COLORS
5a317c5d 337%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/DIR_COLORS.256color
893d466a
JR
338%config(noreplace) /etc/shrc.d/colorls.csh
339%config(noreplace) /etc/shrc.d/colorls.sh
f1d1c680
JB
340%dir %{_libdir}/coreutils
341%attr(755,root,root) %{_libdir}/coreutils/libstdbuf.so
49a49f4c
JB
342%{_mandir}/man1/arch.1*
343%{_mandir}/man1/base64.1*
344%{_mandir}/man1/basename.1*
345%{_mandir}/man1/cat.1*
346%{_mandir}/man1/chcon.1*
347%{_mandir}/man1/chgrp.1*
348%{_mandir}/man1/chmod.1*
349%{_mandir}/man1/chown.1*
350%{_mandir}/man1/chroot.1*
351%{_mandir}/man1/cksum.1*
352%{_mandir}/man1/comm.1*
353%{_mandir}/man1/cp.1*
354%{_mandir}/man1/csplit.1*
355%{_mandir}/man1/cut.1*
356%{_mandir}/man1/date.1*
357%{_mandir}/man1/dd.1*
358%{_mandir}/man1/df.1*
359%{_mandir}/man1/dir.1*
360%{_mandir}/man1/dircolors.1*
361%{_mandir}/man1/dirname.1*
362%{_mandir}/man1/du.1*
363%{_mandir}/man1/echo.1*
364%{_mandir}/man1/env.1*
365%{_mandir}/man1/expand.1*
366%{_mandir}/man1/expr.1*
367%{_mandir}/man1/factor.1*
368%{_mandir}/man1/false.1*
369%{_mandir}/man1/fmt.1*
370%{_mandir}/man1/fold.1*
371%{_mandir}/man1/getgid.1*
372%{_mandir}/man1/groups.1*
373%{_mandir}/man1/head.1*
374%{_mandir}/man1/hostid.1*
375%{_mandir}/man1/id.1*
376%{_mandir}/man1/install.1*
377%{_mandir}/man1/join.1*
378%{_mandir}/man1/link.1*
379%{_mandir}/man1/ln.1*
380%{_mandir}/man1/logname.1*
381%{_mandir}/man1/ls.1*
382%{_mandir}/man1/md5sum.1*
383%{_mandir}/man1/mkdir.1*
384%{_mandir}/man1/mkfifo.1*
385%{_mandir}/man1/mknod.1*
386%{_mandir}/man1/mktemp.1*
387%{_mandir}/man1/mv.1*
388%{_mandir}/man1/nice.1*
389%{_mandir}/man1/nl.1*
390%{_mandir}/man1/nohup.1*
391%{_mandir}/man1/nproc.1*
d51def31 392%{_mandir}/man1/numfmt.1*
49a49f4c
JB
393%{_mandir}/man1/od.1*
394%{_mandir}/man1/paste.1*
395%{_mandir}/man1/pathchk.1*
396%{_mandir}/man1/pinky.1*
397%{_mandir}/man1/pr.1*
398%{_mandir}/man1/printenv.1*
399%{_mandir}/man1/printf.1*
400%{_mandir}/man1/ptx.1*
401%{_mandir}/man1/pwd.1*
402%{_mandir}/man1/readlink.1*
403%{_mandir}/man1/realpath.1*
404%{_mandir}/man1/rm.1*
405%{_mandir}/man1/rmdir.1*
406%{_mandir}/man1/runcon.1*
407%{_mandir}/man1/seq.1*
408%{_mandir}/man1/sha1sum.1*
409%{_mandir}/man1/sha224sum.1*
410%{_mandir}/man1/sha256sum.1*
411%{_mandir}/man1/sha384sum.1*
412%{_mandir}/man1/sha512sum.1*
413%{_mandir}/man1/shred.1*
414%{_mandir}/man1/shuf.1*
415%{_mandir}/man1/sleep.1*
416%{_mandir}/man1/sort.1*
417%{_mandir}/man1/split.1*
418%{_mandir}/man1/stat.1*
419%{_mandir}/man1/stdbuf.1*
420%{_mandir}/man1/stty.1*
421%{_mandir}/man1/sum.1*
422%{_mandir}/man1/sync.1*
423%{_mandir}/man1/tac.1*
424%{_mandir}/man1/tail.1*
425%{_mandir}/man1/tee.1*
426%{_mandir}/man1/test.1*
427%{_mandir}/man1/timeout.1*
428%{_mandir}/man1/touch.1*
429%{_mandir}/man1/tr.1*
430%{_mandir}/man1/true.1*
431%{_mandir}/man1/truncate.1*
432%{_mandir}/man1/tsort.1*
433%{_mandir}/man1/tty.1*
434%{_mandir}/man1/uname.1*
435%{_mandir}/man1/unexpand.1*
436%{_mandir}/man1/uniq.1*
437%{_mandir}/man1/unlink.1*
438%{_mandir}/man1/users.1*
439%{_mandir}/man1/vdir.1*
440%{_mandir}/man1/wc.1*
441%{_mandir}/man1/who.1*
442%{_mandir}/man1/whoami.1*
443%{_mandir}/man1/yes.1*
4ffc960b
JB
444%lang(cs) %{_mandir}/cs/man1/*
445%lang(da) %{_mandir}/da/man1/*
446%lang(de) %{_mandir}/de/man1/*
447%lang(es) %{_mandir}/es/man1/*
448%lang(fi) %{_mandir}/fi/man1/*
449%lang(fr) %{_mandir}/fr/man1/*
450%lang(hu) %{_mandir}/hu/man1/*
451%lang(id) %{_mandir}/id/man1/*
452%lang(it) %{_mandir}/it/man1/*
453%lang(ja) %{_mandir}/ja/man1/*
454%lang(ko) %{_mandir}/ko/man1/*
455%lang(nl) %{_mandir}/nl/man1/*
456%lang(pl) %{_mandir}/pl/man1/*
457%lang(pt) %{_mandir}/pt/man1/*
458%lang(ru) %{_mandir}/ru/man1/*
243fb6f8 459%lang(zh_CN) %{_mandir}/zh_CN/man1/*
4ffc960b 460%{_infodir}/coreutils.info*
This page took 0.253639 seconds and 4 git commands to generate.