معرفی شرکت ها


cpan2rpm-2.028-alt5.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

cpan2rpm - A Perl module packager
ویژگی مقدار
سیستم عامل Linux
توزیع ALT p10
مخزن ALTLinux classic noarch
نام بسته cpan2rpm
نام فایل بسته cpan2rpm-2.028-alt5.noarch.rpm
نسخه بسته 2.028
انتشار بسته alt5
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Wed 20 Dec 2017 10
هاست سازنده viy-sisyphus.hasher.altlinux.org
نوع بسته .rpm
آدرس صفحه اصلی http://perl.arix.com/cpan2rpm/
مجوز GPL
حجم دانلود 49K
حجم نصب 116.735K
This script generates an RPM package from a Perl module. It uses the standard RPM file structure and creates a spec file, a source RPM, and a binary, leaving these in their respective directories. The script can operate on local files, directories, urls and CPAN module names. Install this package if you want to create RPMs out of Perl modules. The syntax for cpan2rpm supports multiple *distribution* names, which can take one of four different forms: 1. a CPAN module name (e.g. XML::Simple) - When a module name is passed, the script will "walk" search.cpan.org to determine the latest distribution. If an exact match is not found, the CPAN module is used to make this determination. If you have not yet configured this module, please refer to the REQUIREMENTS section below for further instructions. 2. a URL (both http:// and ftp:// style locators will work) - In this and the above case, an automatic download of the needed tarball is performed (see notes for how). The tarball is deposited in the SOURCES directory. 3. a path to a tarball (e.g. /tmp/XML-Simple-1.05.tar.gz) - In this case, the tarball indicated gets copied to the SOURCES directory. 4. a directory path - The directory specified must contain a Makefile.PL. If the user intends to build a package from a directory (i.e. user does NOT specify --spec-only), the commands: perl Makefile.PL make make dist will be performed in that directory in order to create the tarball necessary for package creation.


نیازمندی

مقدار نام
- perl-Compress-Zlib
- perl-URI
- perl-devel
- perl-libwww
- sisyphus
- /usr/bin/perl
- perl(Getopt/Long.pm)
- perl(Pod/PlainText.pm)
- perl(Sys/Hostname.pm)
- rpmlib(PayloadIsLzma)


ارائه دهنده

مقدار نام
= 2.028-alt5 cpan2rpm


نحوه نصب


نصب پکیج rpm cpan2rpm:

    sudo apt-get install cpan2rpm-2.028-alt5.noarch.rpm


فایل ها

مسیرها
/usr/bin/cpan2rpm
/usr/share/doc/cpan2rpm-2.028
/usr/share/doc/cpan2rpm-2.028/Changes
/usr/share/doc/cpan2rpm-2.028/README
/usr/share/man/man1/cpan2rpm.1.xz


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2017-12-20

bugix: fixed build with perl 5.26

2013-11-05

NMU: added missing Pod dependencies

2011-11-18

bugfix: proper macro expansion in /usr/src/RPM/SOURCES

2011-09-29

bugfix: proper prefix in files

2011-08-29

updated to 2.028 upstream release
disabled patch1 (fixed upstream)

2010-11-27

use Pod::PlainText instead Pod::Text (ALT bug #24592)
do not use perl_vendor_man3dir macro

2010-11-05

rebuilt with perl 5.12

2009-09-20

disable run cpan2rpm during build

2008-10-10

hack for directory ownership violation (bug #17453)
do not pack man in generated specs (bug #17468)

2007-06-03

fix some tarball unpacking (bug #11937), thanks viy@

2007-03-01

add sisyphus to requires (fix bug #10955)

2006-11-04

fix requires

2005-09-04

use add_changelog from system
set --no-upgrade-chk --spec-only by default
disable internet checking during build
fix summary generating (remove module name from it)

2005-08-18

add --rpm/--rpm-args options (patch from Sir Raorn (#7636))

2005-06-06

add more compatibility (patch updated)

2005-06-06

add patch for ALT Perl policy compatible spec generating