]> git.pld-linux.org Git - packages/xorg-proto-fixesproto.git/blob - xorg-proto-fixesproto.spec
918c537e5a17b152c077436e2e5ca7b3b08b10f7
[packages/xorg-proto-fixesproto.git] / xorg-proto-fixesproto.spec
1 Summary:        X Fixes extension headers
2 Summary(pl.UTF-8):      Nagłówki rozszerzenia X Fixes
3 Name:           xorg-proto-fixesproto
4 Version:        5.0
5 Release:        1
6 License:        MIT
7 Group:          X11/Development/Libraries
8 Source0:        http://xorg.freedesktop.org/releases/individual/proto/fixesproto-%{version}.tar.bz2
9 # Source0-md5:  e7431ab84d37b2678af71e29355e101d
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  xorg-util-util-macros >= 1.3
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Header files and documentation for the XFIXES extension.
18
19 %description -l pl.UTF-8
20 Pliki nagłówkowe i dokumentacja do rozszerzenia XFIXES.
21
22 %package devel
23 Summary:        X Fixes extension headers
24 Summary(pl.UTF-8):      Pliki nagłówkowe rozszerzenia X Fixes
25 Group:          X11/Development/Libraries
26 Requires:       xorg-proto-xextproto-devel >= 1:7.1.0
27 Requires:       xorg-proto-xproto-devel
28 Obsoletes:      fixesext
29
30 %description devel
31 Header files and documentation for the XFIXES extension.
32
33 %description devel -l pl.UTF-8
34 Pliki nagłówkowe i dokumentacja do rozszerzenia XFIXES.
35
36 %prep
37 %setup -q -n fixesproto-%{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 AUTHORS COPYING ChangeLog README fixesproto.txt
59 %{_includedir}/X11/extensions/xfixes*.h
60 %{_pkgconfigdir}/fixesproto.pc
This page took 0.395484 seconds and 2 git commands to generate.