]> git.pld-linux.org Git - packages/xorg-proto-windowswmproto.git/blob - xorg-proto-windowswmproto.spec
- x32 rebuild
[packages/xorg-proto-windowswmproto.git] / xorg-proto-windowswmproto.spec
1 Summary:        WindowsWM extension headers
2 Summary(pl.UTF-8):      Nagłówki rozszerzenia WindowsWM
3 Name:           xorg-proto-windowswmproto
4 Version:        1.0.4
5 Release:        2
6 License:        MIT
7 Group:          X11/Development/Libraries
8 Source0:        http://xorg.freedesktop.org/releases/individual/proto/windowswmproto-%{version}.tar.bz2
9 # Source0-md5:  e74b2ff3172a6117f2a62b655ef99064
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  xorg-util-util-macros >= 1.3
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 WindowsWM extension headers provide the definition of the WindowsWM
18 extension to the X11 protocol, used for coordination between an X11
19 server and the Microsoft Windows native window manager.
20
21 %description -l pl.UTF-8
22 Nagłówki rozszerzenia WindowsWM udostępniają definicję rozszerzenia
23 WindowsWM do protokołu X11, służącego do współpracy między serwerem
24 X11 a natywnym zarządcą okien Microsoft Windows.
25
26 %package devel
27 Summary:        WindowsWM extension headers
28 Summary(pl.UTF-8):      Nagłówki rozszerzenia WindowsWM
29 Group:          X11/Development/Libraries
30 Requires:       xorg-proto-xproto-devel
31
32 %description devel
33 WindowsWM extension headers provide the definition of the WindowsWM
34 extension to the X11 protocol, used for coordination between an X11
35 server and the Microsoft Windows native window manager.
36
37 %description devel -l pl.UTF-8
38 Nagłówki rozszerzenia WindowsWM udostępniają definicję rozszerzenia
39 WindowsWM do protokołu X11, służącego do współpracy między serwerem
40 X11 a natywnym zarządcą okien Microsoft Windows.
41
42 %prep
43 %setup -q -n windowswmproto-%{version}
44
45 %build
46 %{__aclocal}
47 %{__autoconf}
48 %{__automake}
49 %configure
50
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} install \
57         DESTDIR=$RPM_BUILD_ROOT \
58         pkgconfigdir=%{_pkgconfigdir}
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files devel
64 %defattr(644,root,root,755)
65 %doc COPYING ChangeLog README
66 %{_includedir}/X11/extensions/windowswm*.h
67 %{_pkgconfigdir}/windowswmproto.pc
This page took 0.063915 seconds and 3 git commands to generate.