From 5856ec263027c08675318468cbc988e7148f832f Mon Sep 17 00:00:00 2001 From: Luis Bazan Date: Nov 29 2018 15:16:33 +0000 Subject: add buildrequires --- diff --git a/python-xnat.spec b/python-xnat.spec index 6dbc57e..c404794 100644 --- a/python-xnat.spec +++ b/python-xnat.spec @@ -9,6 +9,7 @@ %bcond_with tests %global pypi_name xnat + %global desc %{expand: \ A new XNAT client that exposes XNAT objects/functions as python objects/functions. The aim is to abstract as much of the REST API away as possible and make xnatpy feel @@ -18,7 +19,7 @@ which has get, head, put, post, delete methods for more directly calling the RES Name: python-%{pypi_name} Version: 0.3.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A new XNAT client that exposes XNAT objects/functions as python objects/functions. License: ASL 2.0 URL: http://pypi.python.org/pypi/%{pypi_name}/%{version} @@ -32,13 +33,13 @@ BuildArch: noarch %package -n python2-%{pypi_name} Summary: %{summary} -BuildRequires: python2-devel -BuildRequires: python2-setuptools -Requires: python2-isodate -Requires: python2-requests -Requires: python2-progressbar2 -Requires: python2-sphinx_rtd_theme -Requires: python2-six +BuildRequires: python2-devel +BuildRequires: python2-setuptools +BuildRequires: python2-isodate +BuildRequires: python2-requests +#BuildRequires: python2-progressbar2 +BuildRequires: python2-sphinx_rtd_theme +BuildRequires: python2-six %{?python_provide:%python_provide python2-%{pypi_name}} @@ -49,13 +50,14 @@ Requires: python2-six %package -n python3-%{pypi_name} Summary: %{summary} -BuildRequires: python3-devel -BuildRequires: python3-setuptools -Requires: python3-isodate -Requires: python3-requests -Requires: python3-progressbar2 -Requires: python3-sphinx_rtd_theme -Requires: python3-six +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-isodate +BuildRequires: python3-requests +#BuildRequires: python3-progressbar2 +BuildRequires: python3-sphinx_rtd_theme +BuildRequires: python3-six +BuildRequires: python3-utils %{?python_provide:%python_provide python3-%{pypi_name}} @@ -103,5 +105,8 @@ rm -rf %{pypi_name}.egg-info %{python3_sitelib}/xnat*.egg-info %changelog +* Thu Nov 29 2018 Luis Bazan - 0.3.11-2 +- Add Buildrequires + * Mon Nov 19 2018 Luis Bazan - 0.3.11-1 - New upstream