]> git.pld-linux.org Git - SPECS.git/blob - xorg-proto-damageproto.spec
SPECS updated Sat 31 Jul 20:27:02 CEST 2021
[SPECS.git] / xorg-proto-damageproto.spec
1 # NOTE: now maintained in xorg-proto-xorgproto.spec
2 Summary:        Damage extension headers
3 Summary(pl.UTF-8):      Nagłówki rozszerzenia Damage
4 Name:           xorg-proto-damageproto
5 Version:        1.2.1
6 Release:        2.1
7 License:        MIT
8 Group:          X11/Development/Libraries
9 Source0:        https://xorg.freedesktop.org/releases/individual/proto/damageproto-%{version}.tar.bz2
10 # Source0-md5:  998e5904764b82642cc63d97b4ba9e95
11 URL:            https://xorg.freedesktop.org/
12 BuildRequires:  autoconf >= 2.60
13 BuildRequires:  automake
14 BuildRequires:  xorg-util-util-macros >= 1.3
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Damage extension headers.
19
20 %description -l pl.UTF-8
21 Nagłówki rozszerzenia Damage.
22
23 %package devel
24 Summary:        Damage extension headers
25 Summary(pl.UTF-8):      Nagłówki rozszerzenia Damage
26 Group:          X11/Development/Libraries
27 Requires:       xorg-proto-fixesproto-devel
28 Obsoletes:      damageext
29
30 %description devel
31 Damage extension headers.
32
33 %description devel -l pl.UTF-8
34 Nagłówki rozszerzenia Damage.
35
36 %prep
37 %setup -q -n damageproto-%{version}
38
39 %build
40 %{__aclocal}
41 %{__autoconf}
42 %{__automake}
43 %configure
44
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files devel
57 %defattr(644,root,root,755)
58 %doc COPYING ChangeLog README damageproto.txt
59 %{_includedir}/X11/extensions/damage*.h
60 %{_pkgconfigdir}/damageproto.pc
This page took 0.166345 seconds and 3 git commands to generate.