Name: perl-Bot-BasicBot-Pluggable Version: 0.50 Release: 1%{?dist} Summary: Extension to the simple irc bot base class allowing for pluggable modules License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Bot-BasicBot-Pluggable/ Source0: http://www.cpan.org/authors/id/T/TO/TOMI/Bot-BasicBot-Pluggable-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.6.0 BuildRequires: perl(Bot::BasicBot) >= 0.30 BuildRequires: perl(DBD::SQLite) BuildRequires: perl(DBI) BuildRequires: perl(DBM::Deep) BuildRequires: perl(Getopt::Long) BuildRequires: perl(Module::Build) BuildRequires: perl(URI::Find::Simple) BuildRequires: perl(URI::Title) >= 0.1 BuildRequires: perl(XML::Feed) Requires: perl(Bot::BasicBot) >= 0.30 Requires: perl(DBD::SQLite) Requires: perl(DBI) Requires: perl(DBM::Deep) Requires: perl(Getopt::Long) Requires: perl(URI::Find::Simple) Requires: perl(URI::Title) >= 0.1 Requires: perl(XML::Feed) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Bot::BasicBot::Pluggable started as Yet Another Infobot replacement, but now is a generalised framework for writing infobot-type bots, that lets you keep each function seperate. You can have seperate modules for factoid tracking, 'seen' status, karma, googling, etc. Included with the package are modules for: %prep %setup -q -n Bot-BasicBot-Pluggable-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_bindir}/* %{_mandir}/man1/* %{_mandir}/man3/* %changelog * Thu Jan 29 2009 Dave Cross 0.50-1 - Specfile autogenerated by cpanspec 1.77.