1.12 bump
This commit is contained in:
parent
f014db2479
commit
626399f38c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
XML-NamespaceSupport-1.11.tar.gz
|
||||
/XML-NamespaceSupport-1.12.tar.gz
|
||||
|
||||
2
.rpmlint
Normal file
2
.rpmlint
Normal file
@ -0,0 +1,2 @@
|
||||
from Config import *
|
||||
addFilter("spelling-error .* unames");
|
||||
@ -1,41 +1,32 @@
|
||||
Name: perl-XML-NamespaceSupport
|
||||
Version: 1.11
|
||||
Release: 20%{?dist}
|
||||
Summary: A simple generic namespace support class
|
||||
|
||||
Version: 1.12
|
||||
Release: 1%{?dist}
|
||||
Summary: A simple generic name space support class
|
||||
License: GPL+ or Artistic
|
||||
Url: http://search.cpan.org/dist/XML-NamespaceSupport/
|
||||
Source0: http://www.cpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(:VERSION) >= 5.6
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(File::Find)
|
||||
BuildRequires: perl(File::Path)
|
||||
BuildRequires: perl(FindBin)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: sed
|
||||
BuildRequires: perl(warnings)
|
||||
# Run-time
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(warnings)
|
||||
BuildRequires: perl(vars)
|
||||
# Tests
|
||||
BuildRequires: perl(Test::More) >= 0.47
|
||||
BuildRequires: perl(Test::More)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
This module offers a simple to process namespaced XML names (unames) from
|
||||
This module offers a simple to process name-spaced XML names (unames) from
|
||||
within any application that may need them. It also helps maintain a prefix
|
||||
to namespace URI map, and provides a number of basic checks.
|
||||
to name space URI map, and provides a number of basic checks.
|
||||
|
||||
%prep
|
||||
%setup -q -n XML-NamespaceSupport-%{version}
|
||||
chmod 644 lib/XML/NamespaceSupport.pm
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
@ -43,17 +34,21 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
chmod -R u+w $RPM_BUILD_ROOT/*
|
||||
%{_fixperms} $RPM_BUILD_ROOT
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc Changes README
|
||||
%{perl_vendorlib}/XML/
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 31 2017 Petr Pisar <ppisar@redhat.com> - 1.12-1
|
||||
- 1.12 bump
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-20
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user