From 70aaca4aa34aa1138de62d1f068eb54ff75e77c3 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Feb 05 2010 21:47:28 +0000 Subject: - edid-decode snapshot --- diff --git a/.cvsignore b/.cvsignore index e01bddf..db864f9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -16,3 +16,4 @@ xwininfo-1.0.5.tar.bz2 xdpyinfo-1.1.0.tar.bz2 xlsclients-1.0.2.tar.bz2 xvinfo-1.1.0.tar.bz2 +edid-decode-20100205.tar.xz diff --git a/make-edid-decode-snapshot.sh b/make-edid-decode-snapshot.sh new file mode 100755 index 0000000..7960b9e --- /dev/null +++ b/make-edid-decode-snapshot.sh @@ -0,0 +1,17 @@ +#!/bin/sh + +DIRNAME=edid-decode-$( date +%Y%m%d ) + +rm -rf $DIRNAME +git clone git://git.freedesktop.org/git/xorg/app/edid-decode $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 cf - $DIRNAME | xz -c9 > $DIRNAME.tar.xz +rm -rf $DIRNAME diff --git a/sources b/sources index 5689865..cab4065 100644 --- a/sources +++ b/sources @@ -6,3 +6,4 @@ f0bacbd30f0dd1c1e9ccafe97687b7a4 xprop-1.1.0.tar.bz2 d1d516610316138105cd07064b257c5c xdpyinfo-1.1.0.tar.bz2 df270f7dd5528ae1b7d80c47585d8278 xlsclients-1.0.2.tar.bz2 8cc299b2cb636b5f7fe672610789d3d4 xvinfo-1.1.0.tar.bz2 +451e81e831cff3b75ccc5d252a2fb685 edid-decode-20100205.tar.xz diff --git a/xorg-x11-utils.spec b/xorg-x11-utils.spec index 2a54cf5..ff4c4b5 100644 --- a/xorg-x11-utils.spec +++ b/xorg-x11-utils.spec @@ -3,7 +3,7 @@ Summary: X.Org X11 X client utilities Name: xorg-x11-%{pkgname} Version: 7.4 -Release: 8%{?dist} +Release: 9%{?dist} License: MIT Group: User Interface/X URL: http://www.x.org @@ -18,26 +18,31 @@ Source8: ftp://ftp.x.org/pub/individual/app/xprop-1.1.0.tar.bz2 Source9: ftp://ftp.x.org/pub/individual/app/xvinfo-1.1.0.tar.bz2 Source10: ftp://ftp.x.org/pub/individual/app/xwininfo-1.0.5.tar.bz2 +Source100: edid-decode-20100205.tar.xz +Source101: make-edid-decode-snapshot.sh + BuildRequires: pkgconfig(dmx) pkgconfig(gl) pkgconfig(xext) pkgconfig(xft) BuildRequires: pkgconfig(xi) pkgconfig(xinerama) pkgconfig(xmu) BuildRequires: pkgconfig(xpm) pkgconfig(xt) pkgconfig(xtst) pkgconfig(xv) BuildRequires: pkgconfig(xxf86dga) pkgconfig(xxf86misc) pkgconfig(xxf86vm) -Provides: xdpyinfo xev xlsatoms xlsclients xlsfonts xprop xvinfo xwininfo +Provides: edid-decode xdpyinfo xev xlsatoms xlsclients xlsfonts xprop xvinfo xwininfo %description A collection of client utilities which can be used to query the X server for various information. %prep -%setup -q -c %{name}-%{version} -a2 -a5 -a6 -a7 -a8 -a9 -a10 +%setup -q -c %{name}-%{version} -a2 -a5 -a6 -a7 -a8 -a9 -a10 -a100 %build # Build all apps { for app in * ; do pushd $app - %configure + if [ -e ./configure ] ; then + %configure + fi make popd done @@ -60,6 +65,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc +%{_bindir}/edid-decode %{_bindir}/xdpyinfo %{_bindir}/xev %{_bindir}/xlsatoms @@ -78,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/xwininfo.1* %changelog +* Fri Feb 05 2010 Adam Jackson 7.4-9 +- edid-decode snapshot + * Mon Oct 19 2009 Adam Jackson 7.4-8 - xdpyinfo 1.1.0 - xlsclients 1.0.2