Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.5:Update
sap-suse-cluster-connector.8696
sap-suse-cluster-connector.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sap-suse-cluster-connector.spec of Package sap-suse-cluster-connector.8696
# # spec file for package sap-suse-cluster-connector # # 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/ # Name: sap-suse-cluster-connector Version: 3.0.1 Release: 0 BuildArch: noarch Summary: Connector between sapstartsrv and corosync/pacemeker based clusters Source0: sap-suse-cluster-connector-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: pacemaker > 1.1.1 Summary: SUSE High Availability Setup for SAP Products License: GPL-2.0 Group: Productivity/Clustering/HA URL: http://www.suse.com %if 0%{?sle_version} >= 150000 Provides: sap_suse_cluster_connector = %version Obsoletes: sap_suse_cluster_connector < %version %else Conflicts: sap_suse_cluster_connector %endif %description Running SAP in a high availability cluster environment needs additional interfaces to communicate between the SAP program SAPSTARTSRV and the high availability cluster. At least it is essential to inform the cluster, if a SAP instance is started or shutdown. This package includes the reference interface implementation sap_suse_cluster_connector. For more information you may also visit the SAP SCN at: http://scn.sap.com/docs/DOC-25453 Authors: -------- Fabian Herschel %prep %setup %build ( cd man8; for manual_page in *8; do gzip $manual_page; done ) %install mkdir -p %{buildroot}/usr/bin mkdir -p %{buildroot}/%{_mandir}/man8 mkdir -p %{buildroot}/usr/share/sap_suse_cluster_connector/checks/ mkdir -p %{buildroot}/etc/ # script install -m 0755 bin/* %{buildroot}/usr/bin/ # manual pages install -m 0644 man8/*.gz %{buildroot}/usr/share/man/man8/ # check scripts install -m 0755 check/run_* %{buildroot}/usr/share/sap_suse_cluster_connector install -m 0755 check/??_* %{buildroot}/usr/share/sap_suse_cluster_connector/checks # configuration file install -m 0644 etc/sap_suse_cluster_connector %{buildroot}/etc/ %post if [ ! -e /usr/local/bin/sap_cluster_connector ]; then ln -s /usr/bin/sap_suse_cluster_connector \ /usr/local/bin/sap_cluster_connector fi %files %defattr(-,root,root) /usr/bin/sap_suse_cluster_connector %dir /usr/share/sap_suse_cluster_connector %dir /usr/share/sap_suse_cluster_connector/checks /usr/share/sap_suse_cluster_connector/run_* /usr/share/sap_suse_cluster_connector/checks/* %config /etc/sap_suse_cluster_connector %{_mandir}/man8/*.gz %if 0%{?sle_version} < 120000 %doc COPYING %else %license COPYING %endif %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor