Blame SPECS/perl-PAR-Dist.spec

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