From b4d8e17feab5a8ffe48365c212ad22c13c0657cf92f1c82c130b6019e5b10a69 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 17:14:07 +0000 Subject: [PATCH] Clean up the SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-googleapis-common-protos?expand=0&rev=4 --- python-googleapis-common-protos.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/python-googleapis-common-protos.spec b/python-googleapis-common-protos.spec index bdfd08b..5807921 100644 --- a/python-googleapis-common-protos.spec +++ b/python-googleapis-common-protos.spec @@ -23,18 +23,17 @@ Release: 0 Summary: Common protobufs used in Google APIs License: Apache-2.0 Group: Development/Languages/Python -Url: https://github.com/googleapis/googleapis +URL: https://github.com/googleapis/googleapis Source: https://files.pythonhosted.org/packages/source/g/googleapis-common-protos/googleapis-common-protos-%{version}.tar.gz BuildRequires: %{python_module setuptools} -BuildRequires: python-rpm-macros -# SECTION test requirements -BuildRequires: %{python_module protobuf >= 3.0.0} -# /SECTION BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-protobuf >= 3.0.0 Suggests: python-grpcio >= 1.0.0 BuildArch: noarch - +# SECTION test requirements +BuildRequires: %{python_module protobuf >= 3.0.0} +# /SECTION %python_subpackages %description @@ -52,7 +51,8 @@ protos in the googleapis_ repository. %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%doc LICENSE README.rst +%license LICENSE +%doc README.rst %{python_sitelib}/* %changelog