rpms/perl-POE-Wheel-Null/devel perl-POE-Wheel-Null.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Thu Jul 27 05:18:46 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-POE-Wheel-Null/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31833/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-POE-Wheel-Null.spec 
Log Message:
auto-import perl-POE-Wheel-Null-0.01-0.fc5 on branch devel from perl-POE-Wheel-Null-0.01-0.fc5.src.rpm


--- NEW FILE perl-POE-Wheel-Null.spec ---
Name:           perl-POE-Wheel-Null
Version:        0.01        
Release:        0%{?dist}
Summary:        POE Wheel that does puts data nowhere, and sends nothing

Group:          Development/Libraries
License:        Artistic or GPL        
URL:            http://search.cpan.org/dist/POE-Wheel-Null            
Source0: http://search.cpan.org/CPAN/authors/id/H/HA/HACHI/POE-Wheel-Null-%{version}.tar.gz        
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl
BuildRequires:  perl(POE)
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

# I'm not sure why this isn't automagically found, but...
Requires:       perl(POE)

%description
POE::Wheel::Null creates a wheel which doesn't do anything upon put(), and
doesn't send any events to the current session.

Its function is the same as those pipes in the Enterprise's engine room 
marked "GNDN".


%prep
%setup -q -n POE-Wheel-Null-%{version}


%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}/*


%check
make test


%clean
rm -rf %{buildroot}


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


%changelog
* Mon Jul 17 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.01-0
- Initial spec file for F-E


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Wheel-Null/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Jul 2006 05:18:37 -0000	1.1
+++ .cvsignore	27 Jul 2006 05:18:46 -0000	1.2
@@ -0,0 +1 @@
+POE-Wheel-Null-0.01.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Wheel-Null/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Jul 2006 05:18:37 -0000	1.1
+++ sources	27 Jul 2006 05:18:46 -0000	1.2
@@ -0,0 +1 @@
+8abee8da7a141aca6c0bff6517ca8497  POE-Wheel-Null-0.01.tar.gz




More information about the scm-commits mailing list