rpms/xorg-x11-drv-mouse/devel make-git-snapshot.sh, NONE, 1.1 .cvsignore, 1.13, 1.14 sources, 1.13, 1.14 xorg-x11-drv-mouse.spec, 1.26, 1.27

Peter Hutterer whot at fedoraproject.org
Mon Dec 22 02:46:52 UTC 2008


Author: whot

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

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




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

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

rm -rf $DIRNAME
git clone git://git.freedesktop.org/git/xorg/driver/xf86-input-mouse $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-mouse/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	20 Mar 2008 20:28:29 -0000	1.13
+++ .cvsignore	22 Dec 2008 02:46:22 -0000	1.14
@@ -1 +1 @@
-xf86-input-mouse-1.3.0.tar.bz2
+xf86-input-mouse-20081222.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-mouse/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	20 Mar 2008 20:28:29 -0000	1.13
+++ sources	22 Dec 2008 02:46:22 -0000	1.14
@@ -1 +1 @@
-31a51b0e5ddc4fac19754f48a3adf881  xf86-input-mouse-1.3.0.tar.bz2
+a138f4fe8ce78e2f14469f888e3c007d  xf86-input-mouse-20081222.tar.bz2


Index: xorg-x11-drv-mouse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-mouse/devel/xorg-x11-drv-mouse.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- xorg-x11-drv-mouse.spec	20 Mar 2008 20:28:29 -0000	1.26
+++ xorg-x11-drv-mouse.spec	22 Dec 2008 02:46:22 -0000	1.27
@@ -2,30 +2,37 @@
 %define moduledir %(pkg-config xorg-server --variable=moduledir )
 %define driverdir	%{moduledir}/input
 
+%define gitdate 20081222
+
 Summary:   Xorg X11 mouse input driver
 Name:      xorg-x11-drv-mouse
 Version:   1.3.0
-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
 
 %description 
 X.Org X11 mouse 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
 
@@ -46,6 +53,9 @@
 %{_mandir}/man4/mousedrv.4*
 
 %changelog
+* Mon Dec 22 2008 Peter Hutterer <peter.hutterer at redhat.com> 1.3.0-1.20081222
+- Today's git snapshot.
+
 * Thu Mar 20 2008 Adam Jackson <ajax at redhat.com> 1.3.0-1
 - mouse 1.3.0
 




More information about the fedora-extras-commits mailing list