1.0.0 bump

This commit is contained in:
Jitka Plesnikova 2013-10-10 12:23:45 +02:00
parent af2d8390f9
commit a303cc609a
3 changed files with 19 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/XML-Catalog-0.02.tar.gz
/XML-Catalog-v1.0.0.tar.gz

View File

@ -1,17 +1,27 @@
# Real version
%global cpan_version v1.0.0
Name: perl-XML-Catalog
Version: 0.02
Release: 5%{?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 <jplesnik@redhat.com> - 1.0.0-1
- 1.0.0 bump
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.02-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
7a69f3cdf0a3ed32f37f8681ea85d08e XML-Catalog-0.02.tar.gz
8f36caf66a7f977804efa325cb09cbac XML-Catalog-v1.0.0.tar.gz