1.0.0 bump
This commit is contained in:
parent
af2d8390f9
commit
a303cc609a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/XML-Catalog-0.02.tar.gz
|
||||
/XML-Catalog-v1.0.0.tar.gz
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user