File hawk2.spec of Package hawk2.13711

#
# spec file for package hawk2
#
# Copyright (c) 2017 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/
#


%if 0%{?suse_version}
%define	www_base	/srv/www
%define	vendor_ruby	vendor_ruby
%define	init_style	suse
%define	pkg_group	Productivity/Clustering/HA
%else
%define	www_base	/var/www
%define	vendor_ruby	site_ruby
%define	init_style	redhat
%define	pkg_group	System Environment/Daemons
%endif

%define bundle_gems 1

%define	gname		haclient
%define	uname		hacluster

%define version_unconverted 2.1.0+git.1539075484.48179981

Name:           hawk2
Summary:        HA Web Konsole
License:        GPL-2.0
Group:          %{pkg_group}
Version:        2.1.0+git.1539075484.48179981
Release:        0
Url:            http://www.clusterlabs.org/wiki/Hawk
Source:         %{name}-%{version}.tar.bz2
Source10:       rake-10.4.2.gem
Source11:       json-1.8.1.gem
Source12:       rake-10.1.0.gem
Source100:      hawk-rpmlintrc
# PATCH-FIX-OPENSUSE: Don't drop any gems from bundle
Patch1:         0001-Don-t-drop-any-gems-from-bundle.patch
# PATCH-FIX-UPSTREAM: Fix nameless cluster display (bsc#1137891)
Patch2:         0002-Fix-nameless-cluster-display-bsc-1137891.patch
# PATCH-FIX-UPSTREAM: Fix cib.xml parsing for acl_version method (bsc#1158681)
Patch3:         0003-Fix-cib.xml-parsing-for-acl_version-bsc-1158681.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Provides:       ha-cluster-webui
Obsoletes:      hawk <= 1.1.0
Provides:       hawk = %{version}
Requires:       crmsh >= 2.2.0+git.1464237560
Requires:       graphviz
Requires:       graphviz-gd
Requires(post): %fillup_prereq
# Need a font of some kind for graphviz to work correctly (bsc#931950)
Requires:       dejavu
Requires:       pacemaker >= 1.1.8
%if 0%{?fedora_version} >= 19
Requires:       rubypick
BuildRequires:  rubypick
%endif
Requires:       rubygem(%{rb_default_ruby_abi}:bundler)
%if 0%{?suse_version}
Recommends:     graphviz-gnome
Requires:       iproute2
PreReq:         permissions
BuildRequires:  fdupes
BuildRequires:  libpacemaker-devel
%{?systemd_requires}
%if 0%{?suse_version} >= 1210
BuildRequires:  systemd
%endif
%else
Requires:       iproute
BuildRequires:  pacemaker-libs-devel
%endif
BuildRequires:  nodejs10
BuildRequires:  rubygem(%{rb_default_ruby_abi}:builder) >= 3.2
BuildRequires:  rubygem(%{rb_default_ruby_abi}:byebug) >= 3.5
BuildRequires:  rubygem(%{rb_default_ruby_abi}:fast_gettext) >= 0.9.2
BuildRequires:  rubygem(%{rb_default_ruby_abi}:gettext:3) >= 3.1
BuildRequires:  rubygem(%{rb_default_ruby_abi}:gettext_i18n_rails:1) >= 1.2
BuildRequires:  rubygem(%{rb_default_ruby_abi}:gettext_i18n_rails_js) >= 1.0
BuildRequires:  rubygem(%{rb_default_ruby_abi}:haml-rails) >= 0.8.2
BuildRequires:  rubygem(%{rb_default_ruby_abi}:js-routes:1)
BuildRequires:  rubygem(%{rb_default_ruby_abi}:kramdown:1) >= 1.3
BuildRequires:  rubygem(%{rb_default_ruby_abi}:mail) >= 2.6
BuildRequires:  rubygem(%{rb_default_ruby_abi}:mime-types) < 3
BuildRequires:  rubygem(%{rb_default_ruby_abi}:mime-types) >= 2.5
BuildRequires:  rubygem(%{rb_default_ruby_abi}:minitest) >= 5.6
BuildRequires:  rubygem(%{rb_default_ruby_abi}:puma) >= 2.11
BuildRequires:  rubygem(%{rb_default_ruby_abi}:rails:4.2)
BuildRequires:  rubygem(%{rb_default_ruby_abi}:ruby_parser) >= 3.6.6
BuildRequires:  rubygem(%{rb_default_ruby_abi}:sass) >= 3.4
BuildRequires:  rubygem(%{rb_default_ruby_abi}:sass-rails) >= 5.0.1
BuildRequires:  rubygem(%{rb_default_ruby_abi}:sexp_processor) >= 4.5.1
BuildRequires:  rubygem(%{rb_default_ruby_abi}:spring) >= 1.3
BuildRequires:  rubygem(%{rb_default_ruby_abi}:virtus)

%if 0%{?suse_version} <= 1310
BuildRequires:  rubygem(%{rb_default_ruby_abi}:rake:10.4)
%endif

