[gourmet] No longer depends on metakit, Cleanup spec

Peter Robinson pbrobinson at fedoraproject.org
Sat Aug 16 13:41:08 UTC 2014


commit 0849f6a288bff705652140d64ceca72af59e3856
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sat Aug 16 14:41:07 2014 +0100

    No longer depends on metakit, Cleanup spec

 gourmet.spec |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/gourmet.spec b/gourmet.spec
index 6707a65..11dd154 100644
--- a/gourmet.spec
+++ b/gourmet.spec
@@ -2,7 +2,7 @@
 
 Name:		gourmet
 Version:	0.17.4
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Recipe Manager for the GNOME desktop environment
 
 Group:		Applications/Productivity
@@ -16,7 +16,7 @@ BuildRequires:	desktop-file-utils
 BuildRequires:	gettext,intltool
 
 Requires: gnome-python2, gnome-python2-gnomeprint
-Requires: metakit,pypoppler
+Requires: pypoppler
 Requires: pygtk2, gnome-python2-gtkspell 
 Requires: PyRTF,python-sqlalchemy
 Requires: python-imaging, pygtk2-libglade, python-reportlab, python-BeautifulSoup
@@ -33,7 +33,6 @@ files and exports web pages & other formats.
 %{__python} setup.py build
 
 %install
-rm -rf %buildroot
 %{__python} setup.py install --root %buildroot 
 rm -rf %{buildroot}/usr/share/doc/gourmet
 
@@ -43,12 +42,8 @@ desktop-file-install build/share/applications/gourmet.desktop \
 
 %find_lang %{name}
 
-%clean
-rm -rf %buildroot
-
 
 %files -f %{name}.lang
-%defattr(-,root,root,-)
 %doc CHANGES README.md FAQ LICENSE
 # documentation
 # sitelib stuff
@@ -62,6 +57,10 @@ rm -rf %buildroot
 %{_bindir}/%{name}
 
 %changelog
+* Sat Aug 16 2014 Peter Robinson <pbrobinson at fedoraproject.org> 0.17.4-2
+- No longer depends on metakit
+- Cleanup spec
+
 * Sun Jun 08 2014 Richard Hughes <richard at hughsie.com> - 0.17.4-1
 - New upstream release
 - Remove upstreamed patches


More information about the scm-commits mailing list