File python-DurusWorks.spec of Package python-DurusWorks
#
# spec file for package python-DurusWorks
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-DurusWorks
Version: 1.1
Release: 0
Url: http://www.mems-exchange.org/software/durus/
Summary: A Python Object Database
License: CNRI (see LICENSE.txt)
Group: Development/Languages/Python
Source: http://www.mems-exchange.org/software/DurusWorks/DurusWorks-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-nose
%if 0%{?suse_version}
%py_requires
%endif
# Note that python-Durus also provides a newer version:
Provides: python-Durus = %{version}
Provides: python-Sancho = %{version}
Provides: python-qpy = %{version}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%description
Serves and manages changes to persistent objects being used in multiple
client processes.
%prep
%setup -q -n DurusWorks-1.1
sed -i "1d" durus/{__main__,db_renumber}.py qpy/{qpcheck,qpyrun}.py qp/__main__.py sancho/urun.py # Fix non-executable scripts
%build
CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
rm -rf %{buildroot}%{python_sitearch}/{durus,qp/lib,qp/http,qp/hub,qp/fill,qp/mail,qp/pub,sancho,qpy}/test # Don't package testsuite
rm -rf %{buildroot}%{_bindir}/{qpcheck,urun,qpyrun}.py # Remove broken scripts (for now)
%check
nosetests
%files
%defattr(-,root,root,-)
%doc LICENSE.txt README.txt doc/*
%{_bindir}/durus
%{_bindir}/qp
%{_bindir}/qpcensus.py
%{python_sitearch}/*
%changelog