SPECS: gourmet.spec (NEW) - initial

uzsolt uzsolt at pld-linux.org
Fri Sep 5 17:39:44 CEST 2008


Author: uzsolt                       Date: Fri Sep  5 15:39:44 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

---- Files affected:
SPECS:
   gourmet.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/gourmet.spec
diff -u /dev/null SPECS/gourmet.spec:1.1
--- /dev/null	Fri Sep  5 17:39:44 2008
+++ SPECS/gourmet.spec	Fri Sep  5 17:39:39 2008
@@ -0,0 +1,67 @@
+# $Revision$, $Date$
+Summary:	Gourmet Recipe Manager is a simple but powerful recipe-managing application
+Summary(hu.UTF-8):	Gourmet Recipe Manager egy egyszerű, de hatékony recept-nyilvántartó alkalmazás
+Name:		gourmet
+Version:	0.13.4
+Release:	0.1
+License:	GPL v2
+Group:		X11/Applications
+Source0:	http://dl.sourceforge.net/grecipe-manager/%{name}-%{version}-2.tar.gz
+# Source0-md5:	d60b319f05543f837d40abf32c0d1fa8
+URL:		http://grecipe-manager.sourceforge.net/
+BuildRequires:	libglade2-devel
+BuildRequires:	python-PIL-devel
+BuildRequires:	python-gnome-desktop-print
+BuildRequires:	python-pygtk-devel
+BuildRequires:	python-sqlite
+Requires:	python-Reportlab
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Gourmet Recipe Manager is a simple but powerful recipe-managing
+application. Gourmet allows you to collect, search and organize your
+recipes, and to automatically generate shopping lists from your
+collection.
+
+%description -l hu.UTF-8
+Gourmet Recipe Manager egy egyszerű, de hatékony recept-nyilvántartó
+alkalmazás. A Gourmet-tal össze tudod gyűjteni, keresni és
+rendszerezni a receptjeidet és automatikusan elkészíteni a
+bevásárlólistát a gyűjteményed alapján.
+
+%prep
+%setup -q
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python setup.py install --root=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES FAQ README TODO
+%attr(755,root,root) %{_bindir}/gourmet
+%{_desktopdir}/%{name}.desktop
+%{_pixmapsdir}/recbox.png
+%{py_sitescriptdir}/%{name}/*
+%{py_sitescriptdir}/%{name}-%{version}*.egg-info
+%dir %{_datadir}/%{name}
+%dir %{py_sitescriptdir}/gourmet
+%{_datadir}/%{name}/*
+%{_datadir}/locale/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008/09/05 15:39:39  uzsolt
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list