source: projects/specs/trunk/p/perl-PPIx-Utilities/perl-PPIx-Utilities-vl.spec @ 9106

Revision 9106, 2.9 KB checked in by inagaki, 9 years ago (diff)

2014-11-21 Ryoichi INAGAKI <ryo1@…>

  • perl-Archive-{Any, Zip}, perl-Devel-StackTrace?, perl-Exception-Class, perl-Module-Find, perl-PAR-Dist, perl-PPIx-Regexp, perl-String-Format: updated
  • perl-Class-Data-Inheritable, perl-Module-Info, perl-PPIx-Utilities: rebuilt


Line 
1Name:           perl-PPIx-Utilities
2Version:        1.001000
3Release:        3%{?_dist_release}
4Summary:        Extensions to PPI
5Group:          Development/Libraries
6License:        GPL+ or Artistic
7URL:            http://search.cpan.org/dist/PPIx-Utilities/
8Source0:        http://search.cpan.org/CPAN/authors/id/E/EL/ELLIOTJS/PPIx-Utilities-%{version}.tar.gz
9BuildRoot:      %{_tmppath}/%{name}-%{version}-root
10BuildArch:      noarch
11BuildRequires:  perl(Data::Dumper)
12BuildRequires:  perl(Exception::Class)
13BuildRequires:  perl(ExtUtils::MakeMaker)
14BuildRequires:  perl(File::Slurp)
15BuildRequires:  perl(PPI::Document) >= 1.208
16BuildRequires:  perl(PPI::Dumper) >= 1.208
17BuildRequires:  perl(Readonly)
18BuildRequires:  perl(Task::Weaken)
19BuildRequires:  perl(Test::Deep)
20BuildRequires:  perl(Test::More)
21Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
22Requires:       perl(Exporter)
23
24Vendor:         Project Vine
25Distribution:   Vine Linux
26Packager:       shaolin
27
28%{?perl_default_filter}
29
30%description
31This is a collection of functions for dealing with PPI objects, many of
32which originated in Perl::Critic. They are organized into modules by the
33kind of PPI class they relate to, by replacing the "PPI" at the front of
34the module name with "PPIx::Utilities", e.g. functionality related to
35PPI::Nodes is in PPIx::Utilities::Node.
36
37%prep
38%setup -q -n PPIx-Utilities-%{version}
39
40%build
41perl Makefile.PL INSTALLDIRS=vendor
42make %{?_smp_mflags}
43
44%install
45rm -rf %{buildroot}
46make pure_install DESTDIR=%{buildroot}
47find %{buildroot} -type f -name .packlist -exec rm -f {} \;
48find %{buildroot} -depth -type d -exec rmdir {} \; 2>/dev/null
49%{_fixperms} %{buildroot}
50
51%check
52make test
53
54%clean
55rm -rf %{buildroot}
56
57%files
58%defattr(-,root,root,-)
59%doc Changes LICENSE README
60%{perl_vendorlib}/PPIx/
61%{_mandir}/man3/PPIx::Utilities.3pm*
62%{_mandir}/man3/PPIx::Utilities::Exception::Bug.3pm*
63%{_mandir}/man3/PPIx::Utilities::Node.3pm*
64%{_mandir}/man3/PPIx::Utilities::Statement.3pm*
65
66%changelog
67* Fri Nov 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.001000-3
68- rebuilt with perl 5.16.3
69
70* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.001000-2
71- rebuild
72
73* Fri Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.001000-1
74- initial build for Vine Linux
75
76* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.001000-4
77- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
78
79* Wed Jun 29 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.001000-3
80- Perl mass rebuild
81
82* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.001000-2
83- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
84
85* Thu Dec  2 2010 Paul Howarth <paul@city-fan.org> - 1.001000-1
86- Update to 1.001000
87  - Add support for Const::Fast to PPIx::Utilities::Statement
88
89* Thu Jul 29 2010 Paul Howarth <paul@city-fan.org> - 1.000001-2
90- Re-jig for Fedora submission
91
92* Wed Jun 23 2010 Paul Howarth <paul@city-fan.org> - 1.000001-1
93- Initial RPM version
Note: See TracBrowser for help on using the repository browser.