Consistently use Source0: instead of Source: in specs

For consistency (and to simplify DLRN support), let's use the Source0
tag in all spec files.

Change-Id: I457f994c3c7179a118aa16c6e76d57d4afedcbcd
This commit is contained in:
Javier Pena
2016-08-04 09:57:40 +02:00
parent b4ab989e06
commit b6c5c6a09a
5 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ Summary: Command Line Interface Formulation Framework
License: {{ license('Apache-2.0') }}
Group: Development/Languages/Python
Url: https://launchpad.net/python-%{sname}
Source: https://pypi.io/packages/source/c/cliff/%{sname}-%{version}.tar.gz
Source0: https://pypi.io/packages/source/c/cliff/%{sname}-%{version}.tar.gz
BuildRequires: openstack-macros
BuildRequires: {{ py2pkg('devel') }}
BuildRequires: {{ py2pkg('pbr') }}

View File

@@ -6,7 +6,7 @@ Summary: OpenStack Docs Theme
License: {{ license('Apache-2.0') }}
Group: Development/Languages/Python
Url: https://launchpad.net/%{sname}
Source: https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
Source0: https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
BuildRequires: openstack-macros
BuildRequires: {{ py2pkg('Sphinx') }}
BuildRequires: {{ py2pkg('devel') }}

View File

@@ -6,7 +6,7 @@ Summary: An SDK for building applications to work with OpenStack
License: {{ license('Apache-2.0') }}
Group: Development/Languages/Python
Url: https://launchpad.net/%{sname}
Source: https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
Source0: https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
BuildRequires: openstack-macros
BuildRequires: {{ py2pkg('devel') }}
BuildRequires: {{ py2pkg('pbr') }}

View File

@@ -6,7 +6,7 @@ Summary: OpenStack Object Storage API Client Library
License: {{ license('Apache-2.0') }}
Group: Development/Languages/Python
Url: https://launchpad.net/%{sname}
Source: https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
Source0: https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
BuildRequires: openstack-macros
BuildRequires: {{ py2pkg('devel') }}
BuildRequires: {{ py2pkg('python-keystoneclient') }}

View File

@@ -5,7 +5,7 @@ Summary: OpenStack Functional Testing Library
License: {{ license('Apache-2.0') }}
Group: Development/Languages/Python
Url: http://www.openstack.org/
Source: https://pypi.io/packages/source/t/tempest-lib/tempest-lib-%{version}.tar.gz
Source0: https://pypi.io/packages/source/t/tempest-lib/tempest-lib-%{version}.tar.gz
BuildRequires: openstack-macros
BuildRequires: {{ py2pkg('ddt') }}
BuildRequires: {{ py2pkg('devel') }}