- Today's git snapshot.
- Require xkeyboard-config 1.4 and higher for evdev ruleset. - Provide devel subpackage for evdev header files.
This commit is contained in:
parent
2186f63c4d
commit
9216973336
@ -1 +1 @@
|
||||
xf86-input-evdev-2.0.6.tar.bz2
|
||||
xf86-input-evdev-20081013.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
6571e936823c2a37efb68aabcb33c349 xf86-input-evdev-2.0.6.tar.bz2
|
||||
a592e299bccd246d130e52f2733cd83b xf86-input-evdev-20081013.tar.bz2
|
||||
|
@ -2,19 +2,19 @@
|
||||
%define moduledir %(pkg-config xorg-server --variable=moduledir )
|
||||
%define driverdir %{moduledir}/input
|
||||
|
||||
%define gitdate 20080314
|
||||
%define gitdate 20081013
|
||||
|
||||
Summary: Xorg X11 evdev input driver
|
||||
Name: xorg-x11-drv-evdev
|
||||
Version: 2.0.6
|
||||
Release: 1%{?dist}
|
||||
Version: 2.0.99
|
||||
Release: 0.1%{?dist}
|
||||
URL: http://www.x.org
|
||||
License: MIT
|
||||
Group: User Interface/X Hardware Support
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
|
||||
#Source0: %{tarball}-%{gitdate}.tar.bz2
|
||||
#Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
|
||||
Source0: %{tarball}-%{gitdate}.tar.bz2
|
||||
Source1: make-git-snapshot.sh
|
||||
|
||||
ExcludeArch: s390 s390x
|
||||
@ -23,13 +23,14 @@ BuildRequires: autoconf automake libtool
|
||||
BuildRequires: xorg-x11-server-sdk >= 1.3.0.0-6
|
||||
|
||||
Requires: xorg-x11-server-Xorg >= 1.3.0.0-6
|
||||
Requires: xkeyboard-config >= 1.4-1
|
||||
|
||||
%description
|
||||
X.Org X11 evdev input driver.
|
||||
|
||||
%prep
|
||||
#%setup -q -n %{tarball}-%{gitdate}
|
||||
%setup -q -n %{tarball}-%{version}
|
||||
%setup -q -n %{tarball}-%{gitdate}
|
||||
#%setup -q -n %{tarball}-%{version}
|
||||
|
||||
# apply patches
|
||||
|
||||
@ -55,7 +56,26 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{driverdir}/evdev_drv.so
|
||||
%{_mandir}/man4/evdev.4*
|
||||
|
||||
|
||||
%package devel
|
||||
Summary: Xorg X11 evdev input driver development package.
|
||||
Group: Development/Libraries
|
||||
%description devel
|
||||
X.Org X11 evdev input driver development files.
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/pkgconfig/xorg-evdev.pc
|
||||
%dir %{_includedir}/xorg
|
||||
%{_includedir}/xorg/evdev-properties.h
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 13 2008 Peter Hutterer <peter.hutterer@redhat.com> 2.0.99-1
|
||||
- Today's git snapshot.
|
||||
- Require xkeyboard-config 1.4 and higher for evdev ruleset.
|
||||
- Provide devel subpackage for evdev header files.
|
||||
|
||||
* Fri Oct 3 2008 Peter Hutterer <peter.hutterer@redhat.com> 2.0.6-1
|
||||
- update to 2.0.6
|
||||
- remove patches merged upstream.
|
||||
|
Loading…
Reference in New Issue
Block a user