rpms/xorg-x11-drv-keyboard/devel make-git-snapshot.sh, NONE, 1.1 .cvsignore, 1.10, 1.11 sources, 1.10, 1.11 xorg-x11-drv-keyboard.spec, 1.25, 1.26

Peter Hutterer whot at fedoraproject.org
Mon Dec 22 01:25:47 UTC 2008


Author: whot

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

Modified Files:
	.cvsignore sources xorg-x11-drv-keyboard.spec 
Added Files:
	make-git-snapshot.sh 
Log Message:
* Mon Dec 22 2008 Peter Hutterer <peter.hutterer at redhat.com> 1.3.1-1.20081222
- Today's git snapshot.




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

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

rm -rf $DIRNAME
git clone git://git.freedesktop.org/git/xorg/driver/xf86-input-keyboard $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-keyboard/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	22 Dec 2008 00:36:17 -0000	1.10
+++ .cvsignore	22 Dec 2008 01:25:16 -0000	1.11
@@ -1 +1 @@
-xf86-input-keyboard-1.3.1.tar.bz2
+xf86-input-keyboard-20081222.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-keyboard/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	22 Dec 2008 00:36:17 -0000	1.10
+++ sources	22 Dec 2008 01:25:16 -0000	1.11
@@ -1 +1 @@
-ebe5dcf8eed819103909f18321fc3b9d  xf86-input-keyboard-1.3.1.tar.bz2
+3f2935ba231a7da2442a0c739cafeded  xf86-input-keyboard-20081222.tar.bz2


Index: xorg-x11-drv-keyboard.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-keyboard/devel/xorg-x11-drv-keyboard.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- xorg-x11-drv-keyboard.spec	22 Dec 2008 00:36:17 -0000	1.25
+++ xorg-x11-drv-keyboard.spec	22 Dec 2008 01:25:16 -0000	1.26
@@ -2,31 +2,38 @@
 %define moduledir %(pkg-config xorg-server --variable=moduledir )
 %define driverdir	%{moduledir}/input
 
+%define gitdate 20081222
+
 Summary:    Xorg X11 keyboard input driver
 Name:	    xorg-x11-drv-keyboard
 Version:    1.3.1
-Release:    1%{?dist}
+Release:    1.20081222git%{?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: xorg-x11-server-sdk >= 1.4.99.1
+BuildRequires: autoconf automake libtool
+BuildRequires: xorg-x11-server-sdk >= 1.5.99.1
 
-Requires:  xorg-x11-server-Xorg >= 1.4.99.1
+Requires:  xorg-x11-server-Xorg >= 1.5.99.1
 Requires:  xkeyboard-config >= 1.2-2
 
 %description 
 X.Org X11 keyboard input driver.
 
 %prep
-%setup -q -n %{tarball}-%{version}
+%setup -q -n %{tarball}-%{gitdate}
+#%setup -q -n %{tarball}-%{version}
 
 %build
+autoreconf -v --install || exit 1
 %configure --disable-static
 make
 
@@ -50,6 +57,9 @@
 #{_mandir}/man4/keyboard.4*
 
 %changelog
+* Mon Dec 22 2008 Peter Hutterer <peter.hutterer at redhat.com> 1.3.1-1.20081222
+- Today's git snapshot.
+
 * Mon Dec 22 2008 Peter Hutterer <peter.hutterer at redhat.com> 1.3.1-1
 - keyboard 1.3.1
 




More information about the fedora-extras-commits mailing list