]> git.pld-linux.org Git - packages/anaconda-help.git/blame - anaconda-help.spec
- paths fixed
[packages/anaconda-help.git] / anaconda-help.spec
CommitLineData
9931aac7
PZ
1Summary: Help files for use in the Red Hat Linux installer
2Name: anaconda-help
3Version: 10.1.0
4Release: 1
5License: distributable
6Group: Applications/System
7Source0: %{name}-%{version}.tar.bz2
8# Source0-md5: 54842b3a7b35cbd8f2fcff9f5b843d76
9BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
10BuildRequires: docbook-style-dsssl
11BuildRequires: docbook-style-xsl
12BuildRequires: kdesdk-po2xml
13BuildRequires: openjade
14BuildRequires: xmlto
15BuildArch: noarch
16
17%description
18The anaconda-help package contains the help used in anaconda, the Red
19Hat Linux installer.
20
21%prep
22%setup -q
23
24%build
25export LANG=en_US.UTF-8
26make
27
28%install
29rm -rf $RPM_BUILD_ROOT
30
31make DESTDIR=$RPM_BUILD_ROOT install
32
33%clean
34rm -rf $RPM_BUILD_ROOT
35
36%files
37%defattr(-,root,root)
9931aac7 38%{_datadir}/anaconda/help
This page took 0.085351 seconds and 4 git commands to generate.