[perl-XML-Catalog] Initial import

Jitka Plesnikova jplesnik at fedoraproject.org
Wed Aug 29 15:56:06 UTC 2012


commit 3101b091b48045ec78842fbecf9ebce06ee1ed0c
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Wed Aug 29 17:55:38 2012 +0200

    Initial import

 .gitignore            |    1 +
 perl-XML-Catalog.spec |   50 +++++++++++++++++++++++++++++++++++++++++++++++++
 sources               |    1 +
 3 files changed, 52 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..a5660b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/XML-Catalog-0.02.tar.gz
diff --git a/perl-XML-Catalog.spec b/perl-XML-Catalog.spec
new file mode 100644
index 0000000..2abe809
--- /dev/null
+++ b/perl-XML-Catalog.spec
@@ -0,0 +1,50 @@
+Name:           perl-XML-Catalog
+Version:        0.02
+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
+BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(LWP::Simple)
+BuildRequires:  perl(Text::ParseWords)
+BuildRequires:  perl(URI::URL)
+BuildRequires:  perl(XML::Parser)
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+%description
+Add the first sentence from Catalog POD description. Alternatively points
+to the standard
+(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
+assume SOCAT syntax if the catalog is not in well-formed XML syntax.
+
+%prep
+%setup -q -n XML-Catalog-%{version}
+
+%build
+for i in Changes README; do
+    sed -i 's/\r//' $i
+done
+
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Tue Aug 28 2012 Jitka Plesnikova <jplesnik at redhat.com> 0.02-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..7f897f9 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+7a69f3cdf0a3ed32f37f8681ea85d08e  XML-Catalog-0.02.tar.gz



More information about the perl-devel mailing list