forked from rpms/almalinux-indexhtml
43 lines
1.1 KiB
RPMSpec
43 lines
1.1 KiB
RPMSpec
Name: almalinux-indexhtml
|
|
Version: 8
|
|
Release: 7.1%{?dist}.1
|
|
Summary: Browser default start page for AlmaLinux
|
|
Source: %{name}-%{version}-7.1.tar.gz
|
|
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
|
|
%setup -q -n HTML
|
|
|
|
%build
|
|
|
|
%install
|
|
mkdir -p $RPM_BUILD_ROOT/%{_defaultdocdir}/HTML
|
|
cp -a . $RPM_BUILD_ROOT/%{_defaultdocdir}/HTML/
|
|
|
|
|
|
%files
|
|
%{_defaultdocdir}/HTML/*
|
|
%{_defaultdocdir}/HTML/en-US/index.html
|
|
|
|
%changelog
|
|
* Thu Dec 30 2021 Eduard Abdullin <eabdullin@almalinux.org> - 8-7.1.1
|
|
- Created symlink for lynx
|
|
|
|
* Wed Jan 20 2021 Anatholy Scryabin <ascryabin@cloudlinux.com> - 8-7
|
|
- Initial build for AlmaLinux
|