]> git.pld-linux.org Git - SPECS.git/blob - howto-html.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / howto-html.spec
1 Summary:        Various HOWTOs from the Linux Documentation Project
2 Summary(es.UTF-8):      Varios HOWTOs del Proyecto de Documentación del Linux (LDP)
3 Summary(pl.UTF-8):      Rozmaite dokumenty HOWTO z Linux Documentation Project
4 Summary(pt_BR.UTF-8):   Vários HOWTOs do Projeto de Documentação do Linux (LDP)
5 Name:           howto-html
6 Version:        20100920
7 Release:        1
8 License:        distributable
9 Group:          Documentation
10 Source0:        ftp://metalab.unc.edu/pub/Linux/docs/HOWTO/other-formats/html_single/Linux-html-single-HOWTOs-%{version}.tar.bz2
11 # Source0-md5:  e65b09ed9304c720dbe96e1df6bf0030
12 URL:            http://www.tldp.org/
13 BuildRequires:  sed >= 4.0
14 Obsoletes:      ldp
15 Requires:       LDP-base
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Linux HOWTOs are detailed documents which describe a specific aspect
21 of configuring or using Linux. Linux HOWTOs are a great source of
22 practical information about your system. The latest versions of these
23 documents are located at <http://www.tldp.org/docs.html#howto>.
24
25 %description -l es.UTF-8
26 Esta es la mejor colección existente de documentos Linux. Si deseas
27 encontrar las versiones más recientes de estos documentos mira en
28 http://sunsite.unc.edu/Linux. Las versiones en este paquete están en
29 el directorio %{_docdir}/LDP .
30
31 %description -l fr.UTF-8
32 Les HOWTO Linux sont des documents décrivant de façon exhaustive un
33 aspect de la configuration ou de l'utilisation d'un système Linux. Les
34 HOWTO Linux sont l'une des meilleures sources d'information sur la
35 pratique de votre système. La dernière version de chacun de ces
36 documents peut être touvée à cette adresse:
37 <http://www.tldp.org/docs.html#howto>.
38
39 %description -l pl.UTF-8
40 To jest zbiór dokumentów HOWTO, w których znajdziesz odpowiedzi na
41 dużą część pytań pojawiających się przy pracy z Linuksem. Najnowsze
42 wersje tych dokumentów znajdziesz pod adresem:
43 <http://www.tldp.org/docs.html#howto>.
44
45 %description -l pt_BR.UTF-8
46 Esta é a melhor coleção existente de documentos Linux. Se você deseja
47 encontrar as versões mais recentes destes documentos veja em
48 <http://sunsite.unc.edu/Linux>. As versões neste pacote estão no
49 diretório %{_docdir}/LDP .
50
51 %prep
52 %setup -qc
53 # cosmetics
54 # remove leading ../{mini,} and change trailling index.html-s appropriately
55 sed -i -e 's/\/index\.html/\.html/g' -e 's/\.\.\/mini\///g' -e 's/\.\.\///g' *.html
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59 install -d $RPM_BUILD_ROOT%{_docdir}/LDP/html
60 cp -a * $RPM_BUILD_ROOT%{_docdir}/LDP/html
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %files
66 %defattr(644,root,root,755)
67 %{_docdir}/LDP/html
This page took 0.075128 seconds and 3 git commands to generate.