rpms/nwsserver/F-9 nwsserver.spec,NONE,1.1 sources,1.1,1.2

Tom Callaway spot at fedoraproject.org
Fri Mar 6 20:28:58 UTC 2009


Author: spot

Update of /cvs/pkgs/rpms/nwsserver/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30058/F-9

Modified Files:
	sources 
Added Files:
	nwsserver.spec 
Log Message:
initial branching


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

Name:		nwsserver
Summary: 	NetWorkSpaces Server for clustering of scripting languages
Version:	1.5.2
Release:	2%{?dist}
License:	GPLv2+
Group:		Development/Tools
Source0:	http://downloads.sourceforge.net/nws-r/%{name}-%{version}.tar.gz
URL:		http://www.lindaspaces.com/products/NWS_overview.html
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:	noarch
BuildRequires:	python-devel
Requires:	python-twisted >= 2.1
Requires:	python-twisted-web >= 0.5

%description
NetWorkSpaces (NWS) is a powerful, open-source software package that makes it 
easy to use clusters from within scripting languages like Python, R, and 
Matlab. It uses a Space-based approach that makes it easier to write 
distributed applications. NWS looks and feels like a conventional workspace 
in the base scripting language, enables network script processes to share 
data, provides general distributed/parallel script execution, runs network 
script processes either uncoupled or coordinated, and dramatically increases 
developer productivity in implementing and maintaining distributed 
applications because of its anonymous communication. 

%prep
%setup -q

%build
%{__python} setup.py build

%install
rm -rf %{buildroot}
NWS_TAC_DIR=%{_sysconfdir} %{__python} setup.py install --skip-build --root %{buildroot}

rm -rf %{buildroot}%{_prefix}/nws-server

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README PKG-INFO
%config(noreplace) %{_sysconfdir}/nws.tac
%{python_sitelib}/nwss/
%{python_sitelib}/%{name}-%{version}-py*.egg-info

%changelog
* Fri Mar  6 2009 Tom "spot" Callaway <tcallawa at redhat.com> 1.5.2-2
- fix description

* Fri Oct 17 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.5.2-1
- initial version for Fedora


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/nwsserver/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Mar 2009 20:20:20 -0000	1.1
+++ sources	6 Mar 2009 20:28:28 -0000	1.2
@@ -0,0 +1 @@
+d321ae5fd3a363167ac27f7959b56c8a  nwsserver-1.5.2.tar.gz




More information about the fedora-extras-commits mailing list