rpm/perl-RPM2
cturner 8a960623df constants to help with dep resolution; from Daniel P. Berrange, berrange@redhat.com
CVS patchset: 7250
CVS date: 2004/05/26 12:26:04
2004-05-26 12:26:04 +00:00
..
Changes prep for release 2004-04-14 12:46:13 +00:00
MANIFEST oops, need the test headerlist in the MANIFEST 2003-12-08 21:41:13 +00:00
Makefile.PL lot of changes to fix some fundamental refcount probs. also add new header sprintf method from James Olin Oden 2003-03-09 09:56:44 +00:00
README initial import of perl-RPM2 2002-04-07 06:45:24 +00:00
RPM2.pm prep for release 2004-04-14 12:46:13 +00:00
RPM2.xs constants to help with dep resolution; from Daniel P. Berrange, berrange@redhat.com 2004-05-26 12:26:04 +00:00
hdlist-test.hdr add bindings and test case to load hdlist files like the python bindings 2003-12-08 21:36:50 +00:00
test-rpm-1.0-1.noarch.rpm vastly improve test suite; add some new methods; add some documentation; use librpm.la to help determine linker parameters 2002-04-14 05:13:23 +00:00
test-rpm-1.0-1.src.rpm vastly improve test suite; add some new methods; add some documentation; use librpm.la to help determine linker parameters 2002-04-14 05:13:23 +00:00
test-rpm.spec vastly improve test suite; add some new methods; add some documentation; use librpm.la to help determine linker parameters 2002-04-14 05:13:23 +00:00
test.pl integrate test patch from ville 2004-04-14 12:44:30 +00:00
typemap changes to make it compile once again on gcc 2.x; some naughtiness crept in 2003-12-09 16:54:59 +00:00

README

RPM2 version 0.01
=================

The README is used to introduce the module and provide instructions on
how to install the module, any machine dependencies it may have (for
example C compilers and installed libraries) and any other information
that should be provided before the module is installed.

A README file is required for CPAN modules since CPAN extracts the
README file from a module distribution so that people browsing the
archive can use it get an idea of the modules uses. It is usually a
good idea to provide version information here so that people can
decide whether fixes for the module are worth downloading.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  blah blah blah

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2001 A. U. Thor blah blah blah