2009-11-29 14:06 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/harbour-win-spec
  * harbour/harbour-wce-spec
  * harbour/mpkg_rpm_win.sh
  * harbour/mpkg_rpm_wce.sh
    * removed all conditional build settings - they are not necessary
      for current make system
This commit is contained in:
Przemyslaw Czerpak
2009-11-29 13:06:48 +00:00
parent 72754b660b
commit 9f7f50f162
5 changed files with 8 additions and 60 deletions

View File

@@ -17,6 +17,14 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-11-29 14:06 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/harbour-win-spec
* harbour/harbour-wce-spec
* harbour/mpkg_rpm_win.sh
* harbour/mpkg_rpm_wce.sh
* removed all conditional build settings - they are not necessary
for current make system
2009-11-29 13:49 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* harbour.spec
* harbour-win-spec

View File

@@ -9,16 +9,6 @@
# See COPYING for licensing terms.
# ---------------------------------------------------------------
######################################################################
# Conditional build:
# --with mysql - build mysql lib
# --with pgsql - build pgsql lib
# --with gd - build gd lib
# --with allegro - build gtalleg - Allegro based GT driver
# --with ads - build rddads
# --with odbc - build odbc lib
######################################################################
######################################################################
## Definitions.
######################################################################
@@ -135,10 +125,6 @@ mkdir -p $HB_BIN_INSTALL
make install %{?_smp_mflags}
[ "%{?_with_odbc:1}" ] || rm -f $HB_LIB_INSTALL/libhbodbc.a
[ "%{?_with_allegro:1}" ] || rm -f $HB_LIB_INSTALL/libgtalleg.a
[ "%{?_with_ads:1}" ] || rm -f $HB_LIB_INSTALL/librddads.a
# remove unused files
rm -fR ${HB_BIN_INSTALL}/{harbour,hbpp,hbmk2,hbrun,hbi18n,hbtest}.exe

View File

@@ -9,16 +9,6 @@
# See COPYING for licensing terms.
# ---------------------------------------------------------------
######################################################################
# Conditional build:
# --with mysql - build mysql lib
# --with pgsql - build pgsql lib
# --with gd - build gd lib
# --with allegro - build gtalleg - Allegro based GT driver
# --with ads - build rddads
# --with odbc - build odbc lib
######################################################################
######################################################################
## Definitions.
######################################################################
@@ -135,10 +125,6 @@ mkdir -p $HB_BIN_INSTALL
make install %{?_smp_mflags}
[ "%{?_with_odbc:1}" ] || rm -f $HB_LIB_INSTALL/libhbodbc.a
[ "%{?_with_allegro:1}" ] || rm -f $HB_LIB_INSTALL/libgtalleg.a
[ "%{?_with_ads:1}" ] || rm -f $HB_LIB_INSTALL/librddads.a
# remove unused files
rm -fR ${HB_BIN_INSTALL}/{harbour,hbpp,hbmk2,hbrun,hbi18n,hbtest}.exe

View File

@@ -11,16 +11,6 @@
# See COPYING for licensing terms.
# ---------------------------------------------------------------
######################################################################
# Conditional build:
# --with mysql - build mysql lib
# --with pgsql - build pgsql lib
# --with gd - build gd lib
# --with allegro - build GTALLEG - Allegro based GT driver
# --with ads - build ADS RDD
# --without odbc - do not build odbc lib
######################################################################
test_reqrpm()
{
rpm -q --whatprovides "$1" &> /dev/null
@@ -69,12 +59,6 @@ do
shift
done
if [ -f /usr/local/ads/acesdk/ace.h ] || \
[ -f ${HOME}/ads/acesdk/ace.h ]
then
INST_PARAM="${INST_PARAM} --with ads"
fi
TOINST_LST=""
for i in ${NEED_RPM}
do

View File

@@ -11,16 +11,6 @@
# See COPYING for licensing terms.
# ---------------------------------------------------------------
######################################################################
# Conditional build:
# --with mysql - build mysql lib
# --with pgsql - build pgsql lib
# --with gd - build gd lib
# --with allegro - build GTALLEG - Allegro based GT driver
# --with ads - build ADS RDD
# --without odbc - do not build odbc lib
######################################################################
test_reqrpm()
{
rpm -q --whatprovides "$1" &> /dev/null
@@ -91,12 +81,6 @@ do
shift
done
if [ -f /usr/local/ads/acesdk/ace.h ] || \
[ -f ${HOME}/ads/acesdk/ace.h ]
then
INST_PARAM="${INST_PARAM} --with ads"
fi
TOINST_LST=""
for i in ${NEED_RPM}
do