rpms/xorg-x11-drv-vmware/devel make-git-snapshot.sh, NONE, 1.1 .cvsignore, 1.10, 1.11 sources, 1.10, 1.11 xorg-x11-drv-vmware.spec, 1.16, 1.17

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Tue Jan 22 18:08:35 UTC 2008


Author: ajax

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

Modified Files:
	.cvsignore sources xorg-x11-drv-vmware.spec 
Added Files:
	make-git-snapshot.sh 
Log Message:
- Update to git snapshot for pciaccess conversion. (#428613)



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

DIRNAME=xf86-video-vmware-$( date +%Y%m%d )

rm -rf $DIRNAME
git clone git://git.freedesktop.org/git/xorg/driver/xf86-video-vmware $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-vmware/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	11 Oct 2007 14:46:39 -0000	1.10
+++ .cvsignore	22 Jan 2008 18:07:44 -0000	1.11
@@ -1 +1 @@
-xf86-video-vmware-10.15.2.tar.bz2
+xf86-video-vmware-20080122.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-vmware/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	11 Oct 2007 14:46:39 -0000	1.10
+++ sources	22 Jan 2008 18:07:44 -0000	1.11
@@ -1 +1 @@
-99322cbcc9081ad44e9cba63e3df8f7e  xf86-video-vmware-10.15.2.tar.bz2
+ceb3ffd7e95a9d8f4d990173c1362c65  xf86-video-vmware-20080122.tar.bz2


Index: xorg-x11-drv-vmware.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-vmware/devel/xorg-x11-drv-vmware.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- xorg-x11-drv-vmware.spec	11 Oct 2007 14:46:39 -0000	1.16
+++ xorg-x11-drv-vmware.spec	22 Jan 2008 18:07:44 -0000	1.17
@@ -1,33 +1,42 @@
 %define tarball xf86-video-vmware
 %define moduledir %(pkg-config xorg-server --variable=moduledir )
 %define driverdir	%{moduledir}/drivers
+%define gitdate 20080122
 
-Summary:   Xorg X11 vmware video driver
-Name:      xorg-x11-drv-vmware
-Version:   10.15.2
-Release:   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
-Source1:   vmware.xinf
+Summary:    Xorg X11 vmware video driver
+Name:	    xorg-x11-drv-vmware
+Version:    10.15.2
+Release:    99.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:    xf86-video-vmware-%{gitdate}.tar.bz2
+Source1:    vmware.xinf
+Source2:    make-git-snapshot.sh
 
 ExclusiveArch: %{ix86} x86_64 ia64
 
-BuildRequires: xorg-x11-server-sdk >= 1.3.0.0-6
+%if 0%{?gitdate}
+BuildRequires: autoconf automake libtool
+%endif
+BuildRequires: xorg-x11-server-sdk >= 1.4.99.1
 
 Requires:  hwdata
-Requires:  xorg-x11-server-Xorg >= 1.3.0.0-6
+Requires:  xorg-x11-server-Xorg >= 1.4.99.1
 
 %description 
 X.Org X11 vmware video driver.
 
 %prep
-%setup -q -n %{tarball}-%{version}
+%setup -q -n %{tarball}-%{gitdate}
 
 %build
+%if 0%{?gitdate}
+autoreconf -v --install || exit 1
+%endif
 %configure --disable-static
 make
 
@@ -53,6 +62,9 @@
 %{_mandir}/man4/vmware.4*
 
 %changelog
+* Tue Jan 22 2008 Adam Jackson <ajax at redhat.com> 10.15.2-99.1
+- Update to git snapshot for pciaccess conversion. (#428613)
+
 * Thu Oct 11 2007 Adam Jackson <ajax at redhat.com> 10.15.2-1
 - xf86-video-vmware 10.15.2
 




More information about the fedora-extras-commits mailing list