]> git.pld-linux.org Git - packages/xorg-proto-xproto.git/blob - xorg-proto-xproto.spec
496757fcdb5854c975d2e8e7cfd7147a6b77ef02
[packages/xorg-proto-xproto.git] / xorg-proto-xproto.spec
1 Summary:        X protocol and ancillary headers
2 Summary(pl.UTF-8):      Nagłówki protokołu X i pomocnicze
3 Name:           xorg-proto-xproto
4 Version:        7.0.23
5 Release:        1
6 License:        MIT
7 Group:          X11/Development/Libraries
8 Source0:        http://xorg.freedesktop.org/releases/individual/proto/xproto-%{version}.tar.bz2
9 # Source0-md5:  d4d241a4849167e4e694fe73371c328c
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  docbook-dtd43-xml
14 BuildRequires:  xmlto >= 0.0.22
15 BuildRequires:  xorg-sgml-doctools >= 1.8
16 BuildRequires:  xorg-util-util-macros >= 1.12
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 X protocol and ancillary headers.
21
22 %description -l pl.UTF-8
23 Nagłówki protokołu X i pomocnicze.
24
25 %package devel
26 Summary:        X protocol and ancillary headers
27 Summary(pl.UTF-8):      Nagłówki protokołu X i pomocnicze
28 Group:          X11/Development/Libraries
29 Requires:       filesystem >= 3.0-32
30 Obsoletes:      xproto
31
32 %description devel
33 X protocol and ancillary headers.
34
35 %description devel -l pl.UTF-8
36 Nagłówki protokołu X i pomocnicze.
37
38 %prep
39 %setup -q -n xproto-%{version}
40
41 %build
42 %{__aclocal}
43 %{__autoconf}
44 %{__autoheader}
45 %{__automake}
46 %configure
47
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52 install -d $RPM_BUILD_ROOT%{_includedir}/X11/extensions
53
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT \
56         pkgconfigdir=%{_pkgconfigdir}
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files devel
62 %defattr(644,root,root,755)
63 %doc AUTHORS COPYING ChangeLog README specs/*.html specs/SIAddresses/{IPv6,hostname,localuser}.txt
64 %{_includedir}/X11/*.h
65 %dir %{_includedir}/X11/extensions
66 %{_pkgconfigdir}/xproto.pc
This page took 0.088325 seconds and 2 git commands to generate.