perl RPMMD
==========

Set of tools for RPM-MD (http://createrepo.baseurl.org/) software repositories.

The project currently contains mirroring and filtering tools and some parsers
which extract specific data (not complete data). If you want other tools to be
part of the project, you're welcome to join and add new ones.


Building

No building is required, but there are a few handy cmake make targets provided.

 mkdir $BUILDDIR
 cd $BUILDDIR
 cmake $SRCDIR
 make test         # run the auto testsuite
 make install      # install the perl modules
 make srcpackage   # prepare a source tarball, rpm spec file and changelog
                   # in $BUILDDIR/package


Hacking

The project's git repository is at git://gitorious.org/perl-rpmmd/perl-rpmmd.git

  git clone git://gitorious.org/perl-rpmmd/perl-rpmmd.git

See HACKING file for coding rules. See also the TODO file for planned tasks.


License

  Copyright (C) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany

  This program is free software: you can redistribute it and/or
  modify it under the terms of the GNU Lesser General Public
  License as published by the Free Software Foundation; either
  version 2.1 of the License, or (at your option) version 3.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU Lesser General Public License for more details.

  See lgpl-2.1.txt or lgpl-3.txt files that come with this package
  for a full copy of the GNU Lesser General Public License
  version 2.1 or version 3 respectively, or see
  http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
  or http://www.gnu.org/licenses/lgpl-3.0.txt
