Added updated index.html to sources #3

Open
sboldyreva wants to merge 2 commits from sboldyreva/almalinux-indexhtml:a9 into a9
3 changed files with 133 additions and 8 deletions
Showing only changes of commit c18127e9c6 - Show all commits

View File

@ -1 +0,0 @@
5b63391a3132c247f00daa63c392c15bf7df0213 SOURCES/almalinux-indexhtml-9.tar.gz

123
SOURCES/index.html Normal file

File diff suppressed because one or more lines are too long

View File

@ -1,8 +1,8 @@
Name: almalinux-indexhtml Name: almalinux-indexhtml
Version: 9 Version: 9
Release: 2%{?dist} Release: 3%{?dist}
Summary: Browser default start page for AlmaLinux Summary: Browser default start page for AlmaLinux
Source: %{name}-%{version}.tar.gz Source: index.html
License: Distributable License: Distributable
Group: Documentation Group: Documentation
BuildArch: noarch BuildArch: noarch
@ -23,21 +23,24 @@ The Web page provided by indexhtml tells you how to register your AlmaLinux
software and how to get any support that you might need. software and how to get any support that you might need.
%prep %prep
%setup -q -n HTML %setup -q -c -T
%patch0 -p2
%build %build
%install %install
mkdir -p $RPM_BUILD_ROOT/%{_defaultdocdir}/HTML mkdir -p $RPM_BUILD_ROOT/%{_defaultdocdir}/HTML/en-US/
cp -a . $RPM_BUILD_ROOT/%{_defaultdocdir}/HTML/ 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
%files %files
%{_defaultdocdir}/HTML/* %{_defaultdocdir}/HTML/*
%changelog %changelog
* 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 * Thu Apr 06 2023 Koichiro Iwao <meta@almalinux.org> - 9-2
- Revise AlmaLinux description not to hostile towards CentOS - Revise AlmaLinux description not to hostile towards CentOS