Author: agaran Date: Mon Jul 31 22:09:48 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 4.97, rel 0.1, module seems to be changed quite much, no hacks needed to build
---- Files affected: SPECS: perl-POE-Component-IRC.spec (1.10 -> 1.11) ---- Diffs: ================================================================ Index: SPECS/perl-POE-Component-IRC.spec diff -u SPECS/perl-POE-Component-IRC.spec:1.10 SPECS/perl-POE-Component-IRC.spec:1.11 --- SPECS/perl-POE-Component-IRC.spec:1.10 Mon Jan 3 18:55:55 2005 +++ SPECS/perl-POE-Component-IRC.spec Tue Aug 1 00:09:43 2006 @@ -9,17 +9,18 @@ Summary: POE::Component::IRC - a fully event-driven IRC client module Summary(pl): POE::Component::IRC - moduł w pełni sterowanego zdarzeniami klienta IRC Name: perl-POE-Component-IRC -Version: 3.0 -Release: 1 +Version: 4.97 +Release: 0.1 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz -# Source0-md5: b657bcefd8c468db6df5a2efe8dc6b8f +# Source0-md5: 0e7287d52f51fd4eedd561e288c1f7a7 BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} BuildRequires: perl-POE >= 0.06_07 +BuildRequires: perl-POE-Filter-IRCD %endif BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -43,14 +44,11 @@ %prep %setup -q -n %{pdir}-%{pnam}-%{version} -mkdir -p lib/POE/{Component,Filter} -mv Filter-CTCP.pm lib/POE/Filter/CTCP.pm -mv Filter-IRC.pm lib/POE/Filter/IRC.pm -mv IRC.pm lib/POE/Component/IRC.pm %build -%{__perl} -MExtUtils::MakeMaker -e 'WriteMakefile(NAME=>"POE::Component::IRC")' \ +%{__perl} Makefile.PL \ INSTALLDIRS=vendor + %{__make} %{?with_tests:%{__make} test} @@ -69,8 +67,21 @@ %files %defattr(644,root,root,755) -%doc Changes README -%{perl_vendorlib}/%{pdir}/*/*.pm +%doc Changes README docs/* +%{perl_vendorlib}/POE/Component/IRC.pm +%dir %{perl_vendorlib}/POE/Component/IRC +%{perl_vendorlib}/POE/Component/IRC/*.pm +%dir %{perl_vendorlib}/POE/Component/IRC/Plugin +%{perl_vendorlib}/POE/Component/IRC/Plugin/*.pm +%dir %{perl_vendorlib}/POE/Component/IRC/Qnet +%{perl_vendorlib}/POE/Component/IRC/Qnet/*.pm +%dir %{perl_vendorlib}/POE/Component/IRC/Test +%{perl_vendorlib}/POE/Component/IRC/Test/*.pm +%{perl_vendorlib}/POE/Filter/IRC.pm +%{perl_vendorlib}/POE/Filter/CTCP.pm +%dir %{perl_vendorlib}/POE/Filter/IRC +%{perl_vendorlib}/POE/Filter/IRC/Compat.pm + %attr(755,root,root) %{_examplesdir}/%{name}-%{version} %{_mandir}/man3/* @@ -80,6 +91,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.11 2006/07/31 22:09:43 agaran +- up to 4.97, rel 0.1, module seems to be changed quite much, no hacks needed to build + Revision 1.10 2005/01/03 17:55:55 adamg - updated to 3.0 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-POE-Component-IRC.spec?r1=1.10&r2=1.11&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
