Update for 0.8.0 release candidate 1
svn: r1086
This commit is contained in:
parent
27d62faf65
commit
2fb87badc4
@ -133,7 +133,8 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
|
|||||||
uninstall-recursive check-recursive installcheck-recursive
|
uninstall-recursive check-recursive installcheck-recursive
|
||||||
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
|
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
|
||||||
Makefile.in NEWS TODO aclocal.m4 configure configure.in \
|
Makefile.in NEWS TODO aclocal.m4 configure configure.in \
|
||||||
gramps.sh.in gramps.spec.in install-sh py-compile
|
gramps.sh.in gramps.spec.in install-sh missing mkinstalldirs \
|
||||||
|
py-compile
|
||||||
DIST_SUBDIRS = $(SUBDIRS)
|
DIST_SUBDIRS = $(SUBDIRS)
|
||||||
all: all-recursive
|
all: all-recursive
|
||||||
|
|
||||||
|
2385
gramps/configure
vendored
2385
gramps/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
dnl May need to run automake && aclocal first
|
dnl May need to run automake && aclocal first
|
||||||
AC_INIT(src/gramps.py)
|
AC_INIT(src/gramps.py)
|
||||||
AM_INIT_AUTOMAKE(gramps, 0.8.0)
|
AM_INIT_AUTOMAKE(gramps, 0.8.0)
|
||||||
RELEASE=pre
|
RELEASE=rc1
|
||||||
|
|
||||||
VERSIONSTRING=$VERSION
|
VERSIONSTRING=$VERSION
|
||||||
if test x"$RELEASE" != "x"
|
if test x"$RELEASE" != "x"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
%define ver 0.8.0
|
%define ver 0.8.0
|
||||||
%define rel pre
|
%define rel rc1
|
||||||
%define prefix /usr
|
%define prefix /usr
|
||||||
|
|
||||||
Summary: Genealogical Research and Analysis Management Programming System.
|
Summary: Genealogical Research and Analysis Management Programming System.
|
||||||
|
Loading…
Reference in New Issue
Block a user