]> git.pld-linux.org Git - packages/debiandoc-sgml.git/blob - debiandoc-sgml.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/debiandoc-sgml.git] / debiandoc-sgml.spec
1 Summary:        SGML-based documentation formatting package
2 Summary(pl.UTF-8):      Bazujący na SGML pakiet do formatowania dokumentacji
3 Name:           debiandoc-sgml
4 Version:        1.2.31
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/Publishing/SGML
8 Source0:        http://ftp.debian.org/debian/pool/main/d/debiandoc-sgml/%{name}_%{version}.orig.tar.xz
9 # Source0-md5:  f89fdd5f2f9242549bbe8b405e1d9734
10 BuildRequires:  rpm-perlprov >= 4.1-13
11 BuildRequires:  rpmbuild(macros) >= 1.402
12 BuildRequires:  tar >= 1:1.22
13 BuildRequires:  xz
14 Requires:       sgml-common
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 SGML-based documentation formatting package.
20
21 %description -l pl.UTF-8
22 Bazujący na SGML pakiet do formatowania dokumentacji.
23
24 %prep
25 %setup -q
26
27 %build
28 %{__make} \
29         prefix=%{_prefix} \
30         perl_dir=%{perl_vendorlib}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install \
36         prefix=$RPM_BUILD_ROOT%{_prefix} \
37         perl_dir=$RPM_BUILD_ROOT%{perl_vendorlib}
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc README
45 %attr(755,root,root) %{_bindir}/debiandoc2*
46 %{perl_vendorlib}/DebianDoc_SGML
47 %dir %{_datadir}/%{name}
48 %attr(755,root,root) %{_datadir}/%{name}/fixlatex
49 %attr(755,root,root) %{_datadir}/%{name}/saspconvert
50 %{_datadir}/sgml/debiandoc
51 %{_mandir}/man1/debiandoc-sgml.1*
52 %{_mandir}/man1/debiandoc2*.1*
This page took 0.058572 seconds and 4 git commands to generate.