rpms/python-pp/devel python-pp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Steve Milner (smilner) fedora-extras-commits at redhat.com
Sat Nov 17 00:19:47 UTC 2007


Author: smilner

Update of /cvs/pkgs/rpms/python-pp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2235/devel

Modified Files:
	.cvsignore sources 
Added Files:
	python-pp.spec 
Log Message:
Initial import of devel python-pp



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

Name:           python-pp
Version:        1.4.5
Release:        2%{?dist}
Summary:        Parallel execution of python on smp

Group:          Development/Libraries
License:        BSD
URL:            http://www.parallelpython.com/
Source0:        http://www.parallelpython.com/downloads/pp/pp-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
Requires:       python >= 2.3
BuildRequires:  python-devel, python-setuptools


%description
pp is a python module which provides mechanism for parallel execution of 
python code on SMP (systems with multiple processors or cores) and clusters
(computers connected via network).


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


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
mv $RPM_BUILD_ROOT/%{_bindir}/ppserver.py $RPM_BUILD_ROOT/%{_bindir}/ppserver


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc PKG-INFO README
# For noarch packages: sitelib
%{python_sitelib}/*
%attr (0755,root,root) %{_bindir}/ppserver


%changelog
* Sat Oct 14 2007 Steve 'Ashcrow' Milner <me at stevemilner.org> - 1.4.5-2
- Moving ppserver.py to ppserver.
- Removed if/then block.

* Sat Oct 13 2007 Steve 'Ashcrow' Milner <me at stevemilner.org> - 1.4.5-1
- Initial packaging for Fedora.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-pp/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Nov 2007 17:13:36 -0000	1.1
+++ .cvsignore	17 Nov 2007 00:19:14 -0000	1.2
@@ -0,0 +1 @@
+pp-1.4.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-pp/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Nov 2007 17:13:36 -0000	1.1
+++ sources	17 Nov 2007 00:19:14 -0000	1.2
@@ -0,0 +1 @@
+a126433c6067e22da240379a21b6e5bb  pp-1.4.5.tar.gz




More information about the fedora-extras-commits mailing list