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