rpms/xorg-x11-drv-evdev/devel make-git-snapshot.sh, NONE, 1.1 .cvsignore, 1.9, 1.10 sources, 1.9, 1.10 xorg-x11-drv-evdev.spec, 1.21, 1.22

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Sun Mar 9 01:39:22 UTC 2008


Author: ajax

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

Modified Files:
	.cvsignore sources xorg-x11-drv-evdev.spec 
Added Files:
	make-git-snapshot.sh 
Log Message:
evdev 2.0 git snapshot



--- NEW FILE make-git-snapshot.sh ---
#!/bin/sh

DIRNAME=xf86-input-evdev-$( date +%Y%m%d )

rm -rf $DIRNAME
git clone git://git.freedesktop.org/git/xorg/driver/xf86-input-evdev $DIRNAME
cd $DIRNAME
if [ -z "$1" ]; then
    git log | head -1
else
    git checkout $1
fi
git log | head -1 | awk '{ print $2 }' > ../commitid
git repack -a -d
cd ..
tar jcf $DIRNAME.tar.bz2 $DIRNAME
rm -rf $DIRNAME


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-evdev/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	27 Nov 2007 20:01:13 -0000	1.9
+++ .cvsignore	9 Mar 2008 01:38:46 -0000	1.10
@@ -1 +1 @@
-xf86-input-evdev-1.2.0.tar.bz2
+xf86-input-evdev-20080308.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-evdev/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	27 Nov 2007 20:01:13 -0000	1.9
+++ sources	9 Mar 2008 01:38:46 -0000	1.10
@@ -1 +1 @@
-0c7c41d3f1637bb559e80c2ad708f05d  xf86-input-evdev-1.2.0.tar.bz2
+0a667c800d57c5d79aff9568e29399a9  xf86-input-evdev-20080308.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.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- xorg-x11-drv-evdev.spec	20 Feb 2008 07:20:45 -0000	1.21
+++ xorg-x11-drv-evdev.spec	9 Mar 2008 01:38:46 -0000	1.22
@@ -4,19 +4,24 @@
 %define moduledir %(pkg-config xorg-server --variable=moduledir )
 %define driverdir	%{moduledir}/input
 
+%define gitdate 20080308
+
 Summary:   Xorg X11 evdev input driver
 Name:      xorg-x11-drv-evdev
-Version: 1.2.0
-Release: 2%{?dist}
+Version: 1.99.1
+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:   ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
+Source0:    %{tarball}-%{gitdate}.tar.bz2
+Source1:    make-git-snapshot.sh
 
 ExcludeArch: s390 s390x
 
+BuildRequires: autoconf automake libtool
 BuildRequires: xorg-x11-server-sdk >= 1.3.0.0-6
 
 Requires:  xorg-x11-server-Xorg >= 1.3.0.0-6
@@ -25,9 +30,10 @@
 X.Org X11 evdev input driver.
 
 %prep
-%setup -q -n %{tarball}-%{version}
+%setup -q -n %{tarball}-%{gitdate}
 
 %build
+autoreconf -v --install || exit 1
 %configure --disable-static
 make
 
@@ -49,6 +55,9 @@
 %{_mandir}/man4/evdev.4*
 
 %changelog
+* Fri Mar 07 2008 Adam Jackson <ajax at redhat.com> 1.99.1-0.1
+- evdev 2.0 git snapshot
+
 * Wed Feb 20 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.2.0-2
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list