
Change-Id: I50fbec67ea261dd35fa48b4106009ef665abd009 Signed-off-by: Saul Wold <sgw@linux.intel.com>
36 lines
658 B
RPMSpec
36 lines
658 B
RPMSpec
%global module_dir dcdbsync
|
|
|
|
Name: puppet-%{module_dir}
|
|
Version: 1.0.0
|
|
Release: %{tis_patch_ver}%{?_tis_dist}
|
|
Summary: Puppet dcdbsync module
|
|
License: Apache
|
|
Packager: Wind River <info@windriver.com>
|
|
|
|
URL: unknown
|
|
|
|
Source0: %{name}-%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
%description
|
|
A puppet module for dcorch dbsync service
|
|
|
|
%prep
|
|
%setup
|
|
|
|
#
|
|
# The src for this puppet module needs to be staged to puppet/modules
|
|
#
|
|
%install
|
|
make install \
|
|
MODULEDIR=%{buildroot}%{_datadir}/puppet/modules
|
|
|
|
|
|
%files
|
|
%license LICENSE
|
|
%{_datadir}/puppet/modules/%{module_dir}
|
|
|