Changed README to text file.
This commit is contained in:
parent
e405f0ee4e
commit
19dc3a5908
2 changed files with 56 additions and 70 deletions
56
README
Executable file
56
README
Executable file
|
@ -0,0 +1,56 @@
|
|||
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 install
|
||||
|
||||
Where 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 <dave@mag-sol.com>
|
70
README.xml
70
README.xml
|
@ -1,70 +0,0 @@
|
|||
<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>
|
Loading…
Add table
Reference in a new issue