Name: perl-Bot-BasicBot Version: 0.89 Release: 1%{?dist} Summary: Simple irc bot baseclass License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Bot-BasicBot/ Source0: http://www.cpan.org/authors/id/H/HI/HINRIK/Bot-BasicBot-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(IRC::Utils) BuildRequires: perl(POE) BuildRequires: perl(POE::Component::IRC) >= 6.62 Requires: perl(IRC::Utils) Requires: perl(POE) Requires: perl(POE::Component::IRC) >= 6.62 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 dist.ini examples LICENSE META.json README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Apr 18 2014 Dave Cross 0.89-1 - Specfile autogenerated by cpanspec 1.78.