perl-XML-NamespaceFactory/perl-XML-NamespaceFactory.spec

Name: perl-XML-NamespaceFactory
Summary: Simple factory objects for SAX namespaced names
Version: 1.00
Release: 1
License: unknown
Group: Applications/CPAN
URL: http://search.cpan.org/dist/XML-NamespaceFactory/
Description:

CentOS 7 x86_64

The build could not start because the following file is missing: XML-NamespaceFactory-1.00.tar.gz

Build Status

CentOS 6 x86_64

The build could not start because the following file is missing: XML-NamespaceFactory-1.00.tar.gz

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id$
# Upstream: Chris Prather <chris@prather.org>

%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
%define real_name XML-NamespaceFactory

Summary: Simple factory objects for SAX namespaced names
Name: perl-XML-NamespaceFactory
Version: 1.00
Release: 1%{?dist}
License: unknown
Group: Applications/CPAN
URL: http://search.cpan.org/dist/XML-NamespaceFactory/

Source: http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-NamespaceFactory-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch

BuildRequires: perl(ExtUtils::MakeMaker)

### remove autoreq Perl dependencies
%filter_from_requires /^perl.*/d
%filter_setup


%description


%prep
%setup -n %{real_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
%{__make} %{?_smp_mflags}
%{__make} %{?_smp_mflags} test

%install
%{__rm} -rf %{buildroot}
%{__make} pure_install

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc Changes MANIFEST META.yml README
%doc %{_mandir}/man3/XML::NamespaceFactory.3pm*
%dir %{perl_vendorlib}/
%{perl_vendorlib}/XML/NamespaceFactory.pm
%exclude %{perl_vendorarch}/auto/*/*/.packlist

%changelog
* Mon Feb 07 2011 Christoph Maser <cmaser.gmx.de> - 1.00-1
- initial package