commit 26d8f8ed70e5c53a239591780766f14b920d9849
Author: Jitka Plesnikova <[email protected]>
Date: Thu Oct 10 12:54:38 2013 +0200
v1.0.0 bump
.gitignore | 1 +
perl-XML-Catalog.spec | 21 +++++++++++++++++----
sources | 2 +-
3 files changed, 19 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a5660b5..b12c43d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/XML-Catalog-0.02.tar.gz
+/XML-Catalog-v1.0.0.tar.gz
diff --git a/perl-XML-Catalog.spec b/perl-XML-Catalog.spec
index b75f945..147924a 100644
--- a/perl-XML-Catalog.spec
+++ b/perl-XML-Catalog.spec
@@ -1,17 +1,27 @@
+# Real version
+%global cpan_version v1.0.0
+
Name: perl-XML-Catalog
-Version: 0.02
-Release: 3%{?dist}
+Version: %(echo '%{cpan_version}' | tr -d 'v')
+Release: 1%{?dist}
Summary: Resolve public identifiers and remap system identifiers
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/XML-Catalog/
-Source0:
http://www.cpan.org/authors/id/E/EB/EBOHLMAN/XML-Catalog-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/J/JF/JFEARN/XML-Catalog-%{cpan_version}.tar.gz
BuildArch: noarch
+BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
+# Run-time
BuildRequires: perl(LWP::Simple)
+BuildRequires: perl(strict)
BuildRequires: perl(Text::ParseWords)
BuildRequires: perl(URI::URL)
+BuildRequires: perl(vars)
+BuildRequires: perl(warnings)
BuildRequires: perl(XML::Parser)
+# Tests
+BuildRequires: perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
%description
@@ -22,7 +32,7 @@ Catalogs may be written in either SOCAT or XML syntax.
XML::Catalog will
assume SOCAT syntax if the catalog is not in well-formed XML syntax.
%prep
-%setup -q -n XML-Catalog-%{version}
+%setup -q -n XML-Catalog-%{cpan_version}
%build
for i in Changes README; do
@@ -46,6 +56,9 @@ make test
%{_mandir}/man3/*
%changelog
+* Thu Oct 10 2013 Jitka Plesnikova <[email protected]> - 1.0.0-1
+- 1.0.0 bump
+
* Thu Feb 14 2013 Fedora Release Engineering <[email protected]>
- 0.02-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
diff --git a/sources b/sources
index 7f897f9..c0edbbd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a69f3cdf0a3ed32f37f8681ea85d08e XML-Catalog-0.02.tar.gz
+8f36caf66a7f977804efa325cb09cbac XML-Catalog-v1.0.0.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/perl-devel