Пакет perl-Module-Starter: Specfile

#
#   - Module::Starter -
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#   The following arguments were used:
#       '--packager=Igor Vlasenko <viy@altlinux.ru>' --rpm-args '--define '_sourcedir /home/igor/src/RPM/SOURCES/perl-Module-Starter' --nodeps' /home/igor/Module-Starter-1.50.tar.gz
#   For more information on cpan2rpm please visit: http://perl.arix.com/
#

%define module Module-Starter
%define m_distro Module-Starter
%define m_name Module::Starter
%define m_author_id unknown
%define _enable_test 1

Name: perl-Module-Starter
Version: 1.58
Release: alt1

Summary: a simple starter kit for any module

License: Artistic
Group: Development/Perl
Url: http://www.cpan.org

Packager: Igor Vlasenko <viy@altlinux.ru>

BuildArch: noarch
Source: http://www.cpan.org/authors/id/X/XS/XSAWYERX/Module-Starter-%{version}.tar.gz

# Automatically added by buildreq on Sat Jan 03 2009
BuildRequires: perl-Test-Pod perl-Test-Pod-Coverage
BuildRequires: perl-Pod-Parser perl(Path/Class.pm)

%description
This is the core module for Module::Starter.  If you're not looking to extend
or alter the behavior of this module, you probably want to look at
module-starter instead.

Module::Starter is used to create a skeletal CPAN distribution, including basic
builder scripts, tests, documentation, and module code.  This is done through
just one method, "create_distro".

%prep
%setup -q -n %m_distro-%version
%build
%perl_vendor_build INSTALLMAN1DIR=%_man1dir

%install
%perl_vendor_install

%files
%_bindir/module-starter
%perl_vendor_privlib/*
%exclude %perl_vendor_archlib
%_man1dir/*

%changelog
* Thu Sep 29 2011 Igor Vlasenko <viy@altlinux.ru> 1.58-alt1
- automated CPAN update

* Sat Nov 06 2010 Vladimir Lettiev <crux@altlinux.ru> 1.54-alt1.1
- rebuilt with perl 5.12

* Tue Jul 13 2010 Igor Vlasenko <viy@altlinux.ru> 1.54-alt1
- automated CPAN update

* Sat Jan 03 2009 Igor Vlasenko <viy@altlinux.ru> 1.50-alt1
- first build for ALT Linux Sisyphus