Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tehmaze/specinfo
Gather information from a spec file
https://github.com/tehmaze/specinfo
Last synced: 9 days ago
JSON representation
Gather information from a spec file
- Host: GitHub
- URL: https://github.com/tehmaze/specinfo
- Owner: tehmaze
- Created: 2011-03-12T00:49:16.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-03-12T13:40:19.000Z (over 13 years ago)
- Last Synced: 2024-05-01T20:38:02.462Z (6 months ago)
- Language: C
- Homepage:
- Size: 148 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
==========
specinfo
==========Gather information from a spec file, as used by the RPM Package Manager
build specification files.Requirements
============This was tested on RPM version 4 (Red Hat Enterprise Linux 5.6). You need
at least the ``rpm-build`` and ``gcc`` packages installed.Example
=======::
$ ./specinfo test.spec
file: test.spec
name: test
version: 0
release: 0.RHEL5_x64
group: test
license: test
summary: test
requires: %{requires}
provides: %{provides}
obsoletes: %{obsoletes}