almalinux-indexhtml/SPECS/almalinux-indexhtml.spec

47 lines
1.2 KiB
RPMSpec
Raw Permalink Normal View History

2021-09-15 13:23:37 +00:00
Name: almalinux-indexhtml
Version: 8
2024-11-06 16:18:02 +00:00
Release: 8%{?dist}
2021-09-15 13:23:37 +00:00
Summary: Browser default start page for AlmaLinux
2024-11-06 16:18:02 +00:00
Source: index.html
2021-09-15 13:23:37 +00:00
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 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 16:18:02 +00:00
%setup -q -c -T
2021-09-15 13:23:37 +00:00
%build
%install
2024-11-06 16:18:02 +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 16:18:02 +00:00
* Wed Nov 06 2024 Sofia Boldyreva <sboldyreva@almalinux.org> - 8-8
- Added updated index.html to sources.
- Updated prep and install sections.
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