From fe4d24f3197bb8f3ccf04cf2e3651f297f82b29e Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Tue, 2 Feb 2016 15:51:49 -0700 Subject: [PATCH] Fix URL; Drop %defattr() --- python-nose.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/python-nose.spec b/python-nose.spec index abe469e..81a1bce 100644 --- a/python-nose.spec +++ b/python-nose.spec @@ -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 1.3.7-7 +- Fix URL + * Thu Sep 24 2015 Robert Kuska 1.3.7-6 - Rebuilt for Python3.5 rebuild with disabled tests under python3