OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 03-Jun-2004 12:03:11
Branch: OPENPKG_2_0_SOLID Handle: 2004060311030900
Modified files: (Branch: OPENPKG_2_0_SOLID)
openpkg-src/coreutils coreutils.spec
Log:
remove dependency to texinfo by not building any docs; preserve
previous logic of installing the vanilla coreutils.info file from the
vendor tarball by installing it manually
Summary:
Revision Changes Path
1.36.2.4 +6 -1 openpkg-src/coreutils/coreutils.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/coreutils/coreutils.spec
============================================================================
$ cvs diff -u -r1.36.2.3 -r1.36.2.4 coreutils.spec
--- openpkg-src/coreutils/coreutils.spec 5 Apr 2004 14:16:09 -0000
1.36.2.3
+++ openpkg-src/coreutils/coreutils.spec 3 Jun 2004 10:03:09 -0000
1.36.2.4
@@ -38,7 +38,7 @@
Group: Utility
License: GPL
Version: %{V_release}
-Release: 2.0.1
+Release: 2.0.2
# package options
%option with_legacy no
@@ -87,6 +87,9 @@
%setup -q
%patch -p0
%{l_shtool} subst \
+ -e 's;^\(SUBDIRS *= *.*\) doc \(.*\)$;\1 \2;' \
+ Makefile.in
+ %{l_shtool} subst \
-e 's;^\(install-exec-local:\).*;\1;' \
-e 's;^\(bin_PROGRAMS =\);\1 su;' \
src/Makefile.in
@@ -109,6 +112,8 @@
%install
rm -rf $RPM_BUILD_ROOT
%{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
+ %{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/info
+ %{l_shtool} install -c -m 644 doc/coreutils.info
$RPM_BUILD_ROOT%{l_prefix}/info/
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
rm -f "$RPM_BUILD_ROOT%{l_prefix}/bin/g["
# rename gpr utility to avoid conflict with graphviz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]