]> git.pld-linux.org Git - SPECS.git/blob - xorg-proto-xextproto.spec
SPECS updated Sun 1 Aug 20:28:02 CEST 2021
[SPECS.git] / xorg-proto-xextproto.spec
1 # NOTE: now maintained in xorg-proto-xorgproto.spec
2 Summary:        XExt extension headers
3 Summary(pl.UTF-8):      Nagłówki rozszerzeń XExt
4 Name:           xorg-proto-xextproto
5 Version:        7.3.0
6 Release:        2.1
7 Epoch:          1
8 License:        MIT
9 Group:          X11/Development/Libraries
10 Source0:        https://xorg.freedesktop.org/releases/individual/proto/xextproto-%{version}.tar.bz2
11 # Source0-md5:  70c90f313b4b0851758ef77b95019584
12 URL:            https://xorg.freedesktop.org/
13 BuildRequires:  autoconf >= 2.60
14 BuildRequires:  automake
15 BuildRequires:  docbook-dtd43-xml
16 BuildRequires:  xmlto >= 0.0.22
17 BuildRequires:  xorg-sgml-doctools >= 1.8
18 BuildRequires:  xorg-util-util-macros >= 1.12
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Header files for X protocol extensions, covering:
23 - DOUBLE-BUFFER
24 - DPMS
25 - Extended-Visual-Information
26 - Generic Event Extension
27 - LBX
28 - MIT-SHM
29 - MIT-SUNDRY-NONSTANDARD
30 - Multi-Buffering
31 - SECURITY
32 - SHAPE
33 - SYNC
34 - TOG-CUP
35 - XC-APPGROUP
36 - XTEST
37
38 %description -l pl.UTF-8
39 Pliki nagłówkowe rozszerzeń protokołu X, obejmujące:
40 - DOUBLE-BUFFER
41 - DPMS
42 - Extended-Visual-Information
43 - Generic Event Extension
44 - LBX
45 - MIT-SHM
46 - MIT-SUNDRY-NONSTANDARD
47 - Multi-Buffering
48 - SECURITY
49 - SHAPE
50 - SYNC
51 - TOG-CUP
52 - XC-APPGROUP
53 - XTEST
54
55 %package devel
56 Summary:        XExt extension headers
57 Summary(pl.UTF-8):      Nagłówki rozszerzeń XExt
58 Group:          X11/Development/Libraries
59 Requires:       xorg-proto-xproto-devel
60 Suggests:       xorg-lib-libXext-devel >= 1:1.1
61 Obsoletes:      xextensions
62
63 %description devel
64 Header files for X protocol extensions, covering:
65 - DOUBLE-BUFFER
66 - DPMS
67 - Extended-Visual-Information
68 - Generic Event Extension
69 - LBX
70 - MIT-SHM
71 - MIT-SUNDRY-NONSTANDARD
72 - Multi-Buffering
73 - SECURITY
74 - SHAPE
75 - SYNC
76 - TOG-CUP
77 - XC-APPGROUP
78 - XTEST
79
80 %description devel -l pl.UTF-8
81 Pliki nagłówkowe rozszerzeń protokołu X, obejmujące:
82 - DOUBLE-BUFFER
83 - DPMS
84 - Extended-Visual-Information
85 - Generic Event Extension
86 - LBX
87 - MIT-SHM
88 - MIT-SUNDRY-NONSTANDARD
89 - Multi-Buffering
90 - SECURITY
91 - SHAPE
92 - SYNC
93 - TOG-CUP
94 - XC-APPGROUP
95 - XTEST
96
97 %prep
98 %setup -q -n xextproto-%{version}
99
100 %build
101 %{__aclocal}
102 %{__autoconf}
103 %{__automake}
104 %configure \
105         --without-fop
106
107 %{__make}
108
109 %install
110 rm -rf $RPM_BUILD_ROOT
111
112 %{__make} install \
113         DESTDIR=$RPM_BUILD_ROOT
114
115 # packaged as %doc
116 %{__rm} -r $RPM_BUILD_ROOT%{_docdir}/xextproto
117
118 %clean
119 rm -rf $RPM_BUILD_ROOT
120
121 %files devel
122 %defattr(644,root,root,755)
123 %doc COPYING ChangeLog README specs/*.html
124 %{_includedir}/X11/extensions/EVI*.h
125 %{_includedir}/X11/extensions/ag*.h
126 %{_includedir}/X11/extensions/cup*.h
127 %{_includedir}/X11/extensions/dbe*.h
128 %{_includedir}/X11/extensions/dpms*.h
129 %{_includedir}/X11/extensions/ge*.h
130 %{_includedir}/X11/extensions/lbx*.h
131 %{_includedir}/X11/extensions/mitmisc*.h
132 %{_includedir}/X11/extensions/multibuf*.h
133 %{_includedir}/X11/extensions/secur*.h
134 %{_includedir}/X11/extensions/shape*.h
135 %{_includedir}/X11/extensions/shm*.h
136 %{_includedir}/X11/extensions/sync*.h
137 %{_includedir}/X11/extensions/xtest*.h
138 %{_pkgconfigdir}/xextproto.pc
This page took 0.584574 seconds and 3 git commands to generate.