RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Jeff Johnson
Root: /v/rpm/cvs Email: jbj@rpm5.org
Module: rpm Date: 19-Aug-2008 00:18:18
Branch: rpm-5_1 Handle: 2008081822181700
Modified files: (Branch: rpm-5_1)
rpm CHANGES devtool.conf
Log:
- jbj: WR: add %windriver target to devtool.conf.
Summary:
Revision Changes Path
1.2288.2.88 +1 -0 rpm/CHANGES
2.205.2.12 +37 -2 rpm/devtool.conf
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/CHANGES
============================================================================
$ cvs diff -u -r1.2288.2.87 -r1.2288.2.88 CHANGES
--- rpm/CHANGES 18 Aug 2008 19:47:15 -0000 1.2288.2.87
+++ rpm/CHANGES 18 Aug 2008 22:18:17 -0000 1.2288.2.88
@@ -1,4 +1,5 @@
5.1.4 -> 5.1.5:
+ - jbj: WR: add %windriver target to devtool.conf.
- jbj: WR: eliminate most compiler warnings.
- jbj: WR: eliminate duplicated AutoFu boilerplate, use system.h instead.
- jbj: WR: eliminate getdate.[ch], use same from rpmio instead.
@@ .
patch -p0 <<'@@ .'
Index: rpm/devtool.conf
============================================================================
$ cvs diff -u -r2.205.2.11 -r2.205.2.12 devtool.conf
--- rpm/devtool.conf 15 Jun 2008 07:10:52 -0000 2.205.2.11
+++ rpm/devtool.conf 18 Aug 2008 22:18:17 -0000 2.205.2.12
@@ -70,6 +70,7 @@
--with-db=internal \
--with-db-tools-integrated \
--with-zlib=internal \
+ --with-bzip2=external \
--without-lzma \
--with-file=internal \
--with-lua=internal \
@@ -82,14 +83,12 @@
--with-pcre=external \
--with-uuid=external \
--with-xar=internal \
- --with-bzip2=external \
--with-popt=external \
--with-keyutils=external \
--with-libelf \
--with-selinux \
--with-python \
--with-perl \
- --with-db-tools-integrated \
--with-build-extlibdep \
--with-build-maxextlibdep \
--enable-build-pic \
@@ -135,6 +134,42 @@
--with-popt \
--with-bugreport=support@windriver.com
+%windriver
+ RPM_VENDOR_WINDRIVER=1
+ export RPM_VENDOR_WINDRIVER
+ %checkout
+ %autogen
+ %configure \
+ --prefix=/usr \
+ --verbose \
+ --with-db=internal \
+ --with-db-tools-integrated \
+ --with-zlib \
+ --with-bzip2=external \
+ --without-lzma \
+ --with-file=internal \
+ --with-lua=internal \
+ --with-sqlite=external \
+ --with-beecrypt=external \
+ --without-openssl \
+ --without-nss \
+ --without-gcrypt \
+ --without-neon \
+ --with-pcre \
+ --without-uuid \
+ --without-xar \
+ --with-popt=external \
+ --with-keyutils=external \
+ --with-libelf \
+ --without-selinux \
+ --with-python \
+ --without-perl \
+ --disable-nls \
+ --with-dbapi=sqlite \
+ --without-apidocs \
+ --with-path-macros=... \
+ --with-bugreport=support@windriver.com
+
%rse
%standalone
@@ .
Received on Tue Aug 19 00:18:18 2008