Blame SPECS/perl-PPIx-Utilities.spec

744791
Name:		perl-PPIx-Utilities
744791
Version:	1.001000
4ba0a1
Release:	8%{?dist}
744791
Summary:	Extensions to PPI
744791
Group:		Development/Libraries
744791
License:	GPL+ or Artistic
744791
URL:		http://search.cpan.org/dist/PPIx-Utilities/
744791
Source0:	http://search.cpan.org/CPAN/authors/id/E/EL/ELLIOTJS/PPIx-Utilities-%{version}.tar.gz
744791
BuildArch:	noarch
744791
BuildRequires:	perl(ExtUtils::MakeMaker)
744791
# Run-time:
744791
BuildRequires:	perl(base)
744791
BuildRequires:	perl(Exception::Class)
744791
BuildRequires:	perl(Exporter)
744791
BuildRequires:	perl(PPI) >= 1.208
744791
BuildRequires:	perl(PPI::Document::Fragment) >= 1.208
744791
BuildRequires:	perl(Readonly)
744791
BuildRequires:	perl(Scalar::Util)
744791
# Tests:
744791
BuildRequires:	perl(Data::Dumper)
744791
BuildRequires:	perl(PPI::Document) >= 1.208
744791
BuildRequires:	perl(PPI::Dumper) >= 1.208
744791
BuildRequires:	perl(Task::Weaken)
744791
BuildRequires:	perl(Test::Deep)
744791
BuildRequires:	perl(Test::More)
744791
Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
744791
744791
%{?perl_default_filter}
744791
744791
%description
744791
This is a collection of functions for dealing with PPI objects, many of
744791
which originated in Perl::Critic. They are organized into modules by the
744791
kind of PPI class they relate to, by replacing the "PPI" at the front of
744791
the module name with "PPIx::Utilities", e.g. functionality related to
744791
PPI::Nodes is in PPIx::Utilities::Node.
744791
744791
%prep
744791
%setup -q -n PPIx-Utilities-%{version}
744791
744791
%build
744791
perl Makefile.PL INSTALLDIRS=vendor
744791
make %{?_smp_mflags}
744791
744791
%install
744791
make pure_install DESTDIR=%{buildroot}
744791
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
744791
%{_fixperms} %{buildroot}
744791
744791
%check
744791
make test
744791
744791
%files
744791
%doc Changes LICENSE README
744791
%{perl_vendorlib}/PPIx/
744791
%{_mandir}/man3/PPIx::Utilities.3pm*
744791
%{_mandir}/man3/PPIx::Utilities::Exception::Bug.3pm*
744791
%{_mandir}/man3/PPIx::Utilities::Node.3pm*
744791
%{_mandir}/man3/PPIx::Utilities::Statement.3pm*
744791
744791
%changelog
4ba0a1
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.001000-8
4ba0a1
- Mass rebuild 2013-12-27
4ba0a1
744791
* Thu Oct 25 2012 Petr Pisar <ppisar@redhat.com> - 1.001000-7
744791
- Specify all dependencies
744791
744791
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.001000-6
744791
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
744791
744791
* Tue Jun 19 2012 Petr Pisar <ppisar@redhat.com> - 1.001000-5
744791
- Perl 5.16 rebuild
744791
744791
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.001000-4
744791
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
744791
744791
* Wed Jun 29 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.001000-3
744791
- Perl mass rebuild
744791
744791
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.001000-2
744791
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
744791
744791
* Thu Dec  2 2010 Paul Howarth <paul@city-fan.org> - 1.001000-1
744791
- Update to 1.001000
744791
  - Add support for Const::Fast to PPIx::Utilities::Statement
744791
744791
* Thu Jul 29 2010 Paul Howarth <paul@city-fan.org> - 1.000001-2
744791
- Re-jig for Fedora submission
744791
744791
* Wed Jun 23 2010 Paul Howarth <paul@city-fan.org> - 1.000001-1
744791
- Initial RPM version