]> git.pld-linux.org Git - packages/xorg-driver-input-joystick.git/blame - xorg-driver-input-joystick.spec
- release 6 (by relup.sh)
[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
3b933f2b 4Version: 1.6.2
3ca7fc1d 5Release: 6
e20c2839
JB
6License: MIT
7Group: X11/Applications
8b6ff7ca 8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-input-joystick-%{version}.tar.bz2
3b933f2b 9# Source0-md5: 49a98669508abca1b58c4a52628767ea
e20c2839 10URL: http://xorg.freedesktop.org/
7c79db32 11BuildRequires: autoconf >= 2.60
e20c2839
JB
12BuildRequires: automake
13BuildRequires: libtool
14BuildRequires: pkgconfig >= 1:0.19
82c21c46 15BuildRequires: xorg-proto-inputproto-devel
7c79db32
JB
16BuildRequires: xorg-proto-kbproto-devel
17BuildRequires: xorg-util-util-macros >= 1.8
18BuildRequires: xorg-xserver-server-devel >= 1.9.99.2
14d238c5 19BuildRequires: rpmbuild(macros) >= 1.389
1b56d3c5 20%{?requires_xorg_xserver_xinput}
7c79db32 21Requires: xorg-xserver-server >= 1.9.99.2
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 63
7c79db32 64%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
e20c2839
JB
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.065447 seconds and 4 git commands to generate.