From 1c7b659098da50e80225b0327d5e64238a2b5a1d89a2a8d351c68cc16e7db4ad Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 17:12:18 +0000 Subject: [PATCH] Clean up the SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dj-database-url?expand=0&rev=7 --- python-dj-database-url.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python-dj-database-url.spec b/python-dj-database-url.spec index df55977..72be206 100644 --- a/python-dj-database-url.spec +++ b/python-dj-database-url.spec @@ -23,7 +23,7 @@ Release: 0 Summary: Use Database URLs in your Django Application License: BSD-3-Clause Group: Development/Languages/Python -Url: https://github.com/kennethreitz/dj-database-url +URL: https://github.com/kennethreitz/dj-database-url Source: https://github.com/kennethreitz/dj-database-url/archive/v%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -60,7 +60,8 @@ Oracle, Oracle (GIS), and SQLite. %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%doc README.rst LICENSE +%license LICENSE +%doc README.rst %{python_sitelib}/* %changelog