rpms/python-foolscap/F-11 python-foolscap.spec, NONE, 1.1 sources, 1.1, 1.2

Ruben Kerkhof ruben at fedoraproject.org
Wed Sep 9 15:10:21 UTC 2009


Author: ruben

Update of /cvs/pkgs/rpms/python-foolscap/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29791

Modified Files:
	sources 
Added Files:
	python-foolscap.spec 
Log Message:
* Mon Sep 07 2009 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.4.2-1
- Upstream released new version



--- NEW FILE python-foolscap.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

%define modulename foolscap

Name:           python-%{modulename}
Version:        0.4.2
Release:        2%{?dist}
Summary:        Next-generation RPC protocol, intended to replace Perspective Broker

Group:          Development/Languages
License:        MIT
URL:            http://foolscap.lothar.com
Source0:        http://foolscap.lothar.com/releases/%{modulename}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python, python-devel, python-twisted-web
Requires:       python-twisted-web

%description
Foolscap (aka newpb) is a new version of Twisted's native RPC protocol, known
as 'Perspective Broker'. This allows an object in one process to be used by
code in a distant process. This module provides data marshaling, a remote
object reference system, and a capability-based security model.

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


%build
%{__python} setup.py build
find doc/ -name \*.py | xargs chmod 0644

%check
trial foolscap

%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
 
%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README LICENSE NEWS ChangeLog doc/*
%dir %{python_sitelib}/%{modulename}
%{python_sitelib}/%{modulename}/*
%{python_sitelib}/*egg-info

%{_bindir}/flogtool
%{_bindir}/flappclient
%{_bindir}/flappserver

%changelog
* Mon Sep 07 2009 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.4.2-1
- Upstream released new version

* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Mon Feb 20 2009 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.3.2-1
- New version from upstream

* Sun Nov 02 2008 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.3.1-3
- More cleanup according to review (#462535)

* Fri Oct 31 2008 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.3.1-2
- Cleanup according to review (#462535)

* Tue Sep 16 2008 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.3.1-1
- Initial import



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-foolscap/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	29 Apr 2009 02:51:07 -0000	1.1
+++ sources	9 Sep 2009 15:10:20 -0000	1.2
@@ -0,0 +1 @@
+90618c9e51b718dc7d4cdf8b71edaee4  foolscap-0.4.2.tar.gz




More information about the fedora-extras-commits mailing list