]> git.pld-linux.org Git - packages/xorg-proto-gestureproto.git/blob - xorg-proto-gestureproto.spec
3596ff6957ae3c31b3577757b93dcf265415567c
[packages/xorg-proto-gestureproto.git] / xorg-proto-gestureproto.spec
1 Summary:        Gesture extension headers
2 Summary(pl.UTF-8):      Pliki nagłówkowe rozszerzenia Gesture
3 Name:           xorg-proto-gestureproto
4 Version:        0.1.0
5 Release:        1
6 License:        MIT
7 Group:          X11/Development/Libraries
8 Source0:        http://download.tizen.org/releases/2.2.1/latest/repos/tizen-main/source/xorg-x11-proto-gesture-%{version}-3.8.src.rpm
9 # Source0-md5:  a80457413ff30e7892045ef89ea1be4d
10 Patch0:         %{name}-c-p.patch
11 URL:            http://xorg.freedesktop.org/
12 BuildRequires:  autoconf >= 2.60
13 BuildRequires:  automake
14 BuildRequires:  rpm-utils
15 BuildRequires:  xorg-util-util-macros >= 1.3
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Gesture extension headers.
20
21 %description -l pl.UTF-8
22 Pliki nagłówkowe rozszerzenia Gesture.
23
24 %package devel
25 Summary:        Gesture extension headers
26 Summary(pl.UTF-8):      Pliki nagłówkowe rozszerzenia Gesture
27 Group:          X11/Development/Libraries
28 Requires:       xorg-proto-xproto-devel
29
30 %description devel
31 Gesture extension headers.
32
33 %description devel -l pl.UTF-8
34 Pliki nagłówkowe rozszerzenia Gesture.
35
36 %prep
37 %setup -q -c -T -n xorg-x11-proto-gesture-%{version}
38 rpm2cpio %{SOURCE0} | cpio -i xorg-x11-proto-gesture-%{version}.tar.gz
39 tar xf xorg-x11-proto-gesture-%{version}.tar.gz -C ..
40 %patch0 -p1
41
42 %build
43 %{__aclocal}
44 %{__autoconf}
45 %{__automake}
46 %configure
47
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files devel
60 %defattr(644,root,root,755)
61 %doc LICENSE.MIT NOTICE
62 %{_includedir}/X11/extensions/gesture*.h
63 %{_pkgconfigdir}/gestureproto.pc
This page took 0.043088 seconds and 2 git commands to generate.