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

Modified Files:
        MonetDB-client.spec.in 
Log Message:

.bat(ch) scripts are only usable on Windows,
while (Unix-)shell scripts are (usually) of no use on Windows.

Hence, let's eploit the conditional features of our own autogen
to compile and install shell scripts only on non-Windows systems,
and .bat(ch) scripts only on Windows.
This also saves us from the need to delete the latter from the
prefix tree during RPM-building, cleaning up the RPM-spec files.

Compilation of these changes requires up-to-date buildtools,
that contain the fix I just checked in.


Index: MonetDB-client.spec.in
===================================================================
RCS file: /cvsroot/monetdb/clients/MonetDB-client.spec.in,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- MonetDB-client.spec.in      30 Aug 2007 12:35:33 -0000      1.21
+++ MonetDB-client.spec.in      31 Aug 2007 15:55:44 -0000      1.22
@@ -202,8 +202,6 @@
 find $RPM_BUILD_ROOT -name .incs.in -print -o -name \*.la -print | xargs rm -f
 rm -rf $RPM_BUILD_ROOT%{_datadir}/MonetDB/Tests/*
 rm -rf $RPM_BUILD_ROOT%{_libdir}/MonetDB/Tests/*
-rm -rf $RPM_BUILD_ROOT%{prefix}/bin/monetdb-clients-config.bat
-rm -rf $RPM_BUILD_ROOT%{prefix}/bin/mjclient.bat
 
 
 %clean


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to