diff --git a/anaconda-user-help-26.1.tar.gz b/anaconda-user-help-26.1.tar.gz deleted file mode 100644 index f5ba88e..0000000 Binary files a/anaconda-user-help-26.1.tar.gz and /dev/null differ diff --git a/anaconda-user-help-blivet-gui.tar.gz b/anaconda-user-help-blivet-gui.tar.gz deleted file mode 100644 index 5490aca..0000000 Binary files a/anaconda-user-help-blivet-gui.tar.gz and /dev/null differ diff --git a/anaconda-user-help.spec b/anaconda-user-help.spec deleted file mode 100644 index 65fa5f4..0000000 --- a/anaconda-user-help.spec +++ /dev/null @@ -1,33 +0,0 @@ -Name: anaconda-user-help -Version: 26.1 -Release: 9 -Summary: Content for the Anaconda built-in help system -License: CC-BY-SA -URL: https://pagure.io/install-guide -Source0: %{name}-%{version}.tar.gz -Source1: %{name}-blivet-gui.tar.gz - -BuildArch: noarch -BuildRequires: python3-devel python3-lxml xmlto lynx - -%description -This package provides content for the Anaconda built-in help system. - -%prep -%setup -q -a 1 - -%build -%{__python3} prepare_anaconda_help_content.py - -%install -install -d -m 0755 -p %{buildroot}%{_datadir}/anaconda/help -cp -r anaconda_help_content/* %{buildroot}%{_datadir}/anaconda/help -cp -r blivetgui_help_content/* %{buildroot}%{_datadir}/anaconda/help - -%files -%defattr(-,root,root) -%{_datadir}/anaconda/help/* - -%changelog -* Sun Oct 13 2019 openEuler Buildteam - 26.1-9 -- Package init