%global vendor VMware %global srcname vmware-nsx %global docpath doc/build/html %global commit0 64cc70fa339df57ab1ed25795327cf96a42dc0e5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: python-networking-%{srcname} Version: 0.0.1 Release: 1.%{shortcommit0}%{?dist} Summary: %{vendor} OpenStack Neutron driver License: ASL 2.0 URL: https://pypi.python.org/pypi/%{srcname} # TODO: switch to an upstream release once there is one from stable/kilo Source0: https://ihrachyshka.fedorapeople.org/%{srcname}-%{version}.post241.tar.gz BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-oslo-sphinx BuildRequires: python-pbr >= 0.6 BuildRequires: python-setuptools BuildRequires: python-sphinx Requires: python-eventlet >= 0.16.1 Requires: python-httplib2 >= 0.7.5 Requires: python-netaddr >= 0.7.12 Requires: python-neutron Requires: python-oslo-concurrency >= 1.8.0 Requires: python-oslo-config >= 2:1.9.3 Requires: python-oslo-db >= 1.7.0 Requires: python-oslo-i18n >= 1.5.0 Requires: python-oslo-log >= 1.0.0 Requires: python-oslo-serialization >= 1.4.0 Requires: python-oslo-utils >= 1.4.0 Requires: python-oslo-vmware >= 0.11.1 Requires: python-pbr >= 0.6 Requires: python-retrying >= 1.2.3 Requires: python-six >= 1.7.0 Requires: python-sqlalchemy >= 0.9.7 Requires: python-stevedore >= 1.3.0 %description This package contains %{vendor} networking driver for OpenStack Neutron. %package doc Summary: %{summary} documentation Requires: %{name} = %{version}-%{release} %description doc This package contains documentation for %{vendor} networking driver for OpenStack Neutron. %prep %setup -qn %{srcname}-%{version}.post241 rm requirements.txt test-requirements.txt %build %{__python2} setup.py build %{__python2} setup.py build_sphinx rm %{docpath}/.buildinfo %install export PBR_VERSION=%{version} export SKIP_PIP_INSTALL=1 %{__python2} setup.py install --skip-build --root %{buildroot} %files %license LICENSE %{_bindir}/neutron-check-nsx-config %{python2_sitelib}/vmware_nsx %{python2_sitelib}/vmware_nsx-%{version}-py%{python2_version}.egg-info %files doc %license LICENSE %doc %{docpath} %changelog * Mon Aug 17 2015 Ihar Hrachyshka - 0.0.1-1.64cc70f - Initial release.