rpms/perl-Sub-Override/F-9 perl-Sub-Override.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Iain Arnell iarnell at fedoraproject.org
Sun Nov 23 06:54:45 UTC 2008


Author: iarnell

Update of /cvs/pkgs/rpms/perl-Sub-Override/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17222/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Sub-Override.spec 
Log Message:
initial import


--- NEW FILE perl-Sub-Override.spec ---
Name:           perl-Sub-Override
Version:        0.08
Release:        2%{?dist}
Summary:        Perl extension for easily overriding subroutines
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Sub-Override/
Source0:        http://www.cpan.org/authors/id/O/OV/OVID/Sub-Override-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::Exception) >= 0.21
BuildRequires:  perl(Test::More) >= 0.47
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Perl extension for easily overriding subroutines.

%prep
%setup -q -n Sub-Override-%{version}

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

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Wed Nov 19 2008 Iain Arnell <iarnell at gmail.com> 0.08-2
- BR Test::Pod and Test::Pod::Coverage

* Tue Nov 18 2008 Iain Arnell <iarnell at gmail.com> 0.08-1
- Specfile autogenerated by cpanspec 1.77.
- Remove bogus requires


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Sub-Override/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Nov 2008 03:50:44 -0000	1.1
+++ .cvsignore	23 Nov 2008 06:54:14 -0000	1.2
@@ -0,0 +1 @@
+Sub-Override-0.08.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Sub-Override/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Nov 2008 03:50:44 -0000	1.1
+++ sources	23 Nov 2008 06:54:14 -0000	1.2
@@ -0,0 +1 @@
+8261e3d77145f0b154641597b7983bd6  Sub-Override-0.08.tar.gz




More information about the Fedora-perl-devel-list mailing list