]> git.pld-linux.org Git - packages/FHS-doc.git/blob - FHS-doc.spec
- disable debug packages, release 2
[packages/FHS-doc.git] / FHS-doc.spec
1 Summary:        FHS (File Hierarchy Standard) %{version} documentation
2 Summary(pl.UTF-8):      Dokumentacja standardu FHS (File Hierarchy Standard) %{version}
3 Name:           FHS-doc
4 Version:        3.0
5 Release:        2
6 License:        distributable
7 Group:          Documentation
8 Source0:        http://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html
9 # Source0-md5:  04536bf6340257d1615303e70d54199b
10 Source1:        http://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.pdf
11 # Source1-md5:  0718d1e5043ce12dffb54654e795e526
12 URL:            http://refspecs.linuxfoundation.org/fhs.shtml
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _enable_debug_packages  0
17
18 %description
19 FHS (File Hierarchy Standard) %{version} documentation.
20
21 %description -l pl.UTF-8
22 Dokumentacja standardu hierarchii plików FHS (File Hierarchy Standard)
23 w wersji %{version}.
24
25 %package html
26 Summary:        FHS %{version} documentation in HTML format
27 Summary(pl.UTF-8):      Dokumentacja standardu FHS %{version} w formacie HTML
28 Group:          Documentation
29
30 %description html
31 FHS (File Hierarchy Standard) %{version} documentation in HTML format.
32
33 %description html -l pl.UTF-8
34 Dokumentacja standardu hierarchii plików FHS (File Hierarchy Standard)
35 w wersji %{version} w formacie HTML.
36
37 %package pdf
38 Summary:        FHS %{version} documentation in PDF format
39 Summary(pl.UTF-8):      Dokumentacja standardu FHS %{version} w formacie PDF
40 Group:          Documentation
41
42 %description pdf
43 FHS (File Hierarchy Standard) %{version} documentation in PDF format.
44
45 %description pdf -l pl.UTF-8
46 Dokumentacja standardu hierarchii plików FHS (File Hierarchy Standard)
47 w wersji %{version} w formacie PDF.
48
49 %prep
50 %setup -qcT
51 cp -p %{SOURCE0} %{SOURCE1} .
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files html
60 %defattr(644,root,root,755)
61 %doc fhs-3.0.html
62
63 %files pdf
64 %defattr(644,root,root,755)
65 %doc fhs-3.0.pdf
This page took 0.076136 seconds and 3 git commands to generate.