rpms/gourmet/devel Makefile, 1.2, 1.3 gourmet.spec, 1.7, 1.8 sources, 1.6, 1.7

Jef Spaleta (jspaleta) fedora-extras-commits at redhat.com
Thu Dec 14 06:48:16 UTC 2006


Author: jspaleta

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

Added Files:
	Makefile gourmet.spec sources 
Log Message:
De-orphaning and upgrading to version 0.12.2


Index: Makefile
===================================================================
RCS file: Makefile
diff -N Makefile
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Makefile	14 Dec 2006 06:47:45 -0000	1.3
@@ -0,0 +1,21 @@
+# Makefile for source rpm: gourmet
+# $Id$
+NAME := gourmet
+SPECFILE = $(firstword $(wildcard *.spec))
+
+define find-makefile-common
+for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
+endef
+
+MAKEFILE_COMMON := $(shell $(find-makefile-common))
+
+ifeq ($(MAKEFILE_COMMON),)
+# attept a checkout
+define checkout-makefile-common
+test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
+endef
+
+MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
+endif
+
+include $(MAKEFILE_COMMON)


Index: gourmet.spec
===================================================================
RCS file: gourmet.spec
diff -N gourmet.spec
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ gourmet.spec	14 Dec 2006 06:47:45 -0000	1.8
@@ -0,0 +1,91 @@
+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+
+Name:		gourmet
+Version:	0.12.2
+Release:	2%{?dist}
+Summary:	Recipe Manager for the GNOME desktop environment
+
+Group:		Applications/Productivity
+License:	GPL
+URL:		http://grecipe-manager.sourceforge.net
+Source0:	http://easynews.dl.sourceforge.net/sourceforge/grecipe-manager/%{name}-%{version}.tar.gz
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildArch:	noarch
+BuildRequires:	python-devel
+BuildRequires:	desktop-file-utils
+BuildRequires:  gettext
+
+Requires: gnome-python2, gnome-python2-gnomeprint
+Requires: metakit
+Requires: pygtk2 
+Requires: PyRTF
+Requires: python-imaging, python-sqlite2, pygtk2-libglade, python-reportlab
+%description
+Gourmet Recipe Manager is a recipe-organizer for GNOME that generates shopping
+lists and allows rapid searching of recipes. It imports mealmaster & mastercook
+files and exports webpages & other formats.
+
+%prep
+%setup -q
+chmod -x data/recipe.dtd
+
+%build
+
+%{__python} setup.py build
+
+%install
+rm -rf %buildroot
+%{__python} setup.py install -O1 --skip-build --root %buildroot \
+  --disable-modules-check
+
+
+desktop-file-install %buildroot%_datadir/applications/gourmet.desktop \
+  --remove-category=Other \
+  --vendor=fedora \
+  --add-category=Utility \
+  --add-category=X-Fedora \
+  --dir=%buildroot%_datadir/applications \
+  --copy-name-to-generic-name \
+  --delete-original
+
+%find_lang %{name}
+
+%clean
+rm -rf %buildroot
+
+
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%doc CHANGES PKG-INFO README TODO
+%doc documentation
+%_bindir/gourmet
+# sitelib stuff
+%{python_sitelib}/gourmet
+# datadir stuff
+%{_datadir}/applications/fedora-gourmet.desktop
+%{_datadir}/pixmaps/recbox.png
+%{_datadir}/gourmet
+
+%changelog
+* Wed Dec 13 2006 Jef Spaleta <jspaleta at gmail.com> - 0.12.2-2
+- Some final specfile cleaning before import into extras cvs
+
+* Tue Dec 12 2006 Jef Spaleta <jspaleta at gmail.com> - 0.12.2-1
+- Update to version 0.12.2 and prepare to unorphan the tree
+
+* Tue Apr 25 2006 Michael A. Peters <mpeters at mac.com> - 0.8.5.14-2
+- try build again
+
+* Fri Mar 17 2006 Michael A. Peters <mpeters at mac.com> - 0.8.5.14-1
+- New upstream version
+- rpmlint cleanup
+
+* Fri Nov 11 2005 Michael A. Peters <mpeters at mac.com> - 0.8.5.13-1
+- New upstream version
+
+* Thu Sep 22 2005 Michael A. Peters <mpeters at mac.com> - 0.8.5.12-1
+- New upstream version
+
+* Mon Jun 13 2005 Michael A. Peters <mpeters at mac.com> - 0.8.5.2-1
+- Initial checkin to cvs


Index: sources
===================================================================
RCS file: sources
diff -N sources
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ sources	14 Dec 2006 06:47:45 -0000	1.7
@@ -0,0 +1 @@
+09dbdd391fd9cd8916a67b4f36d40f1d  gourmet-0.12.2.tar.gz




More information about the scm-commits mailing list