README

NAME

App::Module2Rpm

SYNOPSIS

# Download the source of a Raku module, write the spec file and upload them to OBS.
module2rpm --module=Module::Name

# Download the source, write the spec file and upload them to OBS for each line in a file.
module2rm --file=filePath

DESCRIPTION

Please, note: This is still not a 1.0 release. Modules with certain dependencies might fail.

This program downloads the source of a given Raku module, writes the spec file with the module metadata and uploaded them to Open Build Service (OBS). There are two commandline parameter:

  • --module=Module::Name Looks for the metadata of the given name to find the source download url and metadata.

  • --file=FilePath Handles each line in the file as either module name or metadata download url.

AUTHOR

wbiker [email protected]

Module2Rpm v0.0.3

Create RPM's from raku modules.

Authors

  • wolf

License

Apache License 2.0

Dependencies

File::TempJSON::FastCro::HTTPXMLConfig::Clever

Test Dependencies

Provides

  • Module2Rpm::Archive::Gzip
  • Module2Rpm::Archive::Tar
  • Module2Rpm::Cro::Client
  • Module2Rpm::Download::Git
  • Module2Rpm::FindLibraryNameForOpenSuse
  • Module2Rpm::FindLibraryNameWithFindProvides
  • Module2Rpm::Helper
  • Module2Rpm::Internet::LWP
  • Module2Rpm::Package
  • Module2Rpm::Role::Archive
  • Module2Rpm::Role::Download
  • Module2Rpm::Role::FindLibraryName
  • Module2Rpm::Role::Internet
  • Module2Rpm::Spec
  • Module2Rpm::Upload::OBS

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.