2006-05-31 13:45 UTC+0200 Tomaz Zupan (tomaz.zupan at orpo.si)

* harbour.spec
    * Added Mandriva to recognised distros
    * Sinchronised version with harbour/include/hbver.h
This commit is contained in:
Tomaz Zupan
2006-05-31 11:45:15 +00:00
parent a6d505a6b6
commit 945fa390bb
2 changed files with 9 additions and 1 deletions

View File

@@ -8,6 +8,11 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
* fixed bug in GET var[ any_one_dim_index ]
* source/pp/ppcore.c
* fixed BCC warning
2005-10-30 18:15 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
NOTICE: The above files are retagged to 'build46'

View File

@@ -31,6 +31,8 @@
# please add your distro suffix if it not belong to the one recognized below
# and remember that order checking can be important
%define platform %(release=$(rpm -q --queryformat='%{VERSION}' mandriva-release 2>/dev/null) && echo "mdk$release"|tr -d ".")
%if "%{platform}" == ""
%define platform %(release=$(rpm -q --queryformat='%{VERSION}' mandrake-release 2>/dev/null) && echo "mdk$release"|tr -d ".")
%if "%{platform}" == ""
%define platform %(release=$(rpm -q --queryformat='%{VERSION}' redhat-release 2>/dev/null) && echo "rh$release"|tr -d ".")
@@ -50,10 +52,11 @@
%endif
%endif
%endif
%endif
%define name harbour
%define dname Harbour
%define version 0.46.0
%define version 0.47.0
%define releasen 0
%define hb_pref hb
%define hb_arch export HB_ARCHITECTURE=linux