Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davorg-cpan/parse-rpm-spec
Perl library to parse details from an RPM spec file
https://github.com/davorg-cpan/parse-rpm-spec
cpan cpan-modules hacktoberfest perl rpm
Last synced: 7 days ago
JSON representation
Perl library to parse details from an RPM spec file
- Host: GitHub
- URL: https://github.com/davorg-cpan/parse-rpm-spec
- Owner: davorg-cpan
- Created: 2009-04-12T14:58:25.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T13:23:27.000Z (10 months ago)
- Last Synced: 2024-06-19T11:14:11.268Z (5 months ago)
- Topics: cpan, cpan-modules, hacktoberfest, perl, rpm
- Language: Perl
- Homepage: https://metacpan.org/dist/Parse-RPM-Spec
- Size: 47.9 KB
- Stars: 3
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Parse::RPM::Spec
----------------WHAT IS Parse::RPM::Spec?
Parse::RPM::Spec is a Perl module which models RPM spec files.
HOW DO I INSTALL IT?
Parse::RPM::Spec uses the standard Perl module architecture and can therefore
be installed using the standard Perl method which, in brief, goes something
like this:gzip -cd Parse-RPM-Spec-X.XX.tar.gz | tar xvf -
cd Parse-RPM-Spec-X.XX
perl Build.PL
./Build
./Build test
./Build installWhere X.XX is the version number of the module which you are installing.
You can also install it using either the CPAN shell (cpan) or the CPANPLUS
shell (cpanp). RPMs of this package will be available at
http://rpm.mag-sol.com/.WHERE IS THE DOCUMENTATION?
All of the documentation is currently in POD format in the Parse.pm file. If
you install the module using the standard method you should be able to read
it by typing:perldoc Parse::RPM::Spec
at a comand prompt.
LATEST VERSION
The latest version of this module will always be available from CPAN.
http://search.cpan.org/dist/Parse-RPM-Spec/
COPYRIGHT
Copyright (C) 2008-9, Magnum Solutions Ltd. All Rights Reserved.
This module is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.ANYTHING ELSE?
If you have any further questions, please contact the author.
AUTHOR
Dave Cross