File python-netstring.spec of Package python-netstring
# norootforbuild
Name: python-netstring
Version: 1.0.0
Release: 1
Group: Development/Languages/Python
Summary: A netstrings library for python
Url: http://code.google.com/p/netstring/
License: BSD
Source0: netstring-%{version}.tar.bz2
BuildRequires: python-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
askdljf
%prep
%setup -n netstring-%{version}
%build
python setup.py build
%install
python setup.py install --record-rpm=files.fake --root=$RPM_BUILD_ROOT --prefix=%{_prefix}
echo "%%defattr(-, root, root)" >> files
cat files.fake >> files
%clean
# rm -rf $RPM_BUILD_ROOT
%files -f files
%changelog