commit b831af9cb3bddba86681f245e996dcebc211f8f5 Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Mon Jan 30 11:35:00 2012 +0100 0.80 bump .gitignore | 1 + perl-rpm-build-perl.spec | 49 +++++++++++++++++++++++++++------------------ sources | 2 +- tests5.14.patch | 17 ---------------- 4 files changed, 31 insertions(+), 38 deletions(-) --- diff --git a/.gitignore b/.gitignore index 55f4f87..51e3939 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ rpm-build-perl-0.72.tar.gz /rpm-build-perl-0.74.tar.gz +/rpm-build-perl-0.80.tar.gz diff --git a/perl-rpm-build-perl.spec b/perl-rpm-build-perl.spec index 56540ff..bfe9903 100644 --- a/perl-rpm-build-perl.spec +++ b/perl-rpm-build-perl.spec @@ -1,25 +1,36 @@ Name: perl-rpm-build-perl -Version: 0.74 -Release: 2%{?dist} -# see lib/B/PerlReq.pm, among others +Version: 0.80 +Release: 1%{?dist} +# README: GPLv2+ +# perl.prov: LGPLv2+ License: GPLv2+ Group: Development/Libraries -Summary: Perl compiler backend to extract Perl dependencies -Source: http://search.cpan.org/CPAN/authors/id/A/AT/ATOURBIN/rpm-build-perl-%{version}.tar.gz +Summary: Perl compiler back-end to extract Perl dependencies Url: http://search.cpan.org/dist/rpm-build-perl -Patch0: tests5.14.patch -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Source: http://search.cpan.org/CPAN/authors/id/A/AT/ATOURBIN/rpm-build-perl-%{version}.tar.gz BuildArch: noarch - -BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(B) -BuildRequires: perl(Encode) -BuildRequires: perl(O) -BuildRequires: perl(Safe) -BuildRequires: perl(Test::More) +BuildRequires: perl(ExtUtils::MakeMaker) +# Run-time +BuildRequires: perl(B) +BuildRequires: perl(Carp) +BuildRequires: perl(constant) +BuildRequires: perl(Encode) +BuildRequires: perl(Exporter) +BuildRequires: perl(File::Spec::Functions) +BuildRequires: perl(version) +# Tests +BuildRequires: perl(Test::More) +BuildRequires: perl(Try::Tiny) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(Carp) +Requires: perl(Encode) +Requires: perl(version) + +# Do not export private modules +%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(fake\\) %description -B::PerlReq is a backend module for the Perl compiler that extracts +B::PerlReq is a back-end module for the Perl compiler that extracts dependencies from Perl source code, based on the internal compiled structure that Perl itself creates after parsing a program. The output of B::PerlReq is suitable for automatic dependency tracking (e.g. for RPM @@ -35,7 +46,6 @@ The provides/requires scripts packaged along with perl-rpm-build-perl. %prep %setup -q -n rpm-build-perl-%{version} -%patch0 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -45,25 +55,24 @@ make %{?_smp_mflags} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' - %{_fixperms} %{buildroot}/* %check make test - %files %doc README* Changes perl5-alt-rpm-macros macros.env %{perl_vendorlib}/* %{_mandir}/man3/*.3* %files scripts -%defattr(-,root,root,-) -%doc perl5-alt-rpm-macros macros.env %{_bindir}/* %{_mandir}/man1/*.1* %changelog +* Fri Jan 27 2012 Petr Pisar <ppisar@xxxxxxxxxx> - 0.80-1 +- 0.80 bump + * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 0.74-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index 86b771e..9c16b73 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -12fb46dfaee6cccd509bea1917a04e64 rpm-build-perl-0.74.tar.gz +0ce2716ea447362fa2879684b5daafe7 rpm-build-perl-0.80.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel