diff --git a/coreutils/coreutils.spec b/coreutils/coreutils.spec index 8de29c6fb6..66bcc22c6f 100644 --- a/coreutils/coreutils.spec +++ b/coreutils/coreutils.spec @@ -32,14 +32,14 @@ Packager: The OpenPKG Project Distribution: OpenPKG [BASE] Group: Utility License: GPL -Version: 5.0 -Release: 20030512 +Version: 5.0.1 +Release: 20030716 # package options %option with_legacy no # list of sources -Source0: ftp://ftp.gnu.org/gnu/coreutils/coreutils-%{version}.tar.bz2 +Source0: ftp://alpha.gnu.org/gnu/coreutils/coreutils-%{version}.tar.bz2 Patch0: coreutils.patch # build information @@ -91,6 +91,7 @@ AutoReqProv: no rm -rf $RPM_BUILD_ROOT %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT" strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true + rm -f "$RPM_BUILD_ROOT%{l_prefix}/bin/g[" %if "%{with_legacy}" == "yes" ( cd $RPM_BUILD_ROOT%{l_prefix}/bin for i in g*; do