File: control

package info (click to toggle)
spectacle 0.25-1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 1,212 kB
  • ctags: 392
  • sloc: python: 3,647; sh: 84; makefile: 70
file content (33 lines) | stat: -rw-r--r-- 1,271 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: spectacle
Section: devel
Priority: optional
Maintainer: Philippe Coval <rzr@gna.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: python (>= 2.3.5-7),
 dh-python,
 python-cheetah, markdown
X-Python-Version: >= 2.3
Standards-Version: 3.9.5
Homepage: http://meego.gitorious.org/meego-developer-tools/spectacle

Package: spectacle
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
 python-cheetah, python-urlgrabber, python-yaml
Suggests: meego-packaging-tools | packaging-tools
Description: RPM Spec file generator and management tool
 Spectacle is a tool for managing and creating RPM spec files. It includes the
 tool to generate spec files from metadata file in YAML format, and tools to
 convert spec files or spec-builder's ini files to YAML format.
 .
 For spectacle managed packages, all generic packaging information will be
 stored in the YAML file, and it also allows maintaining customizations in the
 spec file directly with special enclosure tags.
 .
 The following tools are installed:
  * specify
    the tool to generate or to update spec file, based on YAML
  * ini2spectacle
    the tool to convert spec-builder .ini to YAML and new spec file
  * spec2spectacle
    the tool to convert original spec to YAML and new spec file