commit
2629aedc28
@ -0,0 +1 @@
|
|||||||
|
SOURCES
|
@ -0,0 +1 @@
|
|||||||
|
662cb259b031a911806bac9c12cb933c3bc93175 SOURCES/sphere-indexhtml-9.tar.gz
|
@ -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 <s.cherevko@msvsphere.ru> - 9-1
|
||||||
|
- Initial build for MSVSphere 9.1
|
Loading…
Reference in new issue