2010-07-27 15:25 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* mpkg_rpm.sh
  * mpkg_rpm_wce.sh
  * mpkg_rpm_win.sh
  - harbour.spec
  - harbour-wce.spec
  - harbour-win.spec
  + package/harbour.spec
  + package/harbour-wce.spec
  + package/harbour-win.spec
    * .spec files moved inside package dir.

  * INSTALL
    ! Correction to tgz creation command.
This commit is contained in:
Viktor Szakats
2010-07-27 13:26:40 +00:00
parent faabf4f823
commit 585e426432
8 changed files with 19 additions and 4 deletions

View File

@@ -16,6 +16,21 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-07-27 15:25 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* mpkg_rpm.sh
* mpkg_rpm_wce.sh
* mpkg_rpm_win.sh
- harbour.spec
- harbour-wce.spec
- harbour-win.spec
+ package/harbour.spec
+ package/harbour-wce.spec
+ package/harbour-win.spec
* .spec files moved inside package dir.
* INSTALL
! Correction to tgz creation command.
2010-07-27 13:32 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
- contrib/hbqt/qtgui/filelist.mk
- Deleted no more used make file.

View File

@@ -219,7 +219,7 @@ HARBOUR
---------------------
$ export HB_BUILD_PKG=yes
$ make
$ make clean install
Binary .deb on Linux
--------------------

View File

@@ -185,7 +185,7 @@ then
if [ "${BUGGY_RPM}" = "yes" ]
then
cp ${hb_filename} ${RPMDIR}/SOURCES
cp harbour.spec ${RPMDIR}/SPECS
cp package/harbour.spec ${RPMDIR}/SPECS
fi
if which rpmbuild >/dev/null 2>&1
then

View File

@@ -90,7 +90,7 @@ then
mv ${hb_filename} ${RPMDIR}/SOURCES/
sed -e "s/^%define version .*$/%define version ${hb_ver}/g" \
-e "s/^%define releasen .*$/%define releasen ${hb_verstat}/g" \
harbour-wce.spec > ${RPMDIR}/SPECS/harbour-wce.spec
package/harbour-wce.spec > ${RPMDIR}/SPECS/harbour-wce.spec
if which rpmbuild >/dev/null 2>&1
then
RPMBLD="rpmbuild"

View File

@@ -114,7 +114,7 @@ then
-e "s|^%define releasen .*$|%define releasen ${hb_verstat}|g" \
-e "s|^%define hb_ccpath .*$|%define hb_ccpath ${HB_CCPATH}|g" \
-e "s|^%define hb_ccpref .*$|%define hb_ccpref ${HB_CCPREFIX}|g" \
harbour-win.spec > ${RPMDIR}/SPECS/harbour-win.spec
package/harbour-win.spec > ${RPMDIR}/SPECS/harbour-win.spec
if which rpmbuild >/dev/null 2>&1
then
RPMBLD="rpmbuild"