Name: perl-UDDI-Lite Version: 0.718 Release: 1%{?dist} Summary: Library for UDDI clients in Perl License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/UDDI-Lite/ Source0: http://www.cpan.org/authors/id/P/PH/PHRED/UDDI-Lite-%{version}.tar.gz BuildArch: noarch BuildRequires: perl BuildRequires: perl(Carp) BuildRequires: perl(Exporter) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(SOAP::Lite) >= 0.716 BuildRequires: perl(SOAP::Test) BuildRequires: perl(strict) BuildRequires: perl(Test) BuildRequires: perl(vars) BuildRequires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version)) Requires: perl(SOAP::Lite) >= 0.716 %global __provides_exclude %{?__provides_exclude?__provides_exclude|}^perl\\(SOAP::Lite\\)$ %description UDDI::Lite for Perl is a collection of Perl modules which provides a simple and lightweight interface to the Universal Description, Discovery and Integration (UDDI) server. %prep %setup -q -n UDDI-Lite-%{version} %build perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} + %{_fixperms} %{buildroot}/* %check make test %files %doc Changes README examples %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Nov 08 2013 Petr Ĺ abata 0.718-1 - Specfile autogenerated by cpanspec 1.78.