2007-10-24 03:55 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/harbour-ce-spec
* harbour/make_rpmce.sh
* automatically update version number
* harbour/doc/howtobld.txt
* set svn:keywords=Id
* harbour/contrib/libnf/Makefile
- removed test.prg
This commit is contained in:
@@ -8,6 +8,17 @@
|
||||
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2007-10-24 03:55 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/harbour-ce-spec
|
||||
* harbour/make_rpmce.sh
|
||||
* automatically update version number
|
||||
|
||||
* harbour/doc/howtobld.txt
|
||||
* set svn:keywords=Id
|
||||
|
||||
* harbour/contrib/libnf/Makefile
|
||||
- removed test.prg
|
||||
|
||||
2007-10-24 03:25 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* include/hbclass.ch
|
||||
* include/hbsetup.ch
|
||||
|
||||
@@ -134,7 +134,6 @@ PRG_SOURCES= \
|
||||
sysmem.prg \
|
||||
tbwhile.prg \
|
||||
tempfile.prg \
|
||||
test.prg \
|
||||
vertmenu.prg \
|
||||
vidcur.prg \
|
||||
vidmode.prg \
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
######################################################################
|
||||
|
||||
%define name harbour-ce
|
||||
%define version 1.1.1
|
||||
%define version 0.0.0
|
||||
%define releasen 0
|
||||
%define hb_pref hbce
|
||||
%define hb_ccpath /opt/mingw32ce/bin
|
||||
|
||||
@@ -46,6 +46,10 @@ get_rpmmacro()
|
||||
echo -n "${R}"
|
||||
}
|
||||
|
||||
cd `dirname $0`
|
||||
. bin/hb-func.sh
|
||||
hb_ver=`get_hbver`
|
||||
|
||||
NEED_RPM="make gcc binutils bash cegcc-mingw32ce"
|
||||
|
||||
FORCE=""
|
||||
@@ -92,8 +96,9 @@ then
|
||||
else
|
||||
RPMDIR=`get_rpmmacro "_topdir"`
|
||||
fi
|
||||
cp ${hb_filename} ${RPMDIR}/SOURCES/
|
||||
cp harbour-ce-spec ${RPMDIR}/SPECS/harbour-ce.spec
|
||||
mv ${hb_filename} ${RPMDIR}/SOURCES/
|
||||
sed -e "s/^%define version .*$/%define version ${hb_ver}/g" \
|
||||
harbour-ce-spec > ${RPMDIR}/SPECS/harbour-ce.spec
|
||||
if which rpmbuild &>/dev/null
|
||||
then
|
||||
RPMBLD="rpmbuild"
|
||||
|
||||
Reference in New Issue
Block a user