You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
931 B
39 lines
931 B
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
|