rpms/perl-File-Next/devel perl-File-Next.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ian Burrell (iburrell) fedora-extras-commits at redhat.com
Mon Feb 12 19:28:52 UTC 2007


Author: iburrell

Update of /cvs/extras/rpms/perl-File-Next/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20351/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-File-Next.spec 
Log Message:
auto-import perl-File-Next-0.38-2 on branch devel from perl-File-Next-0.38-2.src.rpm


--- NEW FILE perl-File-Next.spec ---
Name:           perl-File-Next
Version:        0.38
Release:        2%{?dist}
Summary:        File::Next Perl module
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/File-Next/
Source0:        http://www.cpan.org/modules/by-module/File/File-Next-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
BuildRequires:  perl(Test::Pod) >= 1.14
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
File::Next is an iterator-based module for finding files.  It's
lightweight, has no dependencies, runs under taint mode, and puts your
program more directly in control of file selection.

%prep
%setup -q -n File-Next-%{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 perlcriticrc README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Tue Jan 30 2007 Ian M. Burrell <ianburrell at gmail.com> - 0.38-2
- Add BuildRequires Test::Pod and Test::Pod::Coverage

* Mon Jan 29 2007 Ian Burrell <ianburrell at gmail.com> 0.38-1
- Specfile autogenerated by cpanspec 1.69.1.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-File-Next/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Feb 2007 18:51:28 -0000	1.1
+++ .cvsignore	12 Feb 2007 19:28:20 -0000	1.2
@@ -0,0 +1 @@
+File-Next-0.38.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-File-Next/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Feb 2007 18:51:28 -0000	1.1
+++ sources	12 Feb 2007 19:28:20 -0000	1.2
@@ -0,0 +1 @@
+3ba4accaafebd1dcada17839c122eca6  File-Next-0.38.tar.gz




More information about the scm-commits mailing list