commit 2629aedc28d2f8cad781e0808973cda2e635fe11 Author: Sergey Cherevko Date: Thu Mar 30 17:34:29 2023 +0300 Initial build for MSVSphere 9.1 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ad000f6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES diff --git a/.sphere-indexhtml.metadata b/.sphere-indexhtml.metadata new file mode 100644 index 0000000..0b16df0 --- /dev/null +++ b/.sphere-indexhtml.metadata @@ -0,0 +1 @@ +662cb259b031a911806bac9c12cb933c3bc93175 SOURCES/sphere-indexhtml-9.tar.gz diff --git a/SPECS/sphere-indexhtml.spec b/SPECS/sphere-indexhtml.spec new file mode 100644 index 0000000..ac8b7b0 --- /dev/null +++ b/SPECS/sphere-indexhtml.spec @@ -0,0 +1,38 @@ +Name: sphere-indexhtml +Version: 9 +Release: 1%{?dist} +Summary: Browser default start page for MSVSphere +Source: %{name}-%{version}.tar.gz +License: Distributable +Group: Documentation +BuildArch: noarch + +Obsoletes: redhat-indexhtml +Obsoletes: centos-indexhtml + +Provides: redhat-indexhtml = %{version}-%{release} +Provides: centos-indexhtml = %{version}-%{release} + +%description +The indexhtml package contains the welcome page shown by your Web browser, +which you'll see after you've successfully installed MSVSphere. + +The Web page provided by indexhtml tells you how to register your MSVSphere +software and how to get any support that you might need. + +%prep +%setup -q -n HTML + +%build + +%install +mkdir -p $RPM_BUILD_ROOT/%{_defaultdocdir}/HTML +cp -a . $RPM_BUILD_ROOT/%{_defaultdocdir}/HTML/ + + +%files +%{_defaultdocdir}/HTML/* + +%changelog +* Thu Mar 30 2023 Sergey Cherevko - 9-1 +- Initial build for MSVSphere 9.1