14
0
Sascha Peilicke
2011-09-21 07:27:08 +00:00
committed by Git OBS Bridge
parent 5098f5c367
commit 91294a04f2
2 changed files with 2 additions and 4 deletions

View File

@@ -50,13 +50,12 @@ python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%check
python setup.py test
rm -rf %{buildroot}/usr/share/doc/urlgrabber-%{version} # Remove wrongly installed docs
%files
%defattr(-,root,root,-)
%doc ChangeLog LICENSE README TODO
%{_bindir}/urlgrabber
%{python_sitelib}/*
%changelog