Path: usenet.cise.ufl.edu!huron.eel.ufl.edu!usenet.eel.ufl.edu!uky.edu!atl-news-feed1.bbnplanet.com!washdc3-snh1.gtei.net!cpk-news-hub1.bbnplanet.com!news.gtei.net!news.maxwell.syr.edu!newsfeed.corridex.com!nntp2.savvis.net!inetarena.com!not-for-mail
From: Jochen Wiedmann <joe@ispsoft.de>
Newsgroups: comp.lang.perl.announce,comp.lang.perl.misc
Subject: Announce: makerpm.pl
Followup-To: comp.lang.perl.misc
Date: 17 Jun 1999 15:16:41 GMT
Organization: Cybernet AG
Lines: 42
Approved: merlyn@stonehenge.com (comp.lang.perl.announce)
Message-ID: <7kb3gp$ct5$1@play.inetarena.com>
NNTP-Posting-Host: halfdome.holdit.com
X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content.
Xref: usenet.cise.ufl.edu comp.lang.perl.announce:314 comp.lang.perl.misc:88643


Hi,

I'd like to announce the first public release of "makerpm.pl", a script
for generating RPM packages from Perl packages. It is based on the
standard MakeMaker mechanism, thus hopefully compliant to both Perl
and RPM standards. To use it, you simply

  - store makerpm.pl and the packages .tar.gz file in
    /usr/src/redhat/SOURCES
  - run

	makerpm --specs --source=<package>-<version>.tar.gz

    this will create a SPECS file in /usr/src/redhat/SPECS
  - run

	rpm -ba /usr/src/redhat/SPECS/<package>-<version>.spec

    this will create binary and source RPM's


I intend to enhance the script for building PPM files ASAP. Any
feedback welcome.

The script is available from any CPAN mirror, in particular

  ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/JWIED



Bye,

Jochen


-- 
Jochen Wiedmann						joe@ispsoft.de
A mathematician is an engine for converting coffee	+49 7123 14887
into theorems. (Hi, Lukas! :-)


