Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > by-pkgid > a2d8bf4e6bda1dafe367b98471c0b536 > files > 2

python-foolscap-0.3.0-1mdv2009.0.src.rpm

%define module foolscap
%define name python-%{module}
%define version 0.3.0
%define release %mkrel 1

Summary: Rewrite of Perspective Broker
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{module}-%{version}.tar.lzma
License: MIT
Group: Development/Python
Url: http://foolscap.lothar.com/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires: python >= 2.4
Requires: python-twisted >= 2.4.0
Requires: python-OpenSSL >= 0.6
BuildRequires: python-devel >= 2.4
BuildArch: noarch

%description
Foolscap is a ground-up rewrite of Perspective Broker, which itself is
Twisted's native RPC/RMI protocol (Remote Procedure Call / Remote
Method Invocation).  If you have control of both ends of the wire, and
are thus not constrained to use some other protocol like
HTTP/XMLRPC/CORBA/etc, you might consider using Foolscap.

%prep
%setup -q -n %{module}-%{version}

%build
%__python setup.py build

%install
%__rm -rf %{buildroot}
%__python setup.py install --root=%{buildroot} --record=FILELIST

%clean
%__rm -rf %{buildroot}

%files -f FILELIST
%defattr(-,root,root)
%doc ChangeLog LICENSE NEWS README doc


%changelog
* Mon Aug 18 2008 Lev Givon <lev@mandriva.org> 0.3.0-1mdv2009.0
+ Revision: 273137
- import python-foolscap