Patch-release for 0.8.1

svn: r1312
This commit is contained in:
Don Allingham 2003-02-17 03:08:06 +00:00
parent dd13a11222
commit 86224238dd
8 changed files with 23 additions and 9 deletions

2
gramps/configure vendored
View File

@ -1567,7 +1567,7 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
RELEASE=
RELEASE=pl1
VERSIONSTRING=$VERSION
if test x"$RELEASE" != "x"

View File

@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
dnl May need to run automake && aclocal first
AC_INIT(src/gramps.py)
AM_INIT_AUTOMAKE(gramps, 0.8.1)
RELEASE=
RELEASE=pl1
VERSIONSTRING=$VERSION
if test x"$RELEASE" != "x"

View File

@ -1,4 +1,4 @@
.TH gramps 1 "0.8.0" "man page by Brandon L. Griffith" ""
.TH gramps 1 "0.8.1" "man page by Brandon L. Griffith" ""
.SH "NAME"
.LP
gramps \- Genealogical Research and Analysis Management Programming System

View File

@ -1,5 +1,5 @@
%define ver 0.8.0
%define rel pl4
%define ver 0.8.1
%define rel pl1
%define prefix /usr
Summary: Genealogical Research and Analysis Management Programming System.
@ -62,6 +62,13 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/pixmaps/gramps.png
%{_datadir}/locale/*/LC_MESSAGES/gramps.mo
%dir %{_datadir}/gramps
%dir %{_datadir}/gramps/plugins
%dir %{_datadir}/gramps/docgen
%dir %{_datadir}/gramps/filters
%dir %{_datadir}/gramps/data
%dir %{_datadir}/gramps/data/templates
%{_datadir}/gramps/*.xpm
%{_datadir}/gramps/*.jpg
%{_datadir}/gramps/*.png

View File

@ -62,6 +62,13 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/pixmaps/gramps.png
%{_datadir}/locale/*/LC_MESSAGES/gramps.mo
%dir %{_datadir}/gramps
%dir %{_datadir}/gramps/plugins
%dir %{_datadir}/gramps/docgen
%dir %{_datadir}/gramps/filters
%dir %{_datadir}/gramps/data
%dir %{_datadir}/gramps/data/templates
%{_datadir}/gramps/*.xpm
%{_datadir}/gramps/*.jpg
%{_datadir}/gramps/*.png

View File

@ -92,8 +92,8 @@ startup = 1
#
#-------------------------------------------------------------------------
progName = "GRAMPS"
version = "0.8.1-1"
copyright = "© 2001-2002 Donald N. Allingham"
version = "0.8.1-pl1"
copyright = "© 2001-2003 Donald N. Allingham"
authors = ["Donald N. Allingham", "David Hampton","Donald A. Peterson"]
comments = _("GRAMPS (Genealogical Research and Analysis "
"Management Programming System) is a personal "

View File

@ -93,7 +93,7 @@ startup = 1
#-------------------------------------------------------------------------
progName = "GRAMPS"
version = "@VERSIONSTRING@"
copyright = "© 2001-2002 Donald N. Allingham"
copyright = "© 2001-2003 Donald N. Allingham"
authors = ["Donald N. Allingham", "David Hampton","Donald A. Peterson"]
comments = _("GRAMPS (Genealogical Research and Analysis "
"Management Programming System) is a personal "

View File

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.6.3 from Makefile.am.
# Makefile.in generated by automake 1.6.2 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002