BuildRequires:  rubygem(%{rb_default_ruby_abi}:sprockets) >= 3.0
BuildRequires:  rubygem(%{rb_default_ruby_abi}:thor) >= 0.19
BuildRequires:  rubygem(%{rb_default_ruby_abi}:tilt:1.4)
BuildRequires:  rubygem(%{rb_default_ruby_abi}:uglifier)
BuildRequires:  rubygem(%{rb_default_ruby_abi}:web-console:2) >= 2.1

%if 0%{?bundle_gems}
%else
# SLES bundles all this stuff at build time, other distros just
# use runtime dependencies.
Requires:       rubygem(%{rb_default_ruby_abi}:fast_gettext) >= 0.9.2
Requires:       rubygem(%{rb_default_ruby_abi}:gettext_i18n_rails:1) >= 1.2
Requires:       rubygem(%{rb_default_ruby_abi}:gettext_i18n_rails_js) >= 1.0
Requires:       rubygem(%{rb_default_ruby_abi}:haml-rails) >= 0.8.2
Requires:       rubygem(%{rb_default_ruby_abi}:js-routes:1)
Requires:       rubygem(%{rb_default_ruby_abi}:kramdown:1) >= 1.3
Requires:       rubygem(%{rb_default_ruby_abi}:puma) >= 2.11
Requires:       rubygem(%{rb_default_ruby_abi}:rails:4.2)
Requires:       rubygem(%{rb_default_ruby_abi}:sass-rails:5.0) >= 5.0.1
Requires:       rubygem(%{rb_default_ruby_abi}:sass:3.4)
Requires:       rubygem(%{rb_default_ruby_abi}:sexp_processor) >= 4.5.1
Requires:       rubygem(%{rb_default_ruby_abi}:sprockets) >= 3.0
Requires:       rubygem(%{rb_default_ruby_abi}:tilt:1.4)
Requires:       rubygem(%{rb_default_ruby_abi}:virtus:1.0)

%if 0%{?suse_version} <= 1310
Requires:       rubygem(%{rb_default_ruby_abi}:rake:10.4)
%endif

%endif

BuildRequires:  %{rubydevel >= 1.8.7}
BuildRequires:  git
BuildRequires:  glib2-devel
BuildRequires:  libxml2-devel >= 2.6.21
BuildRequires:  libxslt-devel
BuildRequires:  openssl-devel
BuildRequires:  pam-devel

%description
A web-based GUI for managing and monitoring the Pacemaker
High-Availability cluster resource manager.


%prep
%setup
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
export NOKOGIRI_USE_SYSTEM_LIBRARIES=1
CFLAGS="${CFLAGS} ${RPM_OPT_FLAGS}"
export CFLAGS
mkdir -p hawk/vendor/cache
install -D -m0644 %{S:10} %{S:11} %{S:12} hawk/vendor/cache
make WWW_BASE=%{www_base} INIT_STYLE=%{init_style} LIBDIR=%{_libdir} BINDIR=%{_bindir} SBINDIR=%{_sbindir} BUNDLE_GEMS=%{expand:%{?bundle_gems:true}%{!?bundle_gems:false}} RUBY_ABI=%{rb_ver}

%install
make WWW_BASE=%{www_base} INIT_STYLE=%{init_style} DESTDIR=%{buildroot} BUNDLE_GEMS=%{expand:%{?bundle_gems:true}%{!?bundle_gems:false}} install
sed -i 's$#!/.*$#!/usr/bin/ruby.%{rb_default_ruby_suffix}$' %{buildroot}%{www_base}/hawk/bin/bundle

# copy of GPL
cp COPYING %{buildroot}%{www_base}/hawk/
%if 0%{?bundle_gems}
# get rid of gem sample and test cruft
rm -rf %{buildroot}%{www_base}/hawk/vendor/bundle/ruby/*/gems/*/doc
rm -rf %{buildroot}%{www_base}/hawk/vendor/bundle/ruby/*/gems/*/examples
rm -rf %{buildroot}%{www_base}/hawk/vendor/bundle/ruby/*/gems/*/samples
rm -rf %{buildroot}%{www_base}/hawk/vendor/bundle/ruby/*/gems/*/test
rm -rf %{buildroot}%{www_base}/hawk/vendor/bundle/ruby/*/gems/*/ports
rm -rf %{buildroot}%{www_base}/hawk/vendor/bundle/ruby/*/gems/*/ext
%endif
%if 0%{?suse_version}

# Hack so missing links to docs don't kill the build
mkdir -p %{buildroot}/usr/share/doc/manual/sle-ha-geo-quick_en-pdf
mkdir -p %{buildroot}/usr/share/doc/manual/sle-ha-guide_en-pdf
mkdir -p %{buildroot}/usr/share/doc/manual/sle-ha-manuals_en
mkdir -p %{buildroot}/usr/share/doc/manual/sle-ha-geo-manuals_en
mkdir -p %{buildroot}/usr/share/doc/manual/sle-ha-nfs-quick_en-pdf
mkdir -p %{buildroot}/usr/share/doc/manual/sle-ha-install-quick_en-pdf

