X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=coreutils.spec;h=bf2eaf8c74b030c8f4f7251ba40d494ee291fc33;hb=2cd07788e2f42d5bbdace58db7c5faa0a1307603;hp=c488fd5ed22786650abc90b3c238ce612971abdc;hpb=e9ce980a1c38c215b57eb1e853b5df0d4d8312a7;p=packages%2Fcoreutils.git diff --git a/coreutils.spec b/coreutils.spec index c488fd5..bf2eaf8 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -1,16 +1,17 @@ # # Conditional build: -%bcond_without selinux # build without SELinux support +%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ń Name: coreutils -Version: 6.9 -Release: 2 -License: GPL +Version: 8.15 +Release: 1 +License: GPL v3+ Group: Applications/System -Source0: ftp://ftp.gnu.org/gnu/coreutils/%{name}-%{version}.tar.bz2 -# Source0-md5: c9607d8495f16e98906e7ed2d9751a06 +Source0: http://ftp.gnu.org/gnu/coreutils/%{name}-%{version}.tar.xz +# Source0-md5: 094909fafa86110140b32e4948941545 Source1: %{name}-non-english-man-pages.tar.bz2 # Source1-md5: f7c986ebc74ccb8d08ed70141063f14c Source2: DIR_COLORS @@ -20,6 +21,7 @@ Source5: su.pamd Source6: su-l.pamd Source7: runuser.pamd Source8: runuser-l.pamd +Source9: mktemp.1.pl Patch0: %{name}-info.patch Patch1: %{name}-pam.patch Patch2: %{name}-getgid.patch @@ -27,36 +29,51 @@ Patch3: %{name}-su-paths.patch Patch4: %{name}-uname-cpuinfo.patch Patch5: %{name}-date-man.patch Patch6: %{name}-mem.patch -Patch7: %{name}-install-C.patch -Patch8: %{name}-po.patch -Patch9: %{name}-no-nb.patch -Patch10: %{name}-fmt-wchars.patch -Patch11: %{name}-runuser.patch -Patch12: %{name}-split-pam.patch -Patch13: %{name}-selinux.patch -Patch14: %{name}-pl.po-update.patch +Patch7: %{name}-7.4-sttytcsadrain.patch +Patch9: %{name}-fmt-wchars.patch +Patch10: %{name}-runuser.patch +Patch11: %{name}-split-pam.patch +Patch12: %{name}-sparc64.patch +# http://translationproject.org/latest/coreutils/pl.po (pass through msgcat to generate shorter diff) +Patch13: %{name}-pl.po-update.patch +# from http://www.beatex.org/web/advancedcopy.html, edited by shadzik +Patch14: %{name}-advcopy.patch URL: http://www.gnu.org/software/coreutils/ BuildRequires: acl-devel -BuildRequires: autoconf >= 2.60 -BuildRequires: automake >= 1:1.9.6 -%{?with_selinux:BuildRequires: gcc >= 5:3.2} -BuildRequires: gettext-devel >= 0.16-2 +BuildRequires: attr-devel +BuildRequires: autoconf >= 2.64 +BuildRequires: automake >= 1:1.11.1 +BuildRequires: gcc >= 5:3.2 +BuildRequires: gettext-devel >= 0.18.1 +BuildRequires: gmp-devel BuildRequires: help2man -%{?with_selinux:BuildRequires: libselinux-devel} +BuildRequires: libcap-devel +BuildRequires: libselinux-devel BuildRequires: pam-devel +BuildRequires: rpmbuild(find_lang) >= 1.24 +BuildRequires: tar >= 1:1.22 BuildRequires: texinfo >= 4.2 +BuildRequires: xz +%if %{with tests} +BuildRequires: strace +%endif Requires: pam >= 0.77.3 Requires: setup >= 2.4.6-2 +Provides: coreutils-su Provides: fileutils +Provides: mktemp = %{version}-%{release} Provides: sh-utils Provides: stat Provides: textutils +Obsoletes: coreutils-su Obsoletes: fileutils +Obsoletes: mktemp Obsoletes: sh-utils Obsoletes: stat Obsoletes: textutils Conflicts: shadow < 1:4.0.3-6 Conflicts: tetex < 1:2.0.2 +Conflicts: util-linux < 2.13-0.pre7 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -73,9 +90,9 @@ The programs that can be built with this package are: dd df dir dircolors dirname du echo env expand expr factor false fmt fold install groups head hostid id join link ln logname ls md5sum mkdir mkfifo mknod mv nice nl nohup od paste pathchk pinky pr printenv - printf ptx pwd rm rmdir seq sha1sum shred sleep sort split stat stty - su sum sync tac tail tee test touch tr true tsort tty uname unexpand - uniq unlink users vdir wc who whoami yes + printf ptx pwd realpath rm rmdir runuser seq sha1sum shred sleep sort + split stat stty su sum sync tac tail tee test touch tr true tsort tty + uname unexpand uniq unlink users vdir wc who whoami yes %description -l pl.UTF-8 Narzędzia podstawowe (core utilities) GNU to połączone paczki GNU @@ -91,13 +108,13 @@ Programy zawarte w tym pakiecie to: dd df dir dircolors dirname du echo env expand expr factor false fmt fold ginstall groups head hostid id join link ln logname ls md5sum mkdir mkfifo mknod mv nice nl nohup od paste pathchk pinky pr printenv - printf ptx pwd rm rmdir seq sha1sum shred sleep sort split stat stty - su sum sync tac tail tee test touch tr true tsort tty uname unexpand - uniq unlink users vdir wc who whoami yes + printf ptx pwd realpath rm rmdir runuser seq sha1sum shred sleep sort + split stat stty su sum sync tac tail tee test touch tr true tsort tty + uname unexpand uniq unlink users vdir wc who whoami yes %prep %setup -q -a1 -%patch14 -p1 +#%patch13 -p1 %patch0 -p1 %patch1 -p1 %patch2 -p1 @@ -106,23 +123,39 @@ Programy zawarte w tym pakiecie to: %patch5 -p1 %patch6 -p1 %patch7 -p1 -%patch8 -p1 %patch9 -p1 %patch10 -p1 %patch11 -p1 +%ifarch sparc64 %patch12 -p1 -%{?with_selinux:%patch13 -p1} +%endif +%if %{with advcopy} +# progress-bar patch, -g,--progress-bar //if in doubt, comment it out +%patch14 -p1 +%endif %{__perl} -pi -e 's@GNU/Linux@PLD Linux@' m4/host-os.m4 -# no_NO is just an alias for nb_NO in recent glibc -# no.po is outdated, nb.po is more fresh here (see also patch10) -rm -f po/no.* # allow rebuilding *.gmo -rm -f po/stamp-po +%{__rm} po/stamp-po + +# fails under C locale: +# LC_ALL=C echo -e "ça\nçb\n"|LC_ALL=C fmt -p 'ç' +# fmt: memory exhausted +%{__sed} -i -e 25,27d tests/misc/fmt + +# /etc/resolv.conf is blocked in pld builders, try some other file +%{__sed} -i -e 's,/etc/resolv.conf,/etc/hosts,' gnulib-tests/test-read-file.c + +# getgid needs to be fixed: +# getgid: missing operand +# Try `getgid --help' for more information. +%{__rm} tests/misc/help-version +%{__sed} -i -e '/misc\/help-version/d' tests/Makefile.am -# missing, added to gettext.m4 by ./bootstrap -echo 'AC_DEFUN([gl_LOCK_EARLY],[])' > m4/gllock.m4 +# fails on some filesystems (like XFS), where readdir returns d_type=DT_UNKNOWN +%{__rm} tests/ls/stat-free-color +%{__sed} -i -e '/ls\/stat-free-color/d' tests/Makefile.am %build %{__gettextize} @@ -133,11 +166,18 @@ echo 'AC_DEFUN([gl_LOCK_EARLY],[])' > m4/gllock.m4 %configure \ CFLAGS="%{rpmcflags} -DSYSLOG_SUCCESS -DSYSLOG_FAILURE -DSYSLOG_NON_ROOT" \ DEFAULT_POSIX2_VERSION=199209 \ - %{?with_selinux:--enable-selinux} \ + --disable-silent-rules \ + --enable-install-program=arch \ + --enable-no-install-program=hostname,kill,uptime \ --enable-pam %{__make} +%if %{with tests} +sed -i -e 's#COLUMNS##g' tests/envvar-check +%{__make} -j1 tests check +%endif + %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{/bin,/sbin,%{_bindir},%{_sbindir},/etc/pam.d,/etc/shrc.d} @@ -145,43 +185,44 @@ install -d $RPM_BUILD_ROOT{/bin,/sbin,%{_bindir},%{_sbindir},/etc/pam.d,/etc/shr %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -rm -f $RPM_BUILD_ROOT%{_bindir}/{hostname,kill,uptime} -rm -f $RPM_BUILD_ROOT%{_mandir}/man1/{hostname,kill,uptime}.1* - -mv -f $RPM_BUILD_ROOT%{_bindir}/{basename,cat,chgrp,chmod,chown,cp,date,dd,df,\ -echo,false,id,link,ln,ls,mkdir,mknod,mv,nice,printf,pwd,rm,rmdir,sleep,sort,stty,\ -sync,touch,true,unlink,uname} $RPM_BUILD_ROOT/bin +mv -f $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,rm,rmdir,\ +sleep,sort,stat,stty,sync,touch,true,unlink,uname} $RPM_BUILD_ROOT/bin mv -f $RPM_BUILD_ROOT%{_bindir}/chroot $RPM_BUILD_ROOT%{_sbindir} -# su is missed by "make install" -install src/su $RPM_BUILD_ROOT/bin -install src/runuser $RPM_BUILD_ROOT/sbin +# su is missed by "make install" called by non-root +install -p src/su $RPM_BUILD_ROOT/bin +install -p src/runuser $RPM_BUILD_ROOT/sbin -install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir} -install %{SOURCE3} %{SOURCE4} $RPM_BUILD_ROOT/etc/shrc.d -install %{SOURCE5} $RPM_BUILD_ROOT/etc/pam.d/su -install %{SOURCE6} $RPM_BUILD_ROOT/etc/pam.d/su-l -install %{SOURCE7} $RPM_BUILD_ROOT/etc/pam.d/runuser -install %{SOURCE8} $RPM_BUILD_ROOT/etc/pam.d/runuser-l +cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir} +cp -p %{SOURCE3} %{SOURCE4} $RPM_BUILD_ROOT/etc/shrc.d +cp -p %{SOURCE5} $RPM_BUILD_ROOT/etc/pam.d/su +cp -p %{SOURCE6} $RPM_BUILD_ROOT/etc/pam.d/su-l +cp -p %{SOURCE7} $RPM_BUILD_ROOT/etc/pam.d/runuser +cp -p %{SOURCE8} $RPM_BUILD_ROOT/etc/pam.d/runuser-l cp -a man/pt_BR man/pt -for d in cs da de es fi fr hu id it ja ko nl pl pt ru zh_CN ; do +for d in cs da de es fi fr hu id it ja ko nl pl pt ru zh_CN; do install -d $RPM_BUILD_ROOT%{_mandir}/$d/man1 - install man/$d/*.1 $RPM_BUILD_ROOT%{_mandir}/$d/man1 + cp -p man/$d/*.1 $RPM_BUILD_ROOT%{_mandir}/$d/man1 done +install %{SOURCE9} $RPM_BUILD_ROOT%{_mandir}/pl/man1/mktemp.1 +# unwanted (-f left intentionally - some manuals could have no translations) rm -f $RPM_BUILD_ROOT%{_mandir}/*/man1/{hostname,kill,uptime}.1 +# always remove, never packaged but sometimes installed +rm -f $RPM_BUILD_ROOT%{_infodir}/dir %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT -%post -[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1 +%post -p /sbin/postshell +-/usr/sbin/fix-info-dir -c %{_infodir} -%postun -[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1 +%postun -p /sbin/postshell +-/usr/sbin/fix-info-dir -c %{_infodir} %files -f %{name}.lang %defattr(644,root,root,755) @@ -191,13 +232,15 @@ rm -rf $RPM_BUILD_ROOT %attr(4755,root,root) /bin/su %attr(755,root,root) /sbin/runuser %attr(755,root,root) %{_bindir}/* -%attr(755,root,root) %{_sbindir}/* +%attr(755,root,root) %{_sbindir}/chroot +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/DIR_COLORS %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/su %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/su-l %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/runuser %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/runuser-l -%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/DIR_COLORS -/etc/shrc.d/* +%config(noreplace) /etc/shrc.d/fileutils.*sh +%dir %{_libdir}/coreutils +%attr(755,root,root) %{_libdir}/coreutils/libstdbuf.so %{_mandir}/man1/* %lang(cs) %{_mandir}/cs/man1/* %lang(da) %{_mandir}/da/man1/*