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