File python-peak-util-symbols.spec of Package python-peak-util-symbols
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: python-peak-util-symbols
Version: 1.0
Release: 1%{?dist}
Summary: Simple "symbol" type, useful for enumerations or sentinels
Group: Development/Languages
License: PSF or ZPL
URL: http://peak.telecommunity.com/DevCenter/SymbolType
Source0: http://pypi.python.org/packages/source/S/SymbolType/SymbolType-%{version}.zip
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: python-nose
BuildRequires: unzip
%description
SymbolType gives you access to the peak.util.symbols module, previously
available only by installing the full PEAK toolkit. peak.util.symbols provides
a Symbol type and two built-in symbols that are used by PEAK: NOT_FOUND and
NOT_GIVEN.
%prep
%setup -q -n SymbolType-%{version}
%build
export CFLAGS="$RPM_OPT_FLAGS"
python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record-rpm=INSTALLED_FILES
%clean
rm -rf %{buildroot}
%files -f INSTALLED_FILES
%defattr(-,root,root)
%doc README.txt
%changelog
* Thu Jul 23 2009 Ciaran Farrell <cfarrell1980@gmail.com> - 1.0-1
- Imported to OBS from Fedora
* Sun Aug 3 2008 Luke Macken <lmacken@redhat.com> - 1.0-1
- Initial package for Fedora