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