Update description
This commit is contained in:
parent
3101b091b4
commit
75aa0536fc
@ -1,6 +1,6 @@
|
|||||||
Name: perl-XML-Catalog
|
Name: perl-XML-Catalog
|
||||||
Version: 0.02
|
Version: 0.02
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Resolve public identifiers and remap system identifiers
|
Summary: Resolve public identifiers and remap system identifiers
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -15,9 +15,9 @@ BuildRequires: perl(XML::Parser)
|
|||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Add the first sentence from Catalog POD description. Alternatively points
|
This module implements draft 0.4 of John Cowan's XML Catalog (formerly
|
||||||
to the standard
|
known as XCatalog) see
|
||||||
(https://www.oasis-open.org/committees/entity/specs/cs-entity-xml-catalogs-1.0.html).
|
(<https://www.oasis-open.org/committees/entity/specs/cs-entity-xml-catalogs-1.0.html>)
|
||||||
Catalogs may be written in either SOCAT or XML syntax. XML::Catalog will
|
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.
|
assume SOCAT syntax if the catalog is not in well-formed XML syntax.
|
||||||
|
|
||||||
@ -46,5 +46,8 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 23 2012 Jitka Plesnikova <jplesnik@redhat.com> 0.02-2
|
||||||
|
- Update description
|
||||||
|
|
||||||
* Tue Aug 28 2012 Jitka Plesnikova <jplesnik@redhat.com> 0.02-1
|
* Tue Aug 28 2012 Jitka Plesnikova <jplesnik@redhat.com> 0.02-1
|
||||||
- Specfile autogenerated by cpanspec 1.78.
|
- Specfile autogenerated by cpanspec 1.78.
|
||||||
|
Loading…
Reference in New Issue
Block a user