rpms/perl-Danga-Socket/devel perl-Danga-Socket.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ruben Kerkhof (ruben) fedora-extras-commits at redhat.com
Fri May 18 13:07:38 UTC 2007


Author: ruben

Update of /cvs/extras/rpms/perl-Danga-Socket/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13240/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Danga-Socket.spec 
Log Message:
Initial import



--- NEW FILE perl-Danga-Socket.spec ---
Name:           perl-Danga-Socket
Version:        1.57
Release:        2%{?dist}
Summary:        Event loop and event-driven async socket base class
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Danga-Socket/
Source0:        http://www.cpan.org/modules/by-module/Danga/Danga-Socket-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  perl(ExtUtils::MakeMaker) perl(Test::More) perl(Sys::Syscall)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This is an abstract base class for objects backed by a socket which
provides the basic framework for event-driven asynchronous IO, designed to
be fast. Danga::Socket is both a base class for objects, and an event loop.

%prep
%setup -q -n Danga-Socket-%{version}

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

%install
rm -rf $RPM_BUILD_ROOT

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

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc CHANGES examples/
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Wed May 07 2007 Ruben Kerkhof <ruben at rubenkerkhof.com> 1.57-2
- Include examples in %%doc
* Mon May 07 2007 Ruben Kerkhof <ruben at rubenkerkhof.com> 1.57-1
- Initial import


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Danga-Socket/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 May 2007 20:32:12 -0000	1.1
+++ .cvsignore	18 May 2007 13:07:33 -0000	1.2
@@ -0,0 +1 @@
+Danga-Socket-1.57.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Danga-Socket/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 May 2007 20:32:12 -0000	1.1
+++ sources	18 May 2007 13:07:33 -0000	1.2
@@ -0,0 +1 @@
+094386c6ada4d8f4be40691897061f79  Danga-Socket-1.57.tar.gz




More information about the fedora-extras-commits mailing list