generated from pool/new_package
49 lines
1.5 KiB
RPMSpec
49 lines
1.5 KiB
RPMSpec
#
|
|
# spec file for package openstack-formula
|
|
#
|
|
# Copyright (c) 2016 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 http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
|
|
|
|
Name: openstack-formula
|
|
Version: 0.1
|
|
Release: 1%{?dist}
|
|
Summary: Example openstack Salt Formula collection for SUSE Manager
|
|
Url: https://github.com/benediktwerner/openstack-formula
|
|
Requires: salt-master
|
|
License: GPL-3.0
|
|
Source0: %{name}-%{version}.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
Example openstack Salt Formula collection for SUSE Manager. Internal use only.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
|
|
%install
|
|
mkdir -p %{buildroot}/usr/share/susemanager/formulas
|
|
cp -R * %{buildroot}/usr/share/susemanager/formulas
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
/usr/share/susemanager
|
|
|
|
%changelog
|