]> git.pld-linux.org Git - packages/xorg-proto-xf86rushproto.git/blob - xorg-proto-xf86rushproto.spec
- x32 rebuild
[packages/xorg-proto-xf86rushproto.git] / xorg-proto-xf86rushproto.spec
1 Summary:        XF86Rush protocol and ancillary headers
2 Summary(pl.UTF-8):      Nagłówki protokołu XF86Rush i pomocnicze
3 Name:           xorg-proto-xf86rushproto
4 Version:        1.1.2
5 Release:        3
6 License:        MIT
7 Group:          X11/Development/Libraries
8 Source0:        http://xorg.freedesktop.org/releases/individual/proto/xf86rushproto-%{version}.tar.bz2
9 # Source0-md5:  b6a96ffdae084e27487a58314008b000
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  xorg-util-util-macros
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 XF86Rush protocol and ancillary headers.
18
19 %description -l pl.UTF-8
20 Nagłówki protokołu XF86Rush i pomocnicze.
21
22 %package devel
23 Summary:        XF86Rush protocol and ancillary headers
24 Summary(pl.UTF-8):      Nagłówki protokołu XF86Rush i pomocnicze
25 Group:          X11/Development/Libraries
26 Requires:       xorg-proto-videoproto-devel
27
28 %description devel
29 XF86Rush protocol and ancillary headers.
30
31 %description devel -l pl.UTF-8
32 Nagłówki protokołu XF86Rush i pomocnicze.
33
34 %prep
35 %setup -q -n xf86rushproto-%{version}
36
37 %build
38 %{__aclocal}
39 %{__autoconf}
40 %{__automake}
41 %configure
42
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT \
50         pkgconfigdir=%{_pkgconfigdir}
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files devel
56 %defattr(644,root,root,755)
57 %doc COPYING ChangeLog
58 %{_includedir}/X11/extensions/*.h
59 %{_pkgconfigdir}/xf86rushproto.pc
This page took 0.059381 seconds and 3 git commands to generate.