Name: perl-Bot-BasicBot Version: 0.81 Release: 1%{?dist} Summary: Simple irc bot baseclass License: CHECK(GPL+ or Artistic) Group: Development/Libraries URL: http://search.cpan.org/dist/Bot-BasicBot/ Source0: http://www.cpan.org/authors/id/T/TO/TOMI/Bot-BasicBot-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(POE) >= 0.22 BuildRequires: perl(POE::Component::IRC) >= 4.0 Requires: perl(POE) >= 0.22 Requires: perl(POE::Component::IRC) >= 4.0 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Basic bot system designed to make it easy to do simple bots, optionally forking longer processes (like searches) concurrently in the background. %prep %setup -q -n Bot-BasicBot-%{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 %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu Jan 29 2009 Dave Cross 0.81-1 - Specfile autogenerated by cpanspec 1.77.