OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web, openpkg-src Date: 10-Oct-2002 15:05:20
Branch: HEAD Handle: 2002101014051901
Modified files:
openpkg-src/make make.spec
openpkg-web news.txt
Log:
various cleanups
Summary:
Revision Changes Path
1.19 +6 -9 openpkg-src/make/make.spec
1.1739 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-src/make/make.spec
============================================================
$ cvs diff -u -r1.18 -r1.19 make.spec
--- openpkg-src/make/make.spec 4 Oct 2002 13:19:54 -0000 1.18
+++ openpkg-src/make/make.spec 10 Oct 2002 13:05:20 -0000 1.19
@@ -32,7 +32,7 @@
Group: Development
License: GPL
Version: 3.80
-Release: 20021004
+Release: 20021010
# list of sources
Source0: ftp://ftp.gnu.org/gnu/make/make-%{version}.tar.gz
@@ -58,20 +58,17 @@
CFLAGS="%{l_cflags -O}" \
./configure \
--prefix=%{l_prefix} \
+ --without-libiconv-prefix \
+ --without-libintl-prefix \
--disable-nls
%{l_make} %{l_mflags -O}
%install
rm -rf $RPM_BUILD_ROOT
- %{l_shtool} subst -v \
- -e "s;^\\(prefix *= *\\).*;\\1 $RPM_BUILD_ROOT%{l_prefix};" \
- Makefile */Makefile
- %{l_make} %{l_mflags} install \
- prefix=$RPM_BUILD_ROOT%{l_prefix} \
- exec_prefix=$RPM_BUILD_ROOT%{l_prefix}
- rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir
+ %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
+ rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir
rm -rf $RPM_BUILD_ROOT%{l_prefix}/share
- strip $RPM_BUILD_ROOT%{l_prefix}/bin/* 2> /dev/null || true
+ strip $RPM_BUILD_ROOT%{l_prefix}/bin/* 2>/dev/null || true
( cd $RPM_BUILD_ROOT%{l_prefix}
ln bin/make bin/gmake
ln man/man1/make.1 man/man1/gmake.1 )
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1738 -r1.1739 news.txt
--- openpkg-web/news.txt 10 Oct 2002 12:23:38 -0000 1.1738
+++ openpkg-web/news.txt 10 Oct 2002 13:05:19 -0000 1.1739
@@ -1,3 +1,4 @@
+10-Oct-2002: Upgraded package: P<make-3.80-20021010>
10-Oct-2002: Upgraded package: P<pgp-6.5.8-20021010>
10-Oct-2002: New package: P<ant-1.5.1-20021010>
10-Oct-2002: Upgraded package: P<uvscan-4.1.6.4228-20021010>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]