rpms/perl-POE-Component-Server-Bayeux/devel import.log, NONE, 1.1 perl-POE-Component-Server-Bayeux.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Yanko Kaneti yaneti at fedoraproject.org
Wed Jul 1 05:13:11 UTC 2009


Author: yaneti

Update of /cvs/pkgs/rpms/perl-POE-Component-Server-Bayeux/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20604/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-POE-Component-Server-Bayeux.spec 
Log Message:
Initial import



--- NEW FILE import.log ---
perl-POE-Component-Server-Bayeux-0_02-1_fc12:HEAD:perl-POE-Component-Server-Bayeux-0.02-1.fc12.src.rpm:1246425115


--- NEW FILE perl-POE-Component-Server-Bayeux.spec ---
Name:           perl-POE-Component-Server-Bayeux
Version:        0.02
Release:        1%{?dist}
Summary:        Bayeux/cometd server implementation in POE
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/POE-Component-Server-Bayeux/
Source0:        http://www.cpan.org/modules/by-module/POE/POE-Component-Server-Bayeux-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(CGI::Simple)
BuildRequires:  perl(Class::Accessor)
BuildRequires:  perl(Data::UUID)
BuildRequires:  perl(JSON::Any)
BuildRequires:  perl(JSON::XS)
BuildRequires:  perl(Log::Log4perl)
BuildRequires:  perl(LWP)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Params::Validate)
BuildRequires:  perl(POE::Component::Client::HTTP)
BuildRequires:  perl(POE::Component::Server::HTTP) >= 0.09
BuildRequires:  perl(Test::More)
BuildRequires:  perl(URI)
# missed by the autoreq for various reasons
Requires:       perl(Class::Accessor)
Requires:       perl(JSON::XS)
Requires:       perl(POE::Component::Client::HTTP)
Requires:       perl(LWP)

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

%description
This module implements the Bayeux Protocol (1.0draft1) from the Dojo
Foundation. Also called cometd, Bayeux is a low-latency routing protocol
for JSON encoded events between clients and servers in a publish-
subscribe model.

%prep
%setup -q -n POE-Component-Server-Bayeux-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Tue Jun 30 2009 Yanko Kaneti <yaneti at declera.com> 0.02-1
- Specfile autogenerated by cpanspec 1.78. Requires tuning.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-POE-Component-Server-Bayeux/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	1 Jul 2009 02:44:07 -0000	1.1
+++ .cvsignore	1 Jul 2009 05:12:41 -0000	1.2
@@ -0,0 +1 @@
+POE-Component-Server-Bayeux-0.02.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-POE-Component-Server-Bayeux/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	1 Jul 2009 02:44:07 -0000	1.1
+++ sources	1 Jul 2009 05:12:41 -0000	1.2
@@ -0,0 +1 @@
+dd18ab3f61f390fbc96a8dc8a15aa447  POE-Component-Server-Bayeux-0.02.tar.gz




More information about the fedora-extras-commits mailing list