Perl library to parse details from an RPM spec file
Find a file
2008-08-25 14:18:59 +00:00
lib/Parse/RPM Added documentation 2008-08-25 14:17:14 +00:00
t Initial revision 2008-08-25 11:37:19 +00:00
Build.PL Initial revision 2008-08-25 11:37:19 +00:00
Changes Initial revision 2008-08-25 11:37:19 +00:00
MANIFEST Various changes 2008-08-25 14:18:34 +00:00
README.xml Removed README and added README.xml 2008-08-25 14:18:59 +00:00

<README>
<NAME>Parse::RPM::Spec</NAME>

<DESCRIPTION>
<SUBSECTION>
<HEAD>WHAT IS Parse::RPM::Spec?</HEAD>
<TEXT>Parse::RPM::Spec is a Perl module which models RPM spec files.</TEXT>
</SUBSECTION>

<SUBSECTION>
<HEAD>HOW DO I INSTALL IT?</HEAD>

<TEXT>Parse::RPM::Spec uses the standard Perl module architecture and can
therefore by installed using the standard Perl method which, in
brief, goes something like this:</TEXT>

<CODE>gzip -cd Parse-RPM-Spec-X.XX.tar.gz | tar xvf -
cd Parse-RPM-Spec-X.XX
perl Build.PL
./Build
./Build test
./Build install</CODE>

<TEXT>Where X.XX is the version number of the module which you are
installing.</TEXT>

<TEXT>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/.</TEXT>
</SUBSECTION>

<SUBSECTION>
<HEAD>WHERE IS THE DOCUMENTATION?</HEAD>

<TEXT>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</TEXT>

<CODE>perldoc Parse::RPM::Spec</CODE>

<TEXT>at a comand prompt.</TEXT>
</SUBSECTION>

<SUBSECTION>
<HEAD>LATEST VERSION</HEAD>

<TEXT>The latest version of this module will always be available from
CPAN.</TEXT>
</SUBSECTION>

<SUBSECTION>
<HEAD>COPYRIGHT</HEAD>

<TEXT>Copyright (C) 2008, Magnum Solutions Ltd.  All Rights Reserved.</TEXT>

<TEXT>This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.</TEXT>
</SUBSECTION>

<SUBSECTION>
<HEAD>ANYTHING ELSE?</HEAD>

<TEXT>If you have any further questions, please contact the author.</TEXT>
</SUBSECTION>
</DESCRIPTION>

<AUTHOR>
<ANAME>Dave Cross</ANAME> <EMAIL>dave@mag-sol.com</EMAIL>
</AUTHOR>
</README>