rpms/perl-POE-Component-IRC/devel perl-POE-Component-IRC.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Fri Jul 21 23:58:12 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-POE-Component-IRC/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21909/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-POE-Component-IRC.spec 
Log Message:
auto-import perl-POE-Component-IRC-4.96-1.fc5 on branch devel from perl-POE-Component-IRC-4.96-1.fc5.src.rpm


--- NEW FILE perl-POE-Component-IRC.spec ---
# Note:  The tests for this perl dist. are disabled by default, as they
# require network access and would thus fail in the buildsys' mock
# environments.  To build locally while enabling tests, either:
#   rpmbuild ... --define '__with_network_tests 1' ...
#   define __with_network_tests 1 in your ~/.rpmmacros

Name:           perl-POE-Component-IRC
Version:        4.96        
Release:        1%{?dist}
Summary:        A POE component for building IRC clients        

Group:          Development/Libraries
License:        Artistic or GPL        
URL:            http://search.cpan.org/dist/POE-Component-IRC            
Source0: http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/POE-Component-IRC-%{version}.tar.gz        
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl
BuildRequires:  perl(POE), perl(POE::Component::Client::DNS)
BuildRequires:  perl(POE::Filter::IRCD)
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
POE::Component::IRC is a POE component (who'd have guessed?) which acts as an
easily controllable IRC client for your other POE components and sessions. You
create an IRC component and tell it what events your session cares about and
where to connect to, and it sends back interesting IRC events when they
happen. You make the client do things by sending it events. That's all there
is to it. Cool, no?


%prep
%setup -q -n POE-Component-IRC-%{version}

# Funky permissions...
%{_fixperms} *
chmod -x Changes README examples/*

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w %{buildroot}/*

# remove errant execute bit from the .pm's
find %{buildroot} -type f -name '*.pm' -exec chmod -x {} 2>/dev/null ';'


%check
# tests require network access, disabled by default
%if %{?__with_network_tests}
make test
%endif


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc Changes README* docs examples
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*


%changelog
* Thu Jul 20 2006 Chris Weyl <cweyl at alumni.drew.edu> 4.96-1
- snip lines

* Mon Jul 17 2006 Chris Weyl <cweyl at alumni.drew.edu> 4.96-0
- updated to version 4.96
- Dropped the licensing conversation as the documentation (README, pods) were
  updated to include it
- Added optional framework around test suite, rather than just disabling

* Thu Jul 13 2006 Chris Weyl <cweyl at alumni.drew.edu> 4.95-0
- Initial spec file for F-E


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Jul 2006 23:57:55 -0000	1.1
+++ .cvsignore	21 Jul 2006 23:58:11 -0000	1.2
@@ -0,0 +1 @@
+POE-Component-IRC-4.96.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Jul 2006 23:57:55 -0000	1.1
+++ sources	21 Jul 2006 23:58:11 -0000	1.2
@@ -0,0 +1 @@
+e57f2fbcce0aecf07062b8bf83b7bd96  POE-Component-IRC-4.96.tar.gz




More information about the fedora-extras-commits mailing list