File openstack-quickstart.spec of Package openstack-quickstart
#
# spec file for package openstack-quickstart
#
# Copyright (c) 2020 SUSE LLC
#
# 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/
#
%define version_unconverted 2018.2+git.1605129724.f754d90
Name:           openstack-quickstart
Version:        2018.2+git.1605129724.f754d90
Release:        0
Summary:        OpenStack Quickstart
License:        MIT
Group:          System/Management
URL:            http://en.opensuse.org/SDB:Cloud_OpenStack_Quickstart
Source0:        %{name}-%{version}.tar.gz
%if 0%{?suse_version}
Suggests:       patterns-OpenStack-clients
Suggests:       patterns-OpenStack-compute-node
Suggests:       patterns-OpenStack-controller
Suggests:       patterns-OpenStack-network-node
%endif
Requires:       crudini
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch
%description
Scripts and configs to easily generate an openstack demo setup.
%prep
%setup -q
%build
%install
make install DESTDIR=%{buildroot}
%files
%license COPYING
%{_sbindir}/openstack-quickstart-*
%{_sbindir}/openstack-loopback-lvm
%{_bindir}/getkstoken
/usr/lib/devstack
/usr/lib/openstack-quickstart
%config %{_sysconfdir}/bash.openstackrc
%config %{_sysconfdir}/openstackquickstartrc
%changelog