diff --git a/python-django-seed.changes b/python-django-seed.changes index c038c66..510e391 100644 --- a/python-django-seed.changes +++ b/python-django-seed.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 26 12:23:07 UTC 2019 - Jan Engelhardt + +- Use noun phrase in summary. + ------------------------------------------------------------------- Thu Feb 21 16:03:54 UTC 2019 - John Vandenberg diff --git a/python-django-seed.spec b/python-django-seed.spec index 149e53c..2f78f37 100644 --- a/python-django-seed.spec +++ b/python-django-seed.spec @@ -12,22 +12,23 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-django-seed Version: 0.1.9 Release: 0 +Summary: Django project fake data seeder License: MIT -Summary: Seed your Django project with fake data -Url: http://github.com/brobin/django-seed Group: Development/Languages/Python +Url: http://github.com/brobin/django-seed Source: https://files.pythonhosted.org/packages/source/d/django-seed/django-seed-%{version}.tar.gz Source1: https://raw.githubusercontent.com/Brobin/django-seed/master/runtests.py Source2: https://raw.githubusercontent.com/Brobin/django-seed/master/LICENSE -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module Django >= 1.11} BuildRequires: %{python_module Faker >= 0.7.7} @@ -42,7 +43,7 @@ BuildArch: noarch %python_subpackages %description -Seed your Django project with fake data. +A module to seed Django projects with fake data. %prep %setup -q -n django-seed-%{version}