rpms/gramps/devel gramps.spec,1.20,1.21

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Sun Sep 3 03:58:31 UTC 2006


Author: bpepple

Update of /cvs/extras/rpms/gramps/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23136

Modified Files:
	gramps.spec 
Log Message:
* Sat Sep  2 2006 Brian Pepple <bpepple at fedoraproject.org> - 2.0.11-4
- Rebuild for FC6.
- Remove requires on python, it's no longer needed.
- Use --disable-schemas-install to config.
- Add BR for perl(XML::Parser).



Index: gramps.spec
===================================================================
RCS file: /cvs/extras/rpms/gramps/devel/gramps.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- gramps.spec	1 May 2006 15:16:56 -0000	1.20
+++ gramps.spec	3 Sep 2006 03:58:31 -0000	1.21
@@ -1,6 +1,6 @@
 Name:           gramps
 Version:        2.0.11
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Genealogical Research and Analysis Management Programming System
 
 Group:          Applications/Productivity
@@ -12,6 +12,7 @@
 
 BuildRequires:  desktop-file-utils
 BuildRequires:  gettext
+BuildRequires:	perl(XML::Parser)
 BuildRequires:  gnome-python2-canvas
 BuildRequires:  gnome-python2-gconf
 BuildRequires:  gnome-vfs2-devel
@@ -27,7 +28,6 @@
 Requires:       ImageMagick
 Requires:       pygtk2
 Requires:       pygtk2-libglade
-Requires:   	python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
 Requires:       rcs
 Requires:	python-reportlab >= 1.20
 Requires:	graphviz
@@ -51,15 +51,13 @@
 
 
 %build
-%configure
+%configure --disable-schemas-install
 make
 
 
 %install
 rm -rf ${RPM_BUILD_ROOT}
-export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1"
 %makeinstall GNOME_DATADIR="${RPM_BUILD_ROOT}%{_datadir}"
-unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
 rm -rf ${RPM_BUILD_ROOT}%{_localstatedir}/scrollkeeper
 rm -rf ${RPM_BUILD_ROOT}%{_datadir}/gnome/
 rm -rf ${RPM_BUILD_ROOT}%{_datadir}/mime/{application,mime.cache}
@@ -150,6 +148,12 @@
 
 
 %changelog
+* Sat Sep  2 2006 Brian Pepple <bpepple at fedoraproject.org> - 2.0.11-4
+- Rebuild for FC6.
+- Remove requires on python, it's no longer needed.
+- Use --disable-schemas-install to config.
+- Add BR for perl(XML::Parser).
+
 * Mon May  1 2006 Brian Pepple <bdpepple at ameritech.net> - 2.0.11-3
 - Update to 2.0.11.
 - Drop INSTALL, README & ChangeLog documentation.




More information about the fedora-extras-commits mailing list