[gramps] Fix up a few dependencies

Jeffrey C. Ollie jcollie at fedoraproject.org
Mon Jan 24 20:50:04 UTC 2011


commit d064a7958631e29cded37a96482820dc15eeba7f
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Mon Jan 24 14:49:54 2011 -0600

    Fix up a few dependencies

 gramps.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/gramps.spec b/gramps.spec
index 39b03ce..705a52c 100644
--- a/gramps.spec
+++ b/gramps.spec
@@ -1,7 +1,7 @@
 #global		_beta 2
 Name:           gramps
 Version:        3.2.5
-Release:        1%{?_beta:.beta%{_beta}}%{?dist}
+Release:        2%{?_beta:.beta%{_beta}}%{?dist}
 Summary:        Genealogical Research and Analysis Management Programming System
 
 Group:          Applications/Productivity
@@ -36,12 +36,11 @@ BuildRequires:  gnome-python2-gnome
 %endif
 Requires:	gnome-python2-gnomeprint
 Requires:	gnome-python2-gtkspell
-Requires:       ImageMagick
 Requires:       pygtk2
 Requires:       pygtk2-libglade
 Requires:       rcs
-Requires:	python-reportlab
 Requires:	graphviz
+Requires:       python-enchant
 
 %if 0%{?fedora} >= 11
 Requires:	gnu-free-serif-fonts
@@ -120,6 +119,10 @@ fi
 %{_mandir}/man1/%{name}.1.gz
 
 %changelog
+* Mon Jan 24 2011 Jeffrey C. Ollie <jeff at ocjtech.us> - 3.2.5-2
+- Removed dependencies on ImageMagik and python-reportlab
+- Added dependency on python-enchant
+
 * Thu Nov 18 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 3.2.5-1
 - Version 3.2.5 -- the "I intend to live forever" bug fix release.
 -


More information about the scm-commits mailing list