File python-symboltype.spec of Package python-symboltype
# norootforbuild
BuildRequires: python-devel python-setuptools
Name: python-symboltype
Version: 1.0
Release: 1
Summary: A symbol type for Python
Source0: SymbolType-%{version}.tar.bz2
License: PSF or ZPL
Group: Development/Languages/Python
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
%description
aklsdjfklds
%prep
%setup -n SymbolType-%{version}
%build
python setup.py build
%install
python setup.py install --root %{buildroot} --prefix %{_prefix} --record-rpm %{name}.files
%files -f %{name}.files
%defattr(-, root, root)
%doc README.txt
%changelog