File openstack-horizon-plugin-neutron-fwaas-ui.spec of Package openstack-horizon-plugin-neutron-fwaas-ui

#
# spec file for package openstack-horizon-plugin-neutron-fwaas-ui
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


%if 0%{?rhel} || 0%{?fedora}
%global http_dashboard_dir %{_datarootdir}/openstack-dashboard
%else
%global http_dashboard_dir /srv/www/openstack-dashboard
%endif
%define version_unconverted 1.5.1.dev6

Name:           openstack-horizon-plugin-neutron-fwaas-ui
Version:        1.5.1~dev6
Release:        0
Summary:        Neutron FWaaS management plugin for Horizon
License:        Apache-2.0
Group:          Development/Languages/Python
URL:            https://launchpad.net/neutron-fwaas-dashboard
Source:         http://tarballs.openstack.org/neutron-fwaas-dashboard/neutron-fwaas-dashboard-stable-rocky.tar.gz
BuildRequires:  fdupes
BuildRequires:  gettext
BuildRequires:  openstack-dashboard
BuildRequires:  openstack-suse-macros
BuildRequires:  python-ddt
BuildRequires:  python-django-nose
BuildRequires:  python-mock
BuildRequires:  python-mox3
BuildRequires:  python-nosehtmloutput
BuildRequires:  python-openstackdocstheme
BuildRequires:  python-pbr
BuildRequires:  python-python-subunit
BuildRequires:  python-reno
BuildRequires:  python-testrepository
BuildRequires:  python-testscenarios
BuildRequires:  python-testtools
Requires:       python-horizon-plugin-neutron-fwaas-ui = %{version}
BuildArch:      noarch

%description
OpenStack Neutron FWaaS management plugin for Horizon.

%package -n    python-horizon-plugin-neutron-fwaas-ui
Summary:        Neutron FWaaS Management Plugin for Horizon - Python module
Group:          Development/Languages/Python
Requires:       python-Django
Requires:       python-neutronclient >= 6.7.0
Requires:       python-pbr >= 2.0.0

%description -n python-horizon-plugin-neutron-fwaas-ui
OpenStack Neutron FWaaS management plugin for Horizon.

This package contains the core Python module of the neutron-fwaas-ui.

%package test
Summary:        Neutron FWaaS Management Plugin for Horizon - Testsuite
Group:          Development/Languages/Python
Requires:       python-ddt
Requires:       python-django-nose >= 1.4.4
Requires:       python-mock >= 2.0.0
Requires:       python-mox3
Requires:       python-openstackdocstheme >= 1.18.1
Requires:       python-python-subunit
Requires:       python-reno >= 2.5.0
Requires:       python-testrepository
Requires:       python-testscenarios
Requires:       python-testtools

%description test
OpenStack Neutron FWaaS management plugin for Horizon.
It is used to verify the functionality of the Neutron FWaaS UI Plugin.

%prep
%setup -q -n neutron-fwaas-dashboard-%{version_unconverted}
%openstack_cleanup_prep

%build
python setup.py build
pushd neutron_fwaas_dashboard
PYTHONPATH=%{http_dashboard_dir} python ../manage.py compilemessages
popd

%check
PYTHONPATH=%{http_dashboard_dir} python manage.py test neutron_fwaas_dashboard --settings=neutron_fwaas_dashboard.test.settings

%install
python setup.py install --skip-build --prefix=%{_prefix} --root=%{buildroot}

install -m 0755 -d %{buildroot}%{http_dashboard_dir}/openstack_dashboard/enabled/
cp -a neutron_fwaas_dashboard/enabled/*.py %{buildroot}%{http_dashboard_dir}/openstack_dashboard/enabled/
install -m 0755 -d %{buildroot}%{http_dashboard_dir}/openstack_dashboard/conf/
cp -a etc/neutron-fwaas-policy.json %{buildroot}%{http_dashboard_dir}/openstack_dashboard/conf/

%fdupes %{buildroot}%{python2_sitelib}
%fdupes %{buildroot}%{http_dashboard_dir}

%post
su wwwrun -s /bin/sh -c "python %{http_dashboard_dir}/manage.py collectstatic --noinput --clear > /dev/null"

%postun
su wwwrun -s /bin/sh -c "python %{http_dashboard_dir}/manage.py collectstatic --noinput --clear > /dev/null"

%files
%doc ChangeLog CONTRIBUTING.rst README.rst
%license LICENSE
%{http_dashboard_dir}/openstack_dashboard/enabled/*.py*
%{http_dashboard_dir}/openstack_dashboard/conf/neutron-fwaas-policy.json

%files -n python-horizon-plugin-neutron-fwaas-ui
%doc README.rst
%license LICENSE
%{python2_sitelib}/neutron_fwaas_dashboard/
%{python2_sitelib}/neutron_fwaas_dashboard-*.egg-info
%exclude %{python_sitelib}/neutron_fwaas_dashboard/test*

%files test
%{python_sitelib}/neutron_fwaas_dashboard/test*

%changelog
openSUSE Build Service is sponsored by