]> git.pld-linux.org Git - packages/xorg-driver-input-hyperpen.git/blame - xorg-driver-input-hyperpen.spec
- updated to 1.3.0
[packages/xorg-driver-input-hyperpen.git] / xorg-driver-input-hyperpen.spec
CommitLineData
261e8826 1Summary: X.org input driver for HyperPen devices
a6e87606 2Summary(pl.UTF-8): Sterownik wejściowy X.org dla urządzeń HyperPen
261e8826 3Name: xorg-driver-input-hyperpen
ba839a94
AG
4Version: 1.3.0
5Release: 1
261e8826
JB
6License: MIT
7Group: X11/Applications
90bf7255 8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-input-hyperpen-%{version}.tar.bz2
ba839a94 9# Source0-md5: c50d0da3206d18d9d94f720e3688eca5
261e8826
JB
10URL: http://xorg.freedesktop.org/
11BuildRequires: autoconf >= 2.57
12BuildRequires: automake
13BuildRequires: libtool
14BuildRequires: pkgconfig >= 1:0.19
8bc37f32
JB
15BuildRequires: xorg-proto-inputproto-devel
16BuildRequires: xorg-proto-randrproto-devel
825afd02 17BuildRequires: xorg-util-util-macros >= 0.99.2
90bf7255 18BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
963a0faf
AM
19BuildRequires: rpmbuild(macros) >= 1.389
20%requires_xorg_xserver_xinput
90bf7255 21Requires: xorg-xserver-server >= 1.0.99.901
261e8826
JB
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25X.org input driver for HyperPen devices.
26
d8d0eb28
JR
27%description -l pl.UTF-8
28Sterownik wejściowy X.org dla urządzeń HyperPen.
261e8826
JB
29
30%prep
31%setup -q -n xf86-input-hyperpen-%{version}
32
33%build
34%{__libtoolize}
35%{__aclocal}
36%{__autoconf}
37%{__autoheader}
38%{__automake}
39%configure \
40 --disable-static
41
42%{__make}
43
44%install
45rm -rf $RPM_BUILD_ROOT
46
47%{__make} install \
825afd02 48 DESTDIR=$RPM_BUILD_ROOT
261e8826
JB
49
50rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files
56%defattr(644,root,root,755)
4686ad39 57%doc COPYING ChangeLog
261e8826 58%attr(755,root,root) %{_libdir}/xorg/modules/input/hyperpen_drv.so
825afd02 59#%{_mandir}/man4/hyperpen.4*
This page took 0.052425 seconds and 4 git commands to generate.