File aws-vpc-move-ip.spec of Package aws-vpc-move-ip.10348
#
# spec file for package aws-vpc-move-ip
#
# 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: aws-vpc-move-ip
Version: 0.2.20171113
Release: 0
Summary: Resource agent for implementing floating IP in AWS VPC
License: GPL-2.0
Group: Productivity/Clustering/HA
Url: http://www.suse.com
Source0: aws-vpc-move-ip
Source1: ofc_suse_aws-vpc-move-ip.8
Requires: pacemaker > 1.1.1
Requires: resource-agents
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
The resource agent emulates a floating private IP address for an EC2 instance running in a VPC.
%prep
%setup -q -n %{name} -c -T
%build
:
%install
mkdir -p %{buildroot}%{_libexecdir}/ocf/resource.d/suse/
install -m 0755 %{SOURCE0} %{buildroot}%{_libexecdir}/ocf/resource.d/suse/
mkdir -p %{buildroot}%{_mandir}/man8/
install -m 0644 %{SOURCE1} %{buildroot}%{_mandir}/man8/
%files
%defattr(-,root,root)
%dir %{_libexecdir}/ocf/
%dir %{_libexecdir}/ocf/resource.d/
%dir %{_libexecdir}/ocf/resource.d/suse
%{_libexecdir}/ocf/resource.d/suse/aws-vpc-move-ip
%{_mandir}/man8/ofc_suse_aws-vpc-move-ip.8%{ext_man}
%changelog