Fix URL; Drop %defattr()
This commit is contained in:
parent
ae267e83e9
commit
fe4d24f319
@ -17,12 +17,12 @@
|
||||
|
||||
Name: python-nose
|
||||
Version: 1.3.7
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: Discovery-based unittest extension for Python
|
||||
|
||||
Group: Development/Languages
|
||||
License: LGPLv2+ and Public Domain
|
||||
URL: http://somethingaboutorange.com/mrl/projects/nose/
|
||||
URL: https://nose.readthedocs.org/en/latest/
|
||||
Source0: http://pypi.python.org/packages/source/n/nose/nose-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
@ -159,7 +159,6 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS CHANGELOG lgpl.txt NEWS README.txt
|
||||
%{_bindir}/nosetests
|
||||
%{_bindir}/nosetests-%{python_version}
|
||||
@ -168,7 +167,6 @@ rm -rf %{buildroot}
|
||||
|
||||
%if 0%{?with_python3}
|
||||
%files -n python3-%{upstream_name}
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS CHANGELOG lgpl.txt NEWS README.txt
|
||||
%{_bindir}/nosetests-%{python3_version}
|
||||
%{_mandir}/man1/nosetests-%{python3_version}.1.gz
|
||||
@ -176,13 +174,15 @@ rm -rf %{buildroot}
|
||||
%endif
|
||||
|
||||
%files docs
|
||||
%defattr(-,root,root,-)
|
||||
%doc reST examples
|
||||
%if 0%{?with_docs}
|
||||
%doc html
|
||||
%endif # with_docs
|
||||
|
||||
%changelog
|
||||
* Tue Feb 2 2016 Orion Poplawski <orion@cora.nwra.com> 1.3.7-7
|
||||
- Fix URL
|
||||
|
||||
* Thu Sep 24 2015 Robert Kuska <rkuska@redhat.com> 1.3.7-6
|
||||
- Rebuilt for Python3.5 rebuild with disabled tests under python3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user