Blame SPECS/perl-PPIx-Utilities.spec

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