Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
44bff9049a | ||
|
318bff1f77 |
@ -1 +0,0 @@
|
|||||||
5b8a27d973ac56d891fad39a84fd525ffa9ccbb6 SOURCES/almalinux-indexhtml-8-7.1.tar.gz
|
|
123
SOURCES/index.html
Normal file
123
SOURCES/index.html
Normal file
File diff suppressed because one or more lines are too long
@ -1,8 +1,8 @@
|
|||||||
Name: almalinux-indexhtml
|
Name: almalinux-indexhtml
|
||||||
Version: 8
|
Version: 8
|
||||||
Release: 7.1%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: Browser default start page for AlmaLinux
|
Summary: Browser default start page for AlmaLinux
|
||||||
Source: %{name}-%{version}-7.1.tar.gz
|
Source: index.html
|
||||||
License: Distributable
|
License: Distributable
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -21,19 +21,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
|
||||||
|
|
||||||
%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> - 8-8
|
||||||
|
- Added updated index.html to sources.
|
||||||
|
- Updated prep and install sections.
|
||||||
|
|
||||||
* Tue Jun 08 2021 Andrei Lukoshko <alukoshko@almalinux.org> - 8-7.1
|
* Tue Jun 08 2021 Andrei Lukoshko <alukoshko@almalinux.org> - 8-7.1
|
||||||
- Update tarball
|
- Update tarball
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user