2021-09-15 13:23:37 +00:00
|
|
|
Name: almalinux-indexhtml
|
2022-04-11 15:30:49 +00:00
|
|
|
Version: 9
|
2023-04-06 05:24:45 +00:00
|
|
|
Release: 2%{?dist}
|
2021-09-15 13:23:37 +00:00
|
|
|
Summary: Browser default start page for AlmaLinux
|
2022-04-11 15:30:49 +00:00
|
|
|
Source: %{name}-%{version}.tar.gz
|
2021-09-15 13:23:37 +00:00
|
|
|
License: Distributable
|
|
|
|
Group: Documentation
|
|
|
|
BuildArch: noarch
|
|
|
|
|
2023-04-06 05:24:45 +00:00
|
|
|
Patch0: revise-description.patch
|
|
|
|
|
2021-09-15 13:23:37 +00:00
|
|
|
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 AlmaLinux.
|
|
|
|
|
|
|
|
The Web page provided by indexhtml tells you how to register your AlmaLinux
|
|
|
|
software and how to get any support that you might need.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n HTML
|
|
|
|
|
2023-04-06 05:24:45 +00:00
|
|
|
%patch0 -p2
|
|
|
|
|
2021-09-15 13:23:37 +00:00
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_defaultdocdir}/HTML
|
|
|
|
cp -a . $RPM_BUILD_ROOT/%{_defaultdocdir}/HTML/
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%{_defaultdocdir}/HTML/*
|
|
|
|
|
|
|
|
%changelog
|
2023-04-06 05:24:45 +00:00
|
|
|
* Thu Apr 06 2023 Koichiro Iwao <meta@almalinux.org> - 9-2
|
|
|
|
- Revise AlmaLinux description not to hostile towards CentOS
|
|
|
|
|
2022-04-11 15:30:49 +00:00
|
|
|
* Tue Mar 22 2022 Eduard Abdullin <eabdullin@almalinux.org> - 9-1
|
|
|
|
- Update for AlmaLinux 9
|
|
|
|
|
2021-12-30 10:03:42 +00:00
|
|
|
* Tue Jun 08 2021 Andrei Lukoshko <alukoshko@almalinux.org> - 8-7.1
|
|
|
|
- Update tarball
|
2021-12-30 08:56:59 +00:00
|
|
|
|
2021-09-15 13:23:37 +00:00
|
|
|
* Wed Jan 20 2021 Anatholy Scryabin <ascryabin@cloudlinux.com> - 8-7
|
|
|
|
- Initial build for AlmaLinux
|