]> git.pld-linux.org Git - packages/xorg-sgml-doctools.git/blob - xorg-sgml-doctools.spec
- updated to 1.12.1
[packages/xorg-sgml-doctools.git] / xorg-sgml-doctools.spec
1 Summary:        Shared entity definitions for XFree86/X.org documentation
2 Summary(pl.UTF-8):      Współdzielone definicje encji dla dokumentacji XFree86/X.org
3 Name:           xorg-sgml-doctools
4 Version:        1.12.1
5 Release:        1
6 License:        MIT
7 Group:          X11/Development/Tools
8 Source0:        https://xorg.freedesktop.org/releases/individual/doc/%{name}-%{version}.tar.xz
9 # Source0-md5:  e68e4ed704fc21bd791e6fda37483f7d
10 URL:            https://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  rpmbuild(macros) >= 1.446
14 BuildRequires:  tar >= 1:1.22
15 BuildRequires:  xorg-util-util-macros >= 1.20
16 BuildRequires:  xz
17 Requires:       docbook-style-xsl-nons >= 1.77
18 BuildArch:      noarch
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 This package provides a common set of SGML entities and XML/CSS style
23 sheets used in building/formatting the documentation provided in other
24 X.Org packages. It's typically only needed by people building from
25 source who want to produce formatted documentation from their builds.
26
27 %description -l pl.UTF-8
28 Ten pakiet udostępnia wspólny zbiór encji SGML oraz arkuszy stylów
29 XML/CSS używanych przy budowaniu/formatowaniu dokumentacji dołączonej
30 do pakietów X.Org. Zwykle jest potrzebny tylko przy budowaniu ze
31 źródeł, jeśli w efekcie ma być utworzona sformatowana dokumentacja.
32
33 %prep
34 %setup -q
35
36 %build
37 %{__aclocal}
38 %{__autoconf}
39 %{__automake}
40 %configure \
41 %if "%{_host_cpu}" != "x32"
42         --host=%{_host} \
43         --build=%{_host} \
44 %endif
45
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %doc COPYING ChangeLog README.md
60 %{_datadir}/sgml/X11
61 %{_npkgconfigdir}/xorg-sgml-doctools.pc
This page took 0.108705 seconds and 4 git commands to generate.