cvsextras ca43c8c
Name:           perl-PAR-Dist
a1bb4c3
Version:        0.49
171b121
Release:        17%{?dist}
cvsextras ca43c8c
Summary:        Toolkit for creating and manipulating Perl PAR distributions
784904b
License:        GPL+ or Artistic
8ec121b
URL:            https://metacpan.org/release/PAR-Dist
8ec121b
Source0:        https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/PAR-Dist-%{version}.tar.gz
cvsextras ca43c8c
BuildArch:      noarch
a102ac1
BuildRequires:  perl-generators
0657bff
BuildRequires:  perl(ExtUtils::MakeMaker)
a1bb4c3
# Run-time:
a1bb4c3
# perl(Archive::Zip) not tested
a1bb4c3
BuildRequires:  perl(Carp)
a1bb4c3
BuildRequires:  perl(Cwd)
a1bb4c3
BuildRequires:  perl(Exporter)
a1bb4c3
# perl(ExtUtils::Install) not tested
a1bb4c3
BuildRequires:  perl(ExtUtils::MY)
a1bb4c3
BuildRequires:  perl(File::Copy)
a1bb4c3
BuildRequires:  perl(File::Find)
a1bb4c3
BuildRequires:  perl(File::Path)
a1bb4c3
BuildRequires:  perl(File::Spec)
2326ee9
# perl(LWP::Simple) not tested
a1bb4c3
# perl(Module::Signature) >= 0.25 not tested
ba5511c
BuildRequires:  perl(YAML::Tiny)
a1bb4c3
# Tests:
a1bb4c3
BuildRequires:  perl(Test)
a1bb4c3
BuildRequires:  perl(Test::More)
a1bb4c3
# Optional tests:
a1bb4c3
BuildRequires:  perl(Test::Pod) >= 1.00
a1bb4c3
BuildRequires:  perl(Test::Pod::Coverage) >= 1.00
a1bb4c3
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
8a45d0f
Requires:       perl(Archive::Zip)
a1bb4c3
Requires:       perl(Cwd)
a1bb4c3
Requires:       perl(ExtUtils::Install)
a1bb4c3
Requires:       perl(ExtUtils::MY)
a1bb4c3
Requires:       perl(File::Copy)
a1bb4c3
Requires:       perl(File::Find)
a1bb4c3
Requires:       perl(File::Path)
a1bb4c3
Requires:       perl(LWP::Simple)
a1bb4c3
Requires:       perl(Module::Signature) >= 0.25
8a45d0f
Requires:       perl(YAML::Tiny)
cvsextras ca43c8c
cvsextras ca43c8c
%description
74706e6
This module creates and manipulates PAR distributions. They are architecture-
74706e6
specific PAR files, containing everything under blib/ of CPAN distributions
74706e6
after their make or Build stage, a META.yml describing metadata of the
74706e6
original CPAN distribution, and a MANIFEST detailing all files within it.
74706e6
Digitally signed PAR distributions will also contain a SIGNATURE file.
cvsextras ca43c8c
cvsextras ca43c8c
%prep
cvsextras ca43c8c
%setup -q -n PAR-Dist-%{version}
cvsextras ca43c8c
cvsextras ca43c8c
%build
5f041df
%{__perl} Makefile.PL INSTALLDIRS=vendor
5f041df
make %{?_smp_mflags}
cvsextras ca43c8c
cvsextras ca43c8c
%install
34dda70
make pure_install DESTDIR=$RPM_BUILD_ROOT
74706e6
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
74706e6
%{_fixperms} $RPM_BUILD_ROOT/*
cvsextras ca43c8c
4970561
%check
0ffbd8b
make test PERL_TEST_POD=1
cvsextras ca43c8c
cvsextras ca43c8c
%files
cvsextras ca43c8c
%doc Changes README
74706e6
%{perl_vendorlib}/*
74706e6
%{_mandir}/man3/*
cvsextras ca43c8c
cvsextras ca43c8c
%changelog
171b121
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.49-17
171b121
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
171b121
5e8948f
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.49-16
5e8948f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
5e8948f
dbd1e91
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.49-15
dbd1e91
- Perl 5.28 rebuild
dbd1e91
901535e
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.49-14
901535e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
901535e
a80b53c
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.49-13
a80b53c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
a80b53c
5c0353f
* Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.49-12
5c0353f
- Perl 5.26 rebuild
5c0353f
15bf3fc
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.49-11
15bf3fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
15bf3fc
6e407f7
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.49-10
6e407f7
- Perl 5.24 rebuild
6e407f7
f3861e3
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.49-9
f3861e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
f3861e3
5725cca
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.49-8
5725cca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
5725cca
4abbd78
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.49-7
4abbd78
- Perl 5.22 rebuild
4abbd78
c63737b
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.49-6
c63737b
- Perl 5.20 rebuild
c63737b
76a3087
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.49-5
76a3087
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
76a3087
d3a888f
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.49-4
d3a888f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
d3a888f
3abaf3e
* Sun Jul 21 2013 Petr Pisar <ppisar@redhat.com> - 0.49-3
3abaf3e
- Perl 5.18 rebuild
3abaf3e
690c2e7
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.49-2
690c2e7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
690c2e7
a1bb4c3
* Wed Oct 24 2012 Petr Pisar <ppisar@redhat.com> - 0.49-1
a1bb4c3
- 0.49 bump
a1bb4c3
d93716e
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.47-6
d93716e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d93716e
fd9e815
* Wed Jun 20 2012 Petr Pisar <ppisar@redhat.com> - 0.47-5
fd9e815
- Perl 5.16 rebuild
fd9e815
f72932b
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.47-4
f72932b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f72932b
Petr Sabata c810f31
* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 0.47-3
Petr Sabata c810f31
- Perl mass rebuild
Petr Sabata c810f31
b268f69
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.47-2
b268f69
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b268f69
Steven Pritchard 9f9c3e9
* Tue Dec 21 2010 Steven Pritchard <steve@kspei.com> 0.47-1
Steven Pritchard 9f9c3e9
- Update to 0.47.
Steven Pritchard 9f9c3e9
1ae3f94
* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.46-4
1ae3f94
- 661697 rebuild for fixing problems with vendorach/lib
1ae3f94
b4169a3
* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.46-3
b4169a3
- Mass rebuild with perl-5.12.0
b4169a3
3fce621
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.46-2
3fce621
- rebuild against perl 5.10.1
3fce621
b7ab54c
* Mon Sep 21 2009 Stepan Kasal <skasal@redhat.com> - 0.46-1
b7ab54c
- new upstream version
b7ab54c
8d9a340
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.43-3
8d9a340
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
8d9a340
900b320
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.43-2
900b320
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
900b320
8a45d0f
* Mon Feb 02 2009 Steven Pritchard <steve@kspei.com> 0.43-1
8a45d0f
- Update to 0.43.
8a45d0f
- Explicitly require Archive::Zip and YAML::Tiny.
8a45d0f
c28506b
* Fri Jan 16 2009 Steven Pritchard <steve@kspei.com> 0.42-1
c28506b
- Update to 0.42.
c28506b
ba5511c
* Mon Dec 15 2008 Steven Pritchard <steve@kspei.com> 0.40-1
ba5511c
- Update to 0.40.
ba5511c
- BR Archive::Zip and YAML::Tiny for t/03merge_meta.
ba5511c
f8bb1d1
* Thu Sep 25 2008 Marcela Maslanova <mmaslano@redhat.com> 0.34-2
f8bb1d1
- forgot apply source
f8bb1d1
a02a136
* Thu Sep 25 2008 Marcela Maslanova <mmaslano@redhat.com> 0.34-1
a02a136
- update to 0.34 -> it was needed for perl-PAR
a02a136
0ffbd8b
* Sat May 31 2008 Steven Pritchard <steve@kspei.com> 0.31-1
0ffbd8b
- Update to 0.31.
0ffbd8b
- BR Test::Pod and Test::Pod::Coverage.
0ffbd8b
1e02e4f
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.29-2
1e02e4f
- Rebuild for perl 5.10 (again)
1e02e4f
74706e6
* Thu Feb 21 2008 Steven Pritchard <steve@kspei.com> 0.29-1
74706e6
- Update to 0.29.
74706e6
- Use fixperms macro instead of our own chmod incantation.
74706e6
- Reformat to match cpanspec output.
74706e6
f226a13
* Thu Jan 10 2008 Tom "spot" Callaway <tcallawa@redhat.com>  - 0.25-4
f226a13
- rebuild (again) for new perl
f226a13
2e552a5
* Thu Jan 10 2008 Tom "spot" Callaway <tcallawa@redhat.com>  - 0.25-3
2e552a5
- rebuild for new perl
2e552a5
784904b
* Mon Aug  6 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.25-2
784904b
- License: GPL+ or Artistic
784904b
3839ee1
* Mon Jul 30 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.25-1
3839ee1
- 0.25.
3839ee1
4f086e2
* Sun Jul 22 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.24-1
4f086e2
- 0.24.
4f086e2
d1c306d
* Mon Jun 25 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.23-1
d1c306d
- 0.23.
d1c306d
1b01d15
* Sun May  6 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.22-1
1b01d15
- 0.22.
1b01d15
0657bff
* Tue Apr 17 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.21-2
0657bff
- BuildRequire perl(ExtUtils::MakeMaker) and perl(Test::More).
0657bff
523f8c5
* Sun Oct 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.21-1
523f8c5
- 0.21.
523f8c5
2918bb8
* Thu Oct 12 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.20-1
2918bb8
- 0.20.
2918bb8
082c897
* Sun Sep 17 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.19-1
082c897
- 0.19.
082c897
72ef4ab
* Mon Aug 28 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.18-1
72ef4ab
- 0.18.
72ef4ab
b9a03d6
* Tue Aug 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.16-1
b9a03d6
- 0.16.
b9a03d6
4ea69ed
* Sat Jul 29 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.15-1
4ea69ed
- 0.15.
4ea69ed
d467dec
* Sun Jul 23 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.14-1
d467dec
- 0.14.
d467dec
1ce4441
* Thu Jul 20 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.11-1
1ce4441
- 0.11.
1ce4441
- Fix order of options to find(1) in %%install.
1ce4441
450745d
* Thu Jun  8 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.10-1
450745d
- 0.10.
450745d
4970561
* Fri Feb 24 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.08-1
4970561
- 0.08.
4970561
- Specfile cleanups.
4970561
5f041df
* Thu Mar 17 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.07-3
5f041df
- Avoid running signature test during build.
5f041df
- Sync with fedora-rpmdevtools' Perl spec template.
5f041df
cvsextras ca43c8c
* Sun Apr 25 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.07-0.fdr.2
cvsextras ca43c8c
- Require perl(:MODULE_COMPAT_*).
cvsextras ca43c8c
cvsextras ca43c8c
* Sat Mar 27 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.07-0.fdr.1
cvsextras ca43c8c
- First build.