rpms/perl-Module-Starter/devel perl-Module-Starter.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Mon Aug 7 14:40:30 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-Module-Starter/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3222/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Module-Starter.spec 
Log Message:
auto-import perl-Module-Starter-1.42-2.fc5 on branch devel from perl-Module-Starter-1.42-2.fc5.src.rpm


--- NEW FILE perl-Module-Starter.spec ---
Name:           perl-Module-Starter
Version:        1.42        
Release:        2%{?dist}
Summary:        A simple starter kit for any module

Group:          Development/Libraries
License:        Artistic or GPL        
URL:            http://search.cpan.org/dist/Module-Starter            
Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/Module-Starter-%{version}.tar.gz        
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

## core
BuildRequires:  perl
#BuildRequires: perl(Test::More), perl(ExtUtils::Command), perl(File::Spec)
## non-core
BuildRequires:  perl(Getopt::Long), perl(Pod::Usage)
BuildRequires:  perl(Test::Pod::Coverage), perl(Test::Pod)

BuildArch: noarch 
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))


%description
This is a CPAN module/utility to assist in the creation of new modules in a
sensible and sane fashion.  Unless you're interested in extending the
functionality of this module, you should examine the documentation for
'module-starter', for information on how to use this tool.

It is noted that there are a number of extensions to this tool, including
plugins to create modules using templates as recommended by Damian Conway's
"Perl Best Practices" (O'Reilly, 2005).  (See also the package
perl-Module-Starter-PBP for the aformentioned templates.)


%prep
%setup -q -n Module-Starter-%{version}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w %{buildroot}/*


%check
make test


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_bindir}/*
%{_mandir}/man[13]/*.[13]*


%changelog
* Sun Aug 06 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.42-2
- add additional br's for test suite: 
  perl(Test::Pod::Coverage), perl(Test::Pod)

* Sat Aug 05 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.42-1 
- Initial spec file for F-E


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Starter/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Aug 2006 14:40:11 -0000	1.1
+++ .cvsignore	7 Aug 2006 14:40:30 -0000	1.2
@@ -0,0 +1 @@
+Module-Starter-1.42.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Starter/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Aug 2006 14:40:11 -0000	1.1
+++ sources	7 Aug 2006 14:40:30 -0000	1.2
@@ -0,0 +1 @@
+baf4a379d93c3a49c90a889626783d88  Module-Starter-1.42.tar.gz




More information about the fedora-extras-commits mailing list