From 662575803b898efc46a93042f7586047e9212433 Mon Sep 17 00:00:00 2001 From: Mathieu Bridon Date: Oct 15 2016 13:10:31 +0000 Subject: Fixes based on review feedback --- diff --git a/python-rangehttpserver.spec b/python-rangehttpserver.spec index 492f785..ec17f93 100644 --- a/python-rangehttpserver.spec +++ b/python-rangehttpserver.spec @@ -1,3 +1,7 @@ +# Note: I am completely uninterested in Python 2 at this point. If you want +# this package to be built for Python 2 in addition to Python 3, I would be +# more than happy to give you this package. + %global modname RangeHTTPServer %global srcname rangehttpserver %global sum SimpleHTTPServer with support for Range requests @@ -5,10 +9,10 @@ Name: python-%{srcname} Summary: %{sum} URL: https://pypi.python.org/pypi/%{srcname} -License: APLv2 +License: ASL 2.0 Version: 1.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Source0: https://files.pythonhosted.org/packages/source/r/%{srcname}/%{srcname}-%{version}.tar.gz BuildArch: noarch @@ -49,10 +53,15 @@ Requires: python3-requests %files -n python3-%{srcname} +# FIXME: Add the licence: https://github.com/danvk/RangeHTTPServer/pull/15 %{python3_sitelib}/%{modname} %{python3_sitelib}/%{srcname}*.egg-info %changelog +* Sat Oct 15 2016 Mathieu Bridon - 1.2.0-2 +- Fix the licence tag. +- Add two comments as requested during the review. + * Sat Oct 15 2016 Mathieu Bridon - 1.2.0-1 - Initial package for Fedora.