File python-pycopia-utils.spec of Package python-pycopia-utils
#
# spec file for package python-pycopia-utils
#
# Copyright (c) 2013 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-pycopia-utils
Version: 1.0
Release: 0
Url: http://www.pycopia.net/
Summary: Pycopia helper programs
License: LGPL-2.1+
Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/p/pycopia-utils/pycopia-utils-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-setuptools
Requires: python-pycopia-aid
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%endif
%description
Some functions of Pycopia require root
privileges. This module contains some helper programs so that Pycopia
scripts can run as non-root, but still perform some functions that
require root (e.g. open ICMP socket, SNMP trap port, and syslog port).
It also includes the Python 2.5 readline module for older Pythons.
%prep
%setup -q -n pycopia-utils-%{version}
%build
CFLAGS="%{optflags}" python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%doc README.txt
%{_bindir}/nmslog
%{_bindir}/pyping
%{_bindir}/resolve
%{python_sitearch}/*
%changelog