Update of /cvsroot/monetdb/MonetDB5
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2308

Modified Files:
        Makefile.ag MonetDB-server.spec.in configure.ag rpm.mk.in 
Log Message:
Changed the name of the generated tar balls (and the name of the
top-level directory within them).
The names are now equal to what nightly testing created, so that
doesn't have to rename the tar balls anymore.
The files are still installed in the same place as before.
Building RPMs still works.

The main change in the code is that we no longer use @PACKAGE@ since
that is the longer tar ball name which we don't want in the
installation directories we create.  Also, we can't use the defaults
when installing include files since they would also otherwise be
installed in a directory with @PACKAGE@ in it.

Note, this will undoubtedly negatively affect the monetdb-install
script, but I leave it to its owner to fix that.


Index: MonetDB-server.spec.in
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/MonetDB-server.spec.in,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- MonetDB-server.spec.in      1 Nov 2007 11:22:46 -0000       1.31
+++ MonetDB-server.spec.in      3 Dec 2007 08:24:45 -0000       1.32
@@ -24,7 +24,7 @@
 Group: Applications/Databases
 License:   MPL - http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html
 URL: http://monetdb.cwi.nl/
-Source: http://downloads.sourceforge.net/monetdb/MonetDB5-%{version}.tar.gz
+Source: 
http://downloads.sourceforge.net/monetdb/MonetDB5-server-%{version}.tar.gz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 Requires(pre): shadow-utils
@@ -87,7 +87,7 @@
 %prep
 rm -rf $RPM_BUILD_ROOT
 
-%setup -q -n MonetDB5-%{version}
+%setup -q -n MonetDB5-server-%{version}
 
 %build
 

Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/Makefile.ag,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Makefile.ag 18 Jul 2007 14:26:27 -0000      1.21
+++ Makefile.ag 3 Dec 2007 08:24:45 -0000       1.22
@@ -24,7 +24,11 @@
 
 EXTRA_DIST_DIR = NT tests
 
-EXTRA_HEADERS = mal_config.h sysdefs.h
+headers_h = {
+        HEADERS = h
+        SOURCES = mal_config.h sysdefs.h
+        DIR = includedir/MonetDB5
+}
 
 TESTS = RunMtest
 TESTS_ENVIRONMENT = $(SHELL)

Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/configure.ag,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- configure.ag        8 Oct 2007 23:49:48 -0000       1.79
+++ configure.ag        3 Dec 2007 08:24:45 -0000       1.80
@@ -18,7 +18,7 @@
 
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.59)
-AC_INIT([MonetDB Server], [5.3.0], [EMAIL PROTECTED], [MonetDB5])
+AC_INIT([MonetDB Server], [5.3.0], [EMAIL PROTECTED], [MonetDB5-server])
 #                          ^^^^^
 # Maintained via vertoo. Please don't modify by hand!
 # Contact [EMAIL PROTECTED] for details and/or assistance.

Index: rpm.mk.in
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/rpm.mk.in,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- rpm.mk.in   28 Nov 2007 16:23:59 -0000      1.13
+++ rpm.mk.in   3 Dec 2007 08:24:45 -0000       1.14
@@ -61,7 +61,7 @@
        done
 
 cleanup_distr:
-       find MonetDB5-* -perm -0100 -type f ! -name \*.bat ! -name \*.sh ! 
-exec grep -q '^#!' {} \; -exec chmod a-x {} \;
-       find MonetDB5-* -name \*.in ! -name configure.in ! -name \*.spec.in 
-print | while read i; do test -f $${i%.in} && rm -f $${i%.in}; done || true
+       find MonetDB5-server-* -perm -0100 -type f ! -name \*.bat ! -name \*.sh 
! -exec grep -q '^#!' {} \; -exec chmod a-x {} \;
+       find MonetDB5-server-* -name \*.in ! -name configure.in ! -name 
\*.spec.in -print | while read i; do test -f $${i%.in} && rm -f $${i%.in}; done 
|| true
 
 dist-hook: cleanup_distr


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to