rpms/python-foolscap/devel import.log, NONE, 1.1 python-foolscap.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ruben Kerkhof ruben at fedoraproject.org
Wed Apr 29 13:35:29 UTC 2009


Author: ruben

Update of /cvs/pkgs/rpms/python-foolscap/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14159/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-foolscap.spec 
Log Message:
Initial import



--- NEW FILE import.log ---
python-foolscap-0_3_2-1_fc11:HEAD:python-foolscap-0.3.2-1.fc11.src.rpm:1241012075


--- 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.3.2
Release:        1%{?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

%changelog
* 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: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-foolscap/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	29 Apr 2009 02:51:07 -0000	1.1
+++ .cvsignore	29 Apr 2009 13:34:58 -0000	1.2
@@ -0,0 +1 @@
+foolscap-0.3.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-foolscap/devel/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	29 Apr 2009 13:34:58 -0000	1.2
@@ -0,0 +1 @@
+635b9b6967504f3a03b8b05be4ca06a5  foolscap-0.3.2.tar.gz




More information about the fedora-extras-commits mailing list