Name: perl-IRC-Utils Version: 0.10 Release: 1%{?dist} Summary: Common utilities for IRC-related tasks License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/IRC-Utils/ Source0: http://www.cpan.org/authors/id/H/HI/HINRIK/IRC-Utils-%{version}.tar.gz BuildArch: noarch BuildRequires: perl(base) BuildRequires: perl(constant) BuildRequires: perl(Encode) BuildRequires: perl(Encode::Guess) BuildRequires: perl(Exporter) BuildRequires: perl(ExtUtils::MakeMaker) # Tests BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # Not detected by RPM Requires: perl(constant) %description The functions in this module take care of many of the tasks you are faced with when working with IRC. Mode lines, ban masks, message encoding and formatting, etc. %prep %setup -q -n IRC-Utils-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install 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 %files %doc Changes dist.ini LICENSE META.json README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Jul 26 2011 Petr Sabata 0.10-1 - Specfile autogenerated by cpanspec 1.78.