RedHat package building changes contributed by Habibie <habibie@MailandNews.com>

This commit is contained in:
curt
2000-03-28 19:49:07 +00:00
parent 3dde4113e7
commit 1547d4ee2f
3 changed files with 12 additions and 3 deletions

View File

@@ -1,6 +1,14 @@
EXTRA_DIST = mksymlinks.sh acsite.m4 acconfig.h
EXTRA_DIST = mksymlinks.sh acsite.m4 acconfig.h
SUBDIRS = simgear
#
# Rule to build RPM distribution package
#
rpm: dist
cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/packages/SOURCES
rpm -ba @PACKAGE@.spec
dist-hook:
tar cf - simgear/metar | (cd $(distdir); tar xvf -)
SUBDIRS = simgear

View File

@@ -227,6 +227,7 @@ AM_CONFIG_HEADER(simgear/config.h)
AC_OUTPUT( \
Makefile \
SimGear.spec \
simgear/Makefile \
simgear/version.h \
simgear/bucket/Makefile \

View File

@@ -205,5 +205,5 @@
#define PACKAGE "SimGear"
/* Version number of package */
#define VERSION "0.0.6"
#define VERSION "0.0.7"