Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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}