Update to 1.218
- New upstream release 1.218 - Fixes for various parsing and documentation bugs - 1MB limit on input document size removed - Moved repository to GitHub: https://github.com/adamkennedy/PPI - This release by MITHALDU → update source URL - Use %license where possible
This commit is contained in:
parent
e4083360ae
commit
f428817612
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/PPI-1.215.tar.gz
|
||||
/PPI-[0-9.]*.tar.gz
|
||||
|
@ -6,13 +6,13 @@
|
||||
%endif
|
||||
|
||||
Name: perl-PPI
|
||||
Version: 1.215
|
||||
Release: 15%{?dist}
|
||||
Version: 1.218
|
||||
Release: 1%{?dist}
|
||||
Summary: Parse, Analyze and Manipulate Perl
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/PPI/
|
||||
Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/PPI-%{version}.tar.gz
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/M/MI/MITHALDU/PPI-%{version}.tar.gz
|
||||
Patch0: PPI-1.215-utf8.patch
|
||||
BuildArch: noarch
|
||||
# =============== Module Build ======================
|
||||
@ -92,6 +92,9 @@ rm lib/PPI/XSAccessor.pm
|
||||
sed -i '/^lib\/PPI\/XSAccessor\.pm$/d' MANIFEST
|
||||
%endif
|
||||
|
||||
# Get rid of spurious exec permissions
|
||||
find . -type f | xargs chmod -c -x
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
@ -108,12 +111,25 @@ make test TEST_FILES="xt/*.t" RELEASE_TESTING=1
|
||||
%endif
|
||||
|
||||
%files
|
||||
%doc Changes LICENSE README inline2test.conf inline2test.tpl
|
||||
%if 0%{?_licensedir:1}
|
||||
%license LICENSE
|
||||
%else
|
||||
%doc LICENSE
|
||||
%endif
|
||||
%doc Changes README
|
||||
%{perl_vendorlib}/PPI/
|
||||
%{perl_vendorlib}/PPI.pm
|
||||
%{_mandir}/man3/PPI*.3pm*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 25 2014 Paul Howarth <paul@city-fan.org> - 1.218-1
|
||||
- Update to 1.218
|
||||
- Fixes for various parsing and documentation bugs
|
||||
- 1MB limit on input document size removed
|
||||
- Moved repository to GitHub: https://github.com/adamkennedy/PPI
|
||||
- This release by MITHALDU → update source URL
|
||||
- Use %%license where possible
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.215-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user