rpms/xorg-x11-drv-evdev/devel .cvsignore, 1.18, 1.19 sources, 1.18, 1.19 xorg-x11-drv-evdev.spec, 1.32, 1.33

Peter Hutterer whot at fedoraproject.org
Mon Oct 13 04:13:12 UTC 2008


Author: whot

Update of /cvs/pkgs/rpms/xorg-x11-drv-evdev/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6924

Modified Files:
	.cvsignore sources xorg-x11-drv-evdev.spec 
Log Message:
* Mon Oct 13 2008 Peter Hutterer <peter.hutterer at 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.




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-evdev/devel/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- .cvsignore	3 Oct 2008 07:34:57 -0000	1.18
+++ .cvsignore	13 Oct 2008 04:12:42 -0000	1.19
@@ -1 +1 @@
-xf86-input-evdev-2.0.6.tar.bz2
+xf86-input-evdev-20081013.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-evdev/devel/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources	3 Oct 2008 07:34:57 -0000	1.18
+++ sources	13 Oct 2008 04:12:42 -0000	1.19
@@ -1 +1 @@
-6571e936823c2a37efb68aabcb33c349  xf86-input-evdev-2.0.6.tar.bz2
+a592e299bccd246d130e52f2733cd83b  xf86-input-evdev-20081013.tar.bz2


Index: xorg-x11-drv-evdev.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-evdev/devel/xorg-x11-drv-evdev.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- xorg-x11-drv-evdev.spec	3 Oct 2008 07:34:57 -0000	1.32
+++ xorg-x11-drv-evdev.spec	13 Oct 2008 04:12:42 -0000	1.33
@@ -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: 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 @@
 %{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 at 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 at redhat.com> 2.0.6-1
 - update to 2.0.6
 - remove patches merged upstream.




More information about the fedora-extras-commits mailing list