almalinux-indexhtml/SPECS/almalinux-indexhtml.spec

55 lines
1.5 KiB
RPMSpec
Raw Normal View History

2021-09-15 13:23:37 +00:00
Name: almalinux-indexhtml
2022-04-11 15:30:49 +00:00
Version: 9
2024-11-06 17:15:15 +00:00
Release: 3%{?dist}
2021-09-15 13:23:37 +00:00
Summary: Browser default start page for AlmaLinux
2024-11-06 17:15:15 +00:00
Source: index.html
2021-09-15 13:23:37 +00:00
License: Distributable
Group: Documentation
BuildArch: noarch
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
2024-11-06 17:15:15 +00:00
%setup -q -c -T
2021-09-15 13:23:37 +00:00
%build
%install
2024-11-06 17:15:15 +00:00
mkdir -p $RPM_BUILD_ROOT/%{_defaultdocdir}/HTML/en-US/
install -m644 %{SOURCE0} $RPM_BUILD_ROOT/%{_defaultdocdir}/HTML/en-US/index.html
ln -sf en-US/index.html $RPM_BUILD_ROOT/%{_defaultdocdir}/HTML/index.html
2021-09-15 13:23:37 +00:00
%files
%{_defaultdocdir}/HTML/*
%changelog
2024-11-06 17:15:15 +00:00
* Wed Nov 06 2024 Sofia Boldyreva <sboldyreva@almalinux.org> - 9-3
- Added updated index.html to sources.
- Updated prep and install sections.
* 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