]> git.pld-linux.org Git - packages/anaconda-help.git/blame - anaconda-help.spec
- tabs in preamble
[packages/anaconda-help.git] / anaconda-help.spec
CommitLineData
9931aac7 1Summary: Help files for use in the Red Hat Linux installer
1b6c52e8 2Summary(pl.UTF-8): Pliki pomocy dla instalatora systemu Red Hat Linux
9931aac7
PZ
3Name: anaconda-help
4Version: 10.1.0
5Release: 1
6License: distributable
7Group: Applications/System
8Source0: %{name}-%{version}.tar.bz2
9# Source0-md5: 54842b3a7b35cbd8f2fcff9f5b843d76
9931aac7
PZ
10BuildRequires: docbook-style-dsssl
11BuildRequires: docbook-style-xsl
12BuildRequires: kdesdk-po2xml
13BuildRequires: openjade
14BuildRequires: xmlto
15BuildArch: noarch
9ac0cc4c 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
9931aac7
PZ
17
18%description
19The anaconda-help package contains the help used in anaconda, the Red
20Hat Linux installer.
21
320a91a4
JR
22%description -l pl.UTF-8
23Ten pakiet zawiera pliki pomocy używane przez anacondę - instalator
9ac0cc4c
JB
24systemu Red Hat Linux.
25
9931aac7
PZ
26%prep
27%setup -q
28
29%build
30export LANG=en_US.UTF-8
9ac0cc4c 31%{__make}
9931aac7
PZ
32
33%install
34rm -rf $RPM_BUILD_ROOT
35
9ac0cc4c
JB
36%{__make} install \
37 DESTDIR=$RPM_BUILD_ROOT
9931aac7
PZ
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
9ac0cc4c 43%defattr(644,root,root,755)
9931aac7 44%{_datadir}/anaconda/help
This page took 0.103358 seconds and 4 git commands to generate.