]> git.pld-linux.org Git - packages/xorg-driver-input-joystick.git/blame - xorg-driver-input-joystick.spec
- unexpand
[packages/xorg-driver-input-joystick.git] / xorg-driver-input-joystick.spec
CommitLineData
e20c2839 1Summary: X.org input driver for joysticks
7dec1a11 2Summary(pl.UTF-8): Sterownik wejściowy X.org dla joysticków
e20c2839 3Name: xorg-driver-input-joystick
f257bfbc 4Version: 1.5.0
b088c74d 5Release: 2
e20c2839
JB
6License: MIT
7Group: X11/Applications
8b6ff7ca 8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-input-joystick-%{version}.tar.bz2
f257bfbc 9# Source0-md5: 79b20f86d1b2e625ae65e35c3457027f
e20c2839
JB
10URL: http://xorg.freedesktop.org/
11BuildRequires: autoconf >= 2.57
12BuildRequires: automake
13BuildRequires: libtool
14BuildRequires: pkgconfig >= 1:0.19
82c21c46
JB
15BuildRequires: xorg-proto-inputproto-devel
16BuildRequires: xorg-proto-randrproto-devel
ca9c0de6
JB
17BuildRequires: xorg-util-util-macros >= 1.2
18BuildRequires: xorg-xserver-server-devel >= 1.3.99.901
14d238c5 19BuildRequires: rpmbuild(macros) >= 1.389
1b56d3c5 20%{?requires_xorg_xserver_xinput}
ca9c0de6 21Requires: xorg-xserver-server >= 1.3.99.901
e20c2839
JB
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25X.org input driver for joysticks.
26
42f46263
JR
27%description -l pl.UTF-8
28Sterownik wejściowy X.org dla joysticków.
e20c2839 29
00f749a2
JB
30%package devel
31Summary: X.org joystick input driver - properties definition
32Summary(pl.UTF-8): Sterownik wejściowy X.org dla joysticków - definicje właściwości
33Group: Development/Libraries
34# for dir
35Requires: xorg-xserver-server-devel
36# doesn't require base
37
38%description devel
39X.org joystick input driver - properties definition.
40
41%description devel -l pl.UTF-8
42Sterownik wejściowy X.org dla joysticków - definicje właściwości.
43
e20c2839
JB
44%prep
45%setup -q -n xf86-input-joystick-%{version}
46
47%build
48%{__libtoolize}
49%{__aclocal}
50%{__autoconf}
51%{__autoheader}
52%{__automake}
53%configure \
54 --disable-static
55
56%{__make}
57
58%install
59rm -rf $RPM_BUILD_ROOT
60
61%{__make} install \
6e749ea6 62 DESTDIR=$RPM_BUILD_ROOT
e20c2839
JB
63
64rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
65
66%clean
67rm -rf $RPM_BUILD_ROOT
68
69%files
70%defattr(644,root,root,755)
ca9c0de6 71%doc COPYING ChangeLog README
e20c2839 72%attr(755,root,root) %{_libdir}/xorg/modules/input/joystick_drv.so
26620dab 73%{_mandir}/man4/joystick.4*
00f749a2
JB
74
75%files devel
76%defattr(644,root,root,755)
77%{_includedir}/xorg/joystick-properties.h
78%{_pkgconfigdir}/xorg-joystick.pc
This page took 0.098034 seconds and 4 git commands to generate.