From 42c8f291b06a26d35e1d890b1bad14f720492054 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Jul 16 2013 12:33:13 +0000 Subject: import perl-File-Find-Rule-0.33-4.3.el7.src.rpm --- diff --git a/.perl-File-Find-Rule.metadata b/.perl-File-Find-Rule.metadata new file mode 100644 index 0000000..8d6dbd1 --- /dev/null +++ b/.perl-File-Find-Rule.metadata @@ -0,0 +1 @@ +d9f846664f5bc092051645dbf9b77d0bbb9d3299 SOURCES/File-Find-Rule-0.33.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/perl-File-Find-Rule.spec b/SPECS/perl-File-Find-Rule.spec new file mode 100644 index 0000000..ea631d4 --- /dev/null +++ b/SPECS/perl-File-Find-Rule.spec @@ -0,0 +1,135 @@ +Name: perl-File-Find-Rule +Version: 0.33 +Release: 4.3%{?dist} +Summary: Perl module implementing an alternative interface to File::Find +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/File-Find-Rule/ +Source0: http://www.cpan.org/modules/by-module/File/File-Find-Rule-%{version}.tar.gz + +BuildArch: noarch +BuildRequires: perl +BuildRequires: perl(Carp) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(File::Find) +BuildRequires: perl(File::Spec) +BuildRequires: perl(File::Spec::Functions) +BuildRequires: perl(lib) +BuildRequires: perl(Number::Compare) +BuildRequires: perl(strict) +BuildRequires: perl(Text::Glob) >= 0.07 +BuildRequires: perl(Test::More) +BuildRequires: perl(vars) +BuildRequires: perl(warnings) + +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) + +%description +File::Find::Rule is a friendlier interface to File::Find. It allows +you to build rules which specify the desired files and directories. + +%prep +%setup -q -n File-Find-Rule-%{version} + +%build +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +make pure_install DESTDIR=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} + +chmod -R u+w %{buildroot}/* + +%check +make test + +%files +%doc Changes +%{_bindir}/findrule +%{_mandir}/man1/* +%{perl_vendorlib}/File +%{_mandir}/man3/* + +%changelog +* Tue Jul 16 2013 Petr Šabata - 0.33-4.3 +- Minor polishing for EL7 + +* Tue Jul 09 2013 Petr Šabata - 0.33-4.2 +- Correct dependencies, remove unneeded constructs, and unify whitespace + +* Wed Aug 15 2012 Daniel Mach - 0.33-4.1 +- Rebuild for perl 5.16 + +* Fri Jul 20 2012 Fedora Release Engineering - 0.33-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Mon Jun 11 2012 Petr Pisar - 0.33-3 +- Perl 5.16 rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.33-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Thu Oct 13 2011 Ralf Corsépius - 0.33-1 +- Upstream update. +- Modernize spec file. + +* Mon Jun 20 2011 Marcela Mašláňová - 0.32-6 +- Perl mass rebuild + +* Tue Feb 08 2011 Fedora Release Engineering - 0.32-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Thu Dec 16 2010 Marcela Maslanova - 0.32-4 +- 661697 rebuild for fixing problems with vendorach/lib + +* Sat May 01 2010 Marcela Maslanova - 0.32-3 +- Mass rebuild with perl-5.12.0 + +* Fri Apr 30 2010 Marcela Maslanova - 0.32-2 +- Mass rebuild with perl-5.12.0 + +* Mon Dec 14 2009 Ralf Corsépius - 0.32-1 +- Upstream update. + +* Mon Dec 7 2009 Stepan Kasal - 0.30-9 +- rebuild against perl 5.10.1 + +* Sat Jul 25 2009 Fedora Release Engineering - 0.30-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 0.30-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Wed Feb 27 2008 Tom "spot" Callaway - 0.30-6 +- Rebuild for perl 5.10 (again) + +* Fri Jan 11 2008 Tom "spot" Callaway - 0.30-5 +- rebuild for new perl + +* Tue Dec 11 2007 Ralf Corsépius - 0.30-4 +- Add BR: perl(Test::More) (BZ 419631). + +* Mon Sep 03 2007 Ralf Corsépius - 0.30-3 +- Update license tag. +- Add BR: perl(ExtUtils::MakeMaker). + +* Tue Sep 05 2006 Ralf Corsépius - 0.30-2 +- Mass rebuild. + +* Mon Jun 05 2006 Ralf Corsépius - 0.30-1 +- Upstream update. + +* Sun May 21 2006 Ralf Corsépius - 0.29-1 +- Upstream update. + +* Tue Feb 28 2006 Ralf Corsépius - 0.28-4 +- Rebuild for perl-5.8.8. + +* Tue Aug 16 2005 Ralf Corsepius - 0.28-3 +- Spec cleanup. + +* Wed Aug 10 2005 Ralf Corsepius - 0.28-2 +- FE re-submission. + +* Mon Mar 21 2005 Ralf Corsepius - 0.28-1 +- FE submission.