Initial release
This commit is contained in:
parent
dfad057934
commit
cb6d3e224f
1
.gitignore
vendored
1
.gitignore
vendored
@ -0,0 +1 @@
|
|||||||
|
/anaconda-user-help-22.1.tar.gz
|
37
anaconda-user-help.spec
Normal file
37
anaconda-user-help.spec
Normal file
@ -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 <mkolman@redhat.com> - 22.1-1
|
||||||
|
- Initial release (mkolman)
|
Loading…
Reference in New Issue
Block a user