Project

General

Profile

Download (2.76 KB) Statistics
| Branch: | Tag: | Revision:
6ca56125 Dirk Goetz
# Generated from foreman_dlm-1.0.0.gem by gem2rpm -*- rpm-spec -*-
6240eede Dirk Goetz
# template: foreman_plugin
6ca56125 Dirk Goetz
%{?scl:%scl_package rubygem-%{gem_name}}
%{!?scl:%global pkg_name %{name}}

%global gem_name foreman_dlm
6240eede Dirk Goetz
%global plugin_name dlm
%global foreman_min_version 1.17
6ca56125 Dirk Goetz
Name: %{?scl_prefix}rubygem-%{gem_name}
Version: 1.0.0
6240eede Dirk Goetz
Release: 2%{?foremandist}%{?dist}
6ca56125 Dirk Goetz
Summary: Distributed Lock Manager for Foreman
6240eede Dirk Goetz
Group: Applications/Systems
6ca56125 Dirk Goetz
License: GPL-3.0
URL: https://github.com/timogoebel/foreman_dlm
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem

# start generated dependencies
6240eede Dirk Goetz
Requires: foreman >= %{foreman_min_version}
6ca56125 Dirk Goetz
Requires: %{?scl_prefix_ruby}ruby(release)
Requires: %{?scl_prefix_ruby}ruby
Requires: %{?scl_prefix_ruby}ruby(rubygems)
6240eede Dirk Goetz
BuildRequires: foreman-plugin >= %{foreman_min_version}
6ca56125 Dirk Goetz
BuildRequires: %{?scl_prefix_ruby}ruby(release)
BuildRequires: %{?scl_prefix_ruby}ruby
BuildRequires: %{?scl_prefix_ruby}rubygems-devel
BuildArch: noarch
Provides: %{?scl_prefix}rubygem(%{gem_name}) = %{version}
6240eede Dirk Goetz
Provides: foreman-plugin-%{plugin_name}
6ca56125 Dirk Goetz
# end generated dependencies

%description
Adds a Distributed Lock Manager to Foreman. This enables painless system
updates for clusters.


%package doc
Summary: Documentation for %{pkg_name}
Group: Documentation
Requires: %{?scl_prefix}%{pkg_name} = %{version}-%{release}
BuildArch: noarch

%description doc
Documentation for %{pkg_name}.

%prep
%{?scl:scl enable %{scl} - << \EOF}
gem unpack %{SOURCE0}
%{?scl:EOF}

%setup -q -D -T -n %{gem_name}-%{version}

%{?scl:scl enable %{scl} - << \EOF}
gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
%{?scl:EOF}

%build
# Create the gem as gem install only works on a gem file
%{?scl:scl enable %{scl} - << \EOF}
gem build %{gem_name}.gemspec
%{?scl:EOF}

# %%gem_install compiles any C extensions and installs the gem into ./%%gem_dir
# by default, so that we can move it into the buildroot in %%install
%{?scl:scl enable %{scl} - << \EOF}
%gem_install
%{?scl:EOF}

%install
mkdir -p %{buildroot}%{gem_dir}
cp -pa .%{gem_dir}/* \
%{buildroot}%{gem_dir}/

6240eede Dirk Goetz
%foreman_bundlerd_file
%foreman_precompile_plugin -a

6ca56125 Dirk Goetz
%files
%dir %{gem_instdir}
%license %{gem_instdir}/LICENSE
%{gem_instdir}/app
%{gem_instdir}/config
%{gem_instdir}/db
%{gem_libdir}
%{gem_instdir}/locale
%exclude %{gem_cache}
%{gem_spec}
6240eede Dirk Goetz
%{foreman_bundlerd_plugin}
%{foreman_apipie_cache_foreman}
%{foreman_apipie_cache_plugin}
6ca56125 Dirk Goetz
%files doc
%doc %{gem_docdir}
%doc %{gem_instdir}/README.md
%{gem_instdir}/Rakefile
%{gem_instdir}/test

6240eede Dirk Goetz
%posttrans
%{foreman_db_migrate}
%{foreman_apipie_cache}
%{foreman_restart}
exit 0

6ca56125 Dirk Goetz
%changelog
6240eede Dirk Goetz
* Thu Jun 07 2018 Dirk Goetz <dirk.goetz@netways.de> 1.0.0-2
- Changed to foreman_plugin template

6ca56125 Dirk Goetz
* Tue Jun 05 2018 Dirk Goetz <dirk.goetz@netways.de> 1.0.0-1
- Add rubygem-foreman_dlm generated by gem2rpm using the scl template