~vorlon/ubuntu/saucy/gourmet/trunk

« back to all changes in this revision

Viewing changes to setup.cfg

  • Committer: Bazaar Package Importer
  • Author(s): Rolf Leggewie
  • Date: 2008-07-26 13:29:41 UTC
  • Revision ID: james.westby@ubuntu.com-20080726132941-6ldd73qmacrzz0bn
Tags: upstream-0.14.0
ImportĀ upstreamĀ versionĀ 0.14.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[dist]
 
2
long_description = Gourmet Recipe Manager is an application to store, organize and search recipes. Gourmet also makes it easy to create shopping lists from recipes. Gourmet imports recipes from a number of sources, including MealMaster and MasterCook archives and several popular websites. Gourmet can export recipes as text, MealMaster files, HTML web pages, and a custom XML format for excahnge with other Gourmet users. Gourmet supports linking images with recipes.
 
3
 
 
4
[bdist_rpm]
 
5
group = Applications/Productivity
 
6
python=python2.4
 
7
 
 
8
# The below funky syntax is vital for our build_rpms script.
 
9
# Each comment between "START NAME" and "END NAME" will be
 
10
# stripped at char 2 (in other words, "# " will be removed) and
 
11
# setup.py bdist_rpm will be run with those options. This allows
 
12
# us to build various rpms with slightly different "requires" as
 
13
# required by the myriad incompatible distros (ugh!)
 
14
 
 
15
# START FEDORA
 
16
# SUFFIX fedora
 
17
# distribution-name = fedora
 
18
# requires = python-reportlab,python-imaging,gnome-python2,pygtk2 > 2.3.96
 
19
# END FEDORA
 
20
 
 
21
# START SUSE
 
22
# SUFFIX suse
 
23
# distribution-name = suse
 
24
# requires = python-reportlab,python-imaging,python-gtk > 2.3.96,python-gnome>1.99,
 
25
# # NOTE: the latest rpmfind has is pygtk 2.2
 
26
# END SUSE
 
27
 
 
28
# START MANDRAKE
 
29
# SUFFIX mdk
 
30
# distribution-name = mdk
 
31
# requires = python-reportlab,python-imaging,pygtk2 > 2.3.96,gnome-python
 
32
# END MANDRAKE
 
33
 
 
34
# START XIMIAN
 
35
# SUFFIX ximian
 
36
# distribution-name = ximian
 
37
# requires = python-reportlab,python-imaging,gnome-python,python-gtk > 2.3.96
 
38
# # NOTE: The latest ximian pygtk rpmfind has is python-gtk-2.0.0-31
 
39
# # NOTE: rpmfind has no ximian package for metakit or python-imaging
 
40
# END XIMIAN
 
41
 
 
42
packager = Tom Hinkle <Thomas_Hinkle@alumni.brown.edu>
 
43
doc_files = CHANGES README