Blame SPECS/perl-prefork.spec

48648c
Name: 		perl-prefork
48648c
Version: 	1.04
48648c
Release: 	26%{?dist}
48648c
Summary: 	Optimized module loading for forking or non-forking processes
48648c
License: 	GPL+ or Artistic
48648c
Group: 		Development/Libraries
48648c
URL: 		http://search.cpan.org/dist/prefork/
48648c
Source0: 	http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/prefork-%{version}.tar.gz
48648c
48648c
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
48648c
BuildArch: noarch
48648c
48648c
BuildRequires: coreutils
48648c
BuildRequires: %{__perl}
48648c
BuildRequires: %{__make}
48648c
BuildRequires: perl-generators
48648c
BuildRequires: perl(inc::Module::Install::DSL) >= 0.91
48648c
# Run-time:
48648c
BuildRequires: perl(Carp)
48648c
BuildRequires: perl(Config)
48648c
BuildRequires: perl(List::Util) >= 0.18
48648c
BuildRequires: perl(Scalar::Util) >= 1.18
48648c
BuildRequires: perl(strict)  
48648c
BuildRequires: perl(vars)  
48648c
# Tests:
48648c
BuildRequires: perl(File::Spec) >= 0.80
48648c
BuildRequires: perl(overload)
48648c
BuildRequires: perl(Test::More) >= 0.47
48648c
48648c
48648c
%description
48648c
Optimized module loading for forking or non-forking processes
48648c
48648c
prefork.pm is intended to serve as a central and optional marshalling
48648c
point for state detection (are we running in compile-time or run-time
48648c
mode) and to act as a relatively light-weight module loader.
48648c
48648c
%prep
48648c
%setup -q -n prefork-%{version}
48648c
rm -r inc/
48648c
48648c
%build
48648c
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
48648c
%{__make} %{?_smp_mflags}
48648c
48648c
%install
48648c
%{__make} pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
48648c
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
48648c
chmod -R u+w $RPM_BUILD_ROOT/*
48648c
48648c
%check
48648c
unset AUTOMATED_TESTING RELEASE_TESTING
48648c
%{__make} test
48648c
48648c
%files
48648c
%doc Changes README
48648c
%license LICENSE
48648c
%{perl_vendorlib}/prefork*
48648c
%{_mandir}/man3/*
48648c
48648c
%changelog
48648c
* Wed Jul 04 2018 Petr Pisar <ppisar@redhat.com> - 1.04-26
48648c
- Disable extra tests and specify all dependencies
48648c
48648c
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.04-25
48648c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
48648c
48648c
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.04-24
48648c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
48648c
48648c
* Tue Jun 06 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.04-23
48648c
- Perl 5.26 rebuild
48648c
48648c
* Thu May 18 2017 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.04-22
48648c
- Eliminate inc. BR: perl(inc::Module::Install) (RHBZ#1452129).
48648c
- Modernize spec.
48648c
48648c
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.04-21
48648c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
48648c
48648c
* Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.04-20
48648c
- Perl 5.24 rebuild
48648c
48648c
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.04-19
48648c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
48648c
48648c
* Tue Jan 26 2016 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.04-18
48648c
- Remove %%defattr.
48648c
- Add %%license.
48648c
- Modernize spec.
48648c
48648c
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.04-17
48648c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
48648c
48648c
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.04-16
48648c
- Perl 5.22 rebuild
48648c
48648c
* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.04-15
48648c
- Perl 5.20 rebuild
48648c
48648c
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.04-14
48648c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
48648c
48648c
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.04-13
48648c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
48648c
48648c
* Wed Jul 31 2013 Petr Pisar <ppisar@redhat.com> - 1.04-12
48648c
- Perl 5.18 rebuild
48648c
48648c
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.04-11
48648c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
48648c
48648c
* Thu Nov 22 2012 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.04-10
48648c
- Remove RHEL spec file compatibility.
48648c
- Fix FTBFS (BZ 878829).
48648c
48648c
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.04-9
48648c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
48648c
48648c
* Thu Jun 21 2012 Petr Pisar <ppisar@redhat.com> - 1.04-8
48648c
- Perl 5.16 rebuild
48648c
48648c
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.04-7
48648c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
48648c
48648c
* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 1.04-6
48648c
- Perl mass rebuild
48648c
48648c
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.04-5
48648c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
48648c
48648c
* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.04-4
48648c
- 661697 rebuild for fixing problems with vendorach/lib
48648c
48648c
* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.04-3
48648c
- Mass rebuild with perl-5.12.0
48648c
48648c
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.04-2
48648c
- rebuild against perl 5.10.1
48648c
48648c
* Wed Jul 29 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.04-1
48648c
- Upstream update.
48648c
48648c
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.03-2
48648c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
48648c
48648c
* Thu Jun 18 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.03-1
48648c
- Upstream update.
48648c
48648c
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.02-3
48648c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
48648c
48648c
* Tue Mar  4 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.02-2
48648c
- rebuild for new perl
48648c
48648c
* Sun Nov 25 2007 Ralf Corsépius <rc040203@freenet.de> - 1.02-1
48648c
- Upstream update.
48648c
- Add BR: perl(Test::MinimumVersion).
48648c
48648c
* Fri Aug 17 2007 Ralf Corsépius <rc040203@freenet.de> - 1.01-3
48648c
- Update license tag.
48648c
48648c
* Tue Sep 05 2006 Ralf Corsépius <rc040203@freenet.de> - 1.01-2
48648c
- Mass rebuild.
48648c
48648c
* Mon Aug 07 2006 Ralf Corsépius <rc040203@freenet.de> - 1.01-1
48648c
- Upstream update.
48648c
48648c
* Wed Mar 01 2006 Ralf Corsépius <rc040203@freenet.de> - 1.00-3
48648c
- Rebuild for perl-5.8.8.
48648c
48648c
* Tue Sep 13 2005 Ralf Corsepius <rc040203@freenet.de> - 1.00-2
48648c
- Spec file cleanup.
48648c
48648c
* Sat Sep 10 2005 Ralf Corsepius <rc040203@freenet.de> - 1.00-1
48648c
- FE submission.