Blame SPECS/perl-PAR-Dist.spec

307abd
Name:           perl-PAR-Dist
307abd
Version:        0.49
307abd
Release:        2%{?dist}
307abd
Summary:        Toolkit for creating and manipulating Perl PAR distributions
307abd
License:        GPL+ or Artistic
307abd
Group:          Development/Libraries
307abd
URL:            http://search.cpan.org/dist/PAR-Dist/
307abd
Source0:        http://www.cpan.org/authors/id/R/RS/RSCHUPP/PAR-Dist-%{version}.tar.gz
307abd
BuildArch:      noarch
307abd
BuildRequires:  perl(ExtUtils::MakeMaker)
307abd
# Run-time:
307abd
# perl(Archive::Zip) not tested
307abd
BuildRequires:  perl(Carp)
307abd
BuildRequires:  perl(Cwd)
307abd
BuildRequires:  perl(Exporter)
307abd
# perl(ExtUtils::Install) not tested
307abd
BuildRequires:  perl(ExtUtils::MY)
307abd
BuildRequires:  perl(File::Copy)
307abd
BuildRequires:  perl(File::Find)
307abd
BuildRequires:  perl(File::Path)
307abd
BuildRequires:  perl(File::Spec)
307abd
# perl(LWP::Simple) not tested
307abd
# perl(Module::Signature) >= 0.25 not tested
307abd
BuildRequires:  perl(YAML::Tiny)
307abd
# Tests:
307abd
BuildRequires:  perl(Test)
307abd
BuildRequires:  perl(Test::More)
307abd
# Optional tests:
307abd
BuildRequires:  perl(Test::Pod) >= 1.00
307abd
BuildRequires:  perl(Test::Pod::Coverage) >= 1.00
307abd
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
307abd
Requires:       perl(Archive::Zip)
307abd
Requires:       perl(Cwd)
307abd
Requires:       perl(ExtUtils::Install)
307abd
Requires:       perl(ExtUtils::MY)
307abd
Requires:       perl(File::Copy)
307abd
Requires:       perl(File::Find)
307abd
Requires:       perl(File::Path)
307abd
Requires:       perl(LWP::Simple)
307abd
Requires:       perl(Module::Signature) >= 0.25
307abd
Requires:       perl(YAML::Tiny)
307abd
307abd
%description
307abd
This module creates and manipulates PAR distributions. They are architecture-
307abd
specific PAR files, containing everything under blib/ of CPAN distributions
307abd
after their make or Build stage, a META.yml describing metadata of the
307abd
original CPAN distribution, and a MANIFEST detailing all files within it.
307abd
Digitally signed PAR distributions will also contain a SIGNATURE file.
307abd
307abd
%prep
307abd
%setup -q -n PAR-Dist-%{version}
307abd
307abd
%build
307abd
%{__perl} Makefile.PL INSTALLDIRS=vendor
307abd
make %{?_smp_mflags}
307abd
307abd
%install
307abd
make pure_install DESTDIR=$RPM_BUILD_ROOT
307abd
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
307abd
%{_fixperms} $RPM_BUILD_ROOT/*
307abd
307abd
%check
307abd
make test PERL_TEST_POD=1
307abd
307abd
%files
307abd
%doc Changes README
307abd
%{perl_vendorlib}/*
307abd
%{_mandir}/man3/*
307abd
307abd
%changelog
307abd
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.49-2
307abd
- Mass rebuild 2013-12-27
307abd
307abd
* Wed Oct 24 2012 Petr Pisar <ppisar@redhat.com> - 0.49-1
307abd
- 0.49 bump
307abd
307abd
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.47-6
307abd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
307abd
307abd
* Wed Jun 20 2012 Petr Pisar <ppisar@redhat.com> - 0.47-5
307abd
- Perl 5.16 rebuild
307abd
307abd
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.47-4
307abd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
307abd
307abd
* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 0.47-3
307abd
- Perl mass rebuild
307abd
307abd
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.47-2
307abd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
307abd
307abd
* Tue Dec 21 2010 Steven Pritchard <steve@kspei.com> 0.47-1
307abd
- Update to 0.47.
307abd
307abd
* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.46-4
307abd
- 661697 rebuild for fixing problems with vendorach/lib
307abd
307abd
* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.46-3
307abd
- Mass rebuild with perl-5.12.0
307abd
307abd
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.46-2
307abd
- rebuild against perl 5.10.1
307abd
307abd
* Mon Sep 21 2009 Stepan Kasal <skasal@redhat.com> - 0.46-1
307abd
- new upstream version
307abd
307abd
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.43-3
307abd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
307abd
307abd
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.43-2
307abd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
307abd
307abd
* Mon Feb 02 2009 Steven Pritchard <steve@kspei.com> 0.43-1
307abd
- Update to 0.43.
307abd
- Explicitly require Archive::Zip and YAML::Tiny.
307abd
307abd
* Fri Jan 16 2009 Steven Pritchard <steve@kspei.com> 0.42-1
307abd
- Update to 0.42.
307abd
307abd
* Mon Dec 15 2008 Steven Pritchard <steve@kspei.com> 0.40-1
307abd
- Update to 0.40.
307abd
- BR Archive::Zip and YAML::Tiny for t/03merge_meta.
307abd
307abd
* Thu Sep 25 2008 Marcela Maslanova <mmaslano@redhat.com> 0.34-2
307abd
- forgot apply source
307abd
307abd
* Thu Sep 25 2008 Marcela Maslanova <mmaslano@redhat.com> 0.34-1
307abd
- update to 0.34 -> it was needed for perl-PAR
307abd
307abd
* Sat May 31 2008 Steven Pritchard <steve@kspei.com> 0.31-1
307abd
- Update to 0.31.
307abd
- BR Test::Pod and Test::Pod::Coverage.
307abd
307abd
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.29-2
307abd
- Rebuild for perl 5.10 (again)
307abd
307abd
* Thu Feb 21 2008 Steven Pritchard <steve@kspei.com> 0.29-1
307abd
- Update to 0.29.
307abd
- Use fixperms macro instead of our own chmod incantation.
307abd
- Reformat to match cpanspec output.
307abd
307abd
* Thu Jan 10 2008 Tom "spot" Callaway <tcallawa@redhat.com>  - 0.25-4
307abd
- rebuild (again) for new perl
307abd
307abd
* Thu Jan 10 2008 Tom "spot" Callaway <tcallawa@redhat.com>  - 0.25-3
307abd
- rebuild for new perl
307abd
307abd
* Mon Aug  6 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.25-2
307abd
- License: GPL+ or Artistic
307abd
307abd
* Mon Jul 30 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.25-1
307abd
- 0.25.
307abd
307abd
* Sun Jul 22 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.24-1
307abd
- 0.24.
307abd
307abd
* Mon Jun 25 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.23-1
307abd
- 0.23.
307abd
307abd
* Sun May  6 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.22-1
307abd
- 0.22.
307abd
307abd
* Tue Apr 17 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.21-2
307abd
- BuildRequire perl(ExtUtils::MakeMaker) and perl(Test::More).
307abd
307abd
* Sun Oct 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.21-1
307abd
- 0.21.
307abd
307abd
* Thu Oct 12 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.20-1
307abd
- 0.20.
307abd
307abd
* Sun Sep 17 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.19-1
307abd
- 0.19.
307abd
307abd
* Mon Aug 28 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.18-1
307abd
- 0.18.
307abd
307abd
* Tue Aug 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.16-1
307abd
- 0.16.
307abd
307abd
* Sat Jul 29 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.15-1
307abd
- 0.15.
307abd
307abd
* Sun Jul 23 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.14-1
307abd
- 0.14.
307abd
307abd
* Thu Jul 20 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.11-1
307abd
- 0.11.
307abd
- Fix order of options to find(1) in %%install.
307abd
307abd
* Thu Jun  8 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.10-1
307abd
- 0.10.
307abd
307abd
* Fri Feb 24 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.08-1
307abd
- 0.08.
307abd
- Specfile cleanups.
307abd
307abd
* Thu Mar 17 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.07-3
307abd
- Avoid running signature test during build.
307abd
- Sync with fedora-rpmdevtools' Perl spec template.
307abd
307abd
* Sun Apr 25 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.07-0.fdr.2
307abd
- Require perl(:MODULE_COMPAT_*).
307abd
307abd
* Sat Mar 27 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.07-0.fdr.1
307abd
- First build.