diff --git a/configure b/configure index 612c305c5..86fe56287 100755 --- a/configure +++ b/configure @@ -1567,7 +1567,7 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" -RELEASE= +RELEASE=pl1 VERSIONSTRING=$VERSION if test x"$RELEASE" != "x" diff --git a/configure.in b/configure.in index 03dae6f3a..cdae0187e 100644 --- a/configure.in +++ b/configure.in @@ -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" diff --git a/doc/gramps.1 b/doc/gramps.1 index 5552e925d..316bed19f 100644 --- a/doc/gramps.1 +++ b/doc/gramps.1 @@ -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 diff --git a/gramps.spec b/gramps.spec index c3a857d39..26a514df0 100644 --- a/gramps.spec +++ b/gramps.spec @@ -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 diff --git a/gramps.spec.in b/gramps.spec.in index 38b9c751c..a2907463f 100644 --- a/gramps.spec.in +++ b/gramps.spec.in @@ -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 diff --git a/src/const.py b/src/const.py index 76137e910..9a801986f 100644 --- a/src/const.py +++ b/src/const.py @@ -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 " diff --git a/src/const.py.in b/src/const.py.in index 50f7f17ac..6bd6a034d 100644 --- a/src/const.py.in +++ b/src/const.py.in @@ -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 " diff --git a/src/po/Makefile.in b/src/po/Makefile.in index 83cca38d8..f05fa6356 100644 --- a/src/po/Makefile.in +++ b/src/po/Makefile.in @@ -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