From cb6d3e224fcfaaf27b6091a770548e4fb80ce826 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 16 Dec 2014 14:15:42 +0100 Subject: [PATCH] Initial release --- .gitignore | 1 + anaconda-user-help.spec | 37 +++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 39 insertions(+) create mode 100644 anaconda-user-help.spec diff --git a/.gitignore b/.gitignore index e69de29..777faed 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/anaconda-user-help-22.1.tar.gz diff --git a/anaconda-user-help.spec b/anaconda-user-help.spec new file mode 100644 index 0000000..2e3b1f3 --- /dev/null +++ b/anaconda-user-help.spec @@ -0,0 +1,37 @@ +Summary: Content for the Anaconda built-in help system +Name: anaconda-user-help +URL: https://fedorahosted.org/install-guide +Version: 22.1 +Release: 1%{?dist} +BuildArch: noarch + +# the tarball is created from the Fedora Installation Guide +# git repository with git archive from the corresponding +# anaconda-user-help-x.x git tag + +Source0: %{name}-%{version}.tar.gz + +License: CC-BY-SA +Group: System Environment/Base +BuildRequires: python3-devel +BuildRequires: python3-lxml + +%description +This package provides content for the Anaconda built-in help system. + +%prep +%setup -q + +%build +%{__python3} prepare_anaconda_help_content.py + +%install +mkdir -p %{buildroot}%{_datadir}/anaconda/help +cp -r anaconda_help_content/* %{buildroot}%{_datadir}/anaconda/help + +%files +%{_datadir}/anaconda/help/* + +%changelog +* Wed Dec 10 2014 Martin Kolman - 22.1-1 +- Initial release (mkolman) diff --git a/sources b/sources index e69de29..1676823 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +6d7667d7a49b889c0de2afdc923132bc anaconda-user-help-22.1.tar.gz