From 5b4545aac501c7311027842b959f4f4ab4159f11 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Nov 23 2012 12:53:40 +0000 Subject: import perl-prefork-1.04-10.el7.src.rpm --- diff --git a/.perl-prefork.metadata b/.perl-prefork.metadata new file mode 100644 index 0000000..8956fda --- /dev/null +++ b/.perl-prefork.metadata @@ -0,0 +1 @@ +f92d4de1ea268410262a117f992c437ee7e940a4 SOURCES/prefork-1.04.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-prefork.spec b/SPECS/perl-prefork.spec new file mode 100644 index 0000000..6929787 --- /dev/null +++ b/SPECS/perl-prefork.spec @@ -0,0 +1,121 @@ +Name: perl-prefork +Version: 1.04 +Release: 10%{?dist} +Summary: Optimized module loading for forking or non-forking processes +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/prefork/ +Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/prefork-%{version}.tar.gz + +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildArch: noarch + +BuildRequires: perl(Carp) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::More) >= 0.47 +BuildRequires: perl(File::Spec) >= 0.80 +BuildRequires: perl(List::Util) >= 0.18 +BuildRequires: perl(Scalar::Util) >= 1.18 +BuildRequires: perl(strict) +BuildRequires: perl(vars) + +# Required by tests +BuildRequires: perl(Test::Pod) >= 1.00 +BuildRequires: perl(Test::MinimumVersion) >= 0.007 +BuildRequires: perl(Perl::MinimumVersion) >= 1.20 +BuildRequires: perl(Test::CPAN::Meta) >= 0.12 + +%description +Optimized module loading for forking or non-forking processes + +prefork.pm is intended to serve as a central and optional marshalling +point for state detection (are we running in compile-time or run-time +mode) and to act as a relatively light-weight module loader. + +%prep +%setup -q -n prefork-%{version} + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' +find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +chmod -R u+w $RPM_BUILD_ROOT/* + +%check +make test AUTOMATED_TESTING=1 + +%files +%defattr(-,root,root,-) +%doc Changes README LICENSE +%{perl_vendorlib}/prefork* +%{_mandir}/man3/* + +%changelog +* Thu Nov 22 2012 Ralf Corsépius - 1.04-10 +- Remove RHEL spec file compatibility. +- Fix FTBFS (BZ 878829). + +* Fri Jul 20 2012 Fedora Release Engineering - 1.04-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Thu Jun 21 2012 Petr Pisar - 1.04-8 +- Perl 5.16 rebuild + +* Sat Jan 14 2012 Fedora Release Engineering - 1.04-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Jul 19 2011 Petr Sabata - 1.04-6 +- Perl mass rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 1.04-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Tue Dec 21 2010 Marcela Maslanova - 1.04-4 +- 661697 rebuild for fixing problems with vendorach/lib + +* Thu May 06 2010 Marcela Maslanova - 1.04-3 +- Mass rebuild with perl-5.12.0 + +* Mon Dec 7 2009 Stepan Kasal - 1.04-2 +- rebuild against perl 5.10.1 + +* Wed Jul 29 2009 Ralf Corsépius - 1.04-1 +- Upstream update. + +* Sun Jul 26 2009 Fedora Release Engineering - 1.03-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Jun 18 2009 Ralf Corsépius - 1.03-1 +- Upstream update. + +* Thu Feb 26 2009 Fedora Release Engineering - 1.02-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Tue Mar 4 2008 Tom "spot" Callaway - 1.02-2 +- rebuild for new perl + +* Sun Nov 25 2007 Ralf Corsépius - 1.02-1 +- Upstream update. +- Add BR: perl(Test::MinimumVersion). + +* Fri Aug 17 2007 Ralf Corsépius - 1.01-3 +- Update license tag. + +* Tue Sep 05 2006 Ralf Corsépius - 1.01-2 +- Mass rebuild. + +* Mon Aug 07 2006 Ralf Corsépius - 1.01-1 +- Upstream update. + +* Wed Mar 01 2006 Ralf Corsépius - 1.00-3 +- Rebuild for perl-5.8.8. + +* Tue Sep 13 2005 Ralf Corsepius - 1.00-2 +- Spec file cleanup. + +* Sat Sep 10 2005 Ralf Corsepius - 1.00-1 +- FE submission.