# mark .mo files as such (works on SUSE but not FC12, as the latter wants directory to
# be "share/locale", not just "locale", and it also doesn't support appending to %%{name}.lang)
%find_lang hawk hawk.lang
# don't ship .po files (find_lang only grabs the mos, and we don't need the pos anyway)
rm %{buildroot}%{www_base}/hawk/locale/*/hawk.po
rm %{buildroot}%{www_base}/hawk/locale/*/hawk.po.time_stamp
rm %{buildroot}%{www_base}/hawk/locale/*/hawk.edit.po
# hard link duplicate files
%fdupes %{buildroot}
%else
# Need file to exist else %%files fails later
touch hawk.lang
%endif
# more cruft to clean up (WTF?)
rm -f %{buildroot}%{www_base}/hawk/log/*
# likewise .git special files
find %{buildroot}%{www_base}/hawk -type f -name '.git*' -print0 | xargs --no-run-if-empty -0 rm
%if 0%{?suse_version}
%{__ln_s} -f %{_sbindir}/service %{buildroot}%{_sbindir}/rchawk
%endif

install -p -d -m 755 %{buildroot}%{_sysconfdir}/hawk
install -D -m 0644 -T rpm/sysconfig.hawk %{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.hawk

%clean
rm -rf %{buildroot}

%if 0%{?suse_version}
# TODO(must): Determine sensible non-SUSE versions of these,
# in particular restart_on_update and stop_on_removal.

%verifyscript
%verify_permissions -e %{_sbindir}/hawk_chkpwd
%verify_permissions -e %{_sbindir}/hawk_invoke

%pre
%service_add_pre hawk.service

%post
%set_permissions %{_sbindir}/hawk_chkpwd
%set_permissions %{_sbindir}/hawk_invoke
%service_add_post hawk.service
%{fillup_only -n hawk}

%preun
%service_del_preun hawk.service

%postun
%service_del_postun hawk.service

%endif

%files -f hawk.lang
%defattr(644,root,root,755)
%{_localstatedir}/adm/fillup-templates/sysconfig.hawk
%attr(4750, root, %{gname})%{_sbindir}/hawk_chkpwd
%attr(4750, root, %{gname})%{_sbindir}/hawk_invoke
%attr(0755, root, root) %{_sbindir}/hawk_monitor
%dir %{www_base}/hawk
%{www_base}/hawk/app
%{www_base}/hawk/config
%{www_base}/hawk/lib
%dir %{www_base}/hawk/bin
%attr(0755, root, root)%{www_base}/hawk/bin/rake
%attr(0755, root, root)%{www_base}/hawk/bin/rails
%exclude %{www_base}/hawk/bin/hawk
%attr(0755, root, root)%{www_base}/hawk/bin/generate-ssl-cert
%attr(0755, root, root)%{www_base}/hawk/bin/bundle
%attr(0750, %{uname},%{gname})%{_sysconfdir}/hawk
%attr(0750, %{uname},%{gname})%{www_base}/hawk/log
%dir %attr(0750, %{uname},%{gname})%{www_base}/hawk/tmp
%attr(-, %{uname},%{gname})%{www_base}/hawk/tmp/cache
%attr(-, %{uname},%{gname})%{www_base}/hawk/tmp/explorer
%attr(-, %{uname},%{gname})%{www_base}/hawk/tmp/home
%attr(-, %{uname},%{gname})%{www_base}/hawk/tmp/pids
%attr(-, %{uname},%{gname})%{www_base}/hawk/tmp/sessions
%attr(-, %{uname},%{gname})%{www_base}/hawk/tmp/sockets
%exclude %{www_base}/hawk/tmp/session_secret
%{www_base}/hawk/locale/hawk.pot
%if 0%{?bundle_gems}
%{www_base}/hawk/.bundle
%endif
%{www_base}/hawk/public
%{www_base}/hawk/Rakefile
%if 0%{?bundle_gems}
%{www_base}/hawk/Gemfile
%{www_base}/hawk/Gemfile.lock
%else
%exclude %{www_base}/hawk/Gemfile
%exclude %{www_base}/hawk/Gemfile.lock
%endif
%{www_base}/hawk/COPYING
%{www_base}/hawk/config.ru
%{www_base}/hawk/test
%{www_base}/hawk/spec
%if 0%{?suse_version}
# itemizing content in %%{www_base}/hawk/locale to avoid
# duplicate files that would otherwise be the result of including hawk.lang
%dir %{www_base}/hawk/locale
%dir %{www_base}/hawk/locale/*
%dir %{www_base}/hawk/locale/*/*
%else
%{www_base}/hawk/locale
%endif

# Not doing this itemization for %%lang files in vendor, it's frightfully
# hideous, so we're going to live with a handful of file-not-in-%%lang rpmlint
# warnings for bundled gems.
%{www_base}/hawk/vendor

%if 0%{?bundle_gems}
%attr(0755, root, root) %{www_base}/hawk/vendor/bundle/ruby/*/bin/puma
%attr(0755, root, root) %{www_base}/hawk/vendor/bundle/ruby/*/bin/pumactl
%endif

%{_unitdir}/hawk.service
%if 0%{?suse_version}
%attr(-,root,root) %{_sbindir}/rchawk
%endif

%changelog
openSUSE Build Service is sponsored by