Patch-release for 0.8.1
svn: r1312
This commit is contained in:
parent
a268c2b7f8
commit
8881f035a3
2
configure
vendored
2
configure
vendored
@ -1567,7 +1567,7 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
RELEASE=
|
RELEASE=pl1
|
||||||
|
|
||||||
VERSIONSTRING=$VERSION
|
VERSIONSTRING=$VERSION
|
||||||
if test x"$RELEASE" != "x"
|
if test x"$RELEASE" != "x"
|
||||||
|
@ -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.1)
|
AM_INIT_AUTOMAKE(gramps, 0.8.1)
|
||||||
RELEASE=
|
RELEASE=pl1
|
||||||
|
|
||||||
VERSIONSTRING=$VERSION
|
VERSIONSTRING=$VERSION
|
||||||
if test x"$RELEASE" != "x"
|
if test x"$RELEASE" != "x"
|
||||||
|
@ -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"
|
.SH "NAME"
|
||||||
.LP
|
.LP
|
||||||
gramps \- Genealogical Research and Analysis Management Programming System
|
gramps \- Genealogical Research and Analysis Management Programming System
|
||||||
|
11
gramps.spec
11
gramps.spec
@ -1,5 +1,5 @@
|
|||||||
%define ver 0.8.0
|
%define ver 0.8.1
|
||||||
%define rel pl4
|
%define rel pl1
|
||||||
%define prefix /usr
|
%define prefix /usr
|
||||||
|
|
||||||
Summary: Genealogical Research and Analysis Management Programming System.
|
Summary: Genealogical Research and Analysis Management Programming System.
|
||||||
@ -62,6 +62,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/pixmaps/gramps.png
|
%{_datadir}/pixmaps/gramps.png
|
||||||
%{_datadir}/locale/*/LC_MESSAGES/gramps.mo
|
%{_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/*.xpm
|
||||||
%{_datadir}/gramps/*.jpg
|
%{_datadir}/gramps/*.jpg
|
||||||
%{_datadir}/gramps/*.png
|
%{_datadir}/gramps/*.png
|
||||||
|
@ -62,6 +62,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/pixmaps/gramps.png
|
%{_datadir}/pixmaps/gramps.png
|
||||||
%{_datadir}/locale/*/LC_MESSAGES/gramps.mo
|
%{_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/*.xpm
|
||||||
%{_datadir}/gramps/*.jpg
|
%{_datadir}/gramps/*.jpg
|
||||||
%{_datadir}/gramps/*.png
|
%{_datadir}/gramps/*.png
|
||||||
|
@ -92,8 +92,8 @@ startup = 1
|
|||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
progName = "GRAMPS"
|
progName = "GRAMPS"
|
||||||
version = "0.8.1-1"
|
version = "0.8.1-pl1"
|
||||||
copyright = "© 2001-2002 Donald N. Allingham"
|
copyright = "© 2001-2003 Donald N. Allingham"
|
||||||
authors = ["Donald N. Allingham", "David Hampton","Donald A. Peterson"]
|
authors = ["Donald N. Allingham", "David Hampton","Donald A. Peterson"]
|
||||||
comments = _("GRAMPS (Genealogical Research and Analysis "
|
comments = _("GRAMPS (Genealogical Research and Analysis "
|
||||||
"Management Programming System) is a personal "
|
"Management Programming System) is a personal "
|
||||||
|
@ -93,7 +93,7 @@ startup = 1
|
|||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
progName = "GRAMPS"
|
progName = "GRAMPS"
|
||||||
version = "@VERSIONSTRING@"
|
version = "@VERSIONSTRING@"
|
||||||
copyright = "© 2001-2002 Donald N. Allingham"
|
copyright = "© 2001-2003 Donald N. Allingham"
|
||||||
authors = ["Donald N. Allingham", "David Hampton","Donald A. Peterson"]
|
authors = ["Donald N. Allingham", "David Hampton","Donald A. Peterson"]
|
||||||
comments = _("GRAMPS (Genealogical Research and Analysis "
|
comments = _("GRAMPS (Genealogical Research and Analysis "
|
||||||
"Management Programming System) is a personal "
|
"Management Programming System) is a personal "
|
||||||
|
@ -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@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
||||||
|
Loading…
Reference in New Issue
Block a user