From 626399f38c0acb35c7784b1626bdddd202b48e17 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <[email protected]>
Date: Fri, 31 Mar 2017 13:22:12 +0200
Subject: 1.12 bump
---
.gitignore | 1 +
.rpmlint | 2 ++
perl-XML-NamespaceSupport.spec | 33 ++++++++++++++-------------------
sources | 2 +-
4 files changed, 18 insertions(+), 20 deletions(-)
create mode 100644 .rpmlint
diff --git a/.gitignore b/.gitignore
index cfe65d1..dfa04fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
XML-NamespaceSupport-1.11.tar.gz
+/XML-NamespaceSupport-1.12.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..6973834
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* unames");
diff --git a/perl-XML-NamespaceSupport.spec b/perl-XML-NamespaceSupport.spec
index 32aa060..f1be470 100644
--- a/perl-XML-NamespaceSupport.spec
+++ b/perl-XML-NamespaceSupport.spec
@@ -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 <[email protected]> - 1.12-1
+- 1.12 bump
+
* Sat Feb 11 2017 Fedora Release Engineering <[email protected]> -
1.11-20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
diff --git a/sources b/sources
index dc75cfa..f9d07bf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-222cca76161cd956d724286d36b607da XML-NamespaceSupport-1.11.tar.gz
+SHA512 (XML-NamespaceSupport-1.12.tar.gz) =
8a29698acc152888b3abd53b277f89209252830cc3b57d587a5b66e5019445d7c1858a08fa548d42387c1143b726da1440e36eb0c69b0b59c3770b5f528f38b2
--
cgit v1.1
https://src.fedoraproject.org/cgit/perl-XML-NamespaceSupport.git/commit/?h=master&id=626399f38c0acb35c7784b1626bdddd202b48e17
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]