Name: perl-WebService-TWFY-API Version: 0.02 Release: 1%{?dist} Summary: API interface for TheyWorkForYou.com License: Distributable, see LICENSE Group: Development/Libraries URL: http://search.cpan.org/dist/WebService-TWFY-API/ Source0: http://www.cpan.org/modules/by-module/WebService/WebService-TWFY-API-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Exception) >= 0.24 BuildRequires: perl(Test::Simple) >= 0.44 Requires: perl(Test::Exception) >= 0.24 Requires: perl(Test::Simple) >= 0.44 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module provides a simple interface to the API of TheyWorkForYou.com. %prep %setup -q -n WebService-TWFY-API-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Jul 04 2008 Dave Cross 0.02-1 - Specfile autogenerated by cpanspec 1.77.