Update of /cvsroot/monetdb/clients
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2120
Modified Files:
Makefile.ag MonetDB-client.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: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/clients/Makefile.ag,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile.ag 8 Sep 2007 17:54:13 -0000 1.9
+++ Makefile.ag 3 Dec 2007 08:24:16 -0000 1.10
@@ -24,7 +24,11 @@
EXTRA_DIST_DIR = NT
-#EXTRA_HEADERS = clients_config.h
+#headers_h = {
+# HEADERS = h
+# SOURCES = clients_config.h
+# DIR = includedir/clients
+#}
TESTS = RunMtest
TESTS_ENVIRONMENT = $(SHELL)
Index: MonetDB-client.spec.in
===================================================================
RCS file: /cvsroot/monetdb/clients/MonetDB-client.spec.in,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- MonetDB-client.spec.in 28 Nov 2007 16:23:14 -0000 1.29
+++ MonetDB-client.spec.in 3 Dec 2007 08:24:16 -0000 1.30
@@ -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/clients-%{version}.tar.gz
+Source:
http://downloads.sourceforge.net/monetdb/MonetDB-client-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Requires: MonetDB >= 1.20
@@ -135,7 +135,7 @@
accelerators, SQL- and XML- frontends.
This package contains the files needed to develop with
-MonetDB-clients.
+MonetDB-client.
%description odbc
MonetDB is a database management system that is developed from a
@@ -182,7 +182,7 @@
%prep
rm -rf $RPM_BUILD_ROOT
-%setup -q -n clients-%{version}
+%setup -q -n MonetDB-client-%{version}
%build
Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/clients/configure.ag,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- configure.ag 28 Nov 2007 16:23:14 -0000 1.28
+++ configure.ag 3 Dec 2007 08:24:16 -0000 1.29
@@ -19,7 +19,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([MonetDB clients], [1.21.0], [EMAIL PROTECTED], [clients])
+AC_INIT([MonetDB clients], [1.21.0], [EMAIL PROTECTED], [MonetDB-client])
# ^^^^^^
# 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/clients/rpm.mk.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- rpm.mk.in 28 Nov 2007 16:23:14 -0000 1.15
+++ rpm.mk.in 3 Dec 2007 08:24:16 -0000 1.16
@@ -61,7 +61,7 @@
done
cleanup_distr:
- find clients-* -perm -0100 -type f ! -name \*.bat ! -name \*.sh ! -exec
grep -q '^#!' {} \; -exec chmod a-x {} \;
- find clients-* -name \*.in ! -name configure.in ! -name \*.spec.in
-print | while read i; do test -f $${i%.in} && rm -f $${i%.in}; done || true
+ find MonetDB-client-* -perm -0100 -type f ! -name \*.bat ! -name \*.sh
! -exec grep -q '^#!' {} \; -exec chmod a-x {} \;
+ find MonetDB-client-* -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