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