Browse Source

xorg-x11-utils-7.5-2
add edid-decode


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@578 ec354946-7b23-47d6-9f5a-488ba84defc7

daisuke 14 years ago
parent
commit
3937b9a5c0
1 changed files with 12 additions and 3 deletions
  1. 12 3
      x/xorg-x11-utils/xorg-x11-utils-vl.spec

+ 12 - 3
x/xorg-x11-utils/xorg-x11-utils-vl.spec

@@ -4,7 +4,7 @@ Summary: X.Org X11 X client utilities
 Summary(ja): X.Org X11 X クライアントユーティリティ
 Name: xorg-x11-%{pkgname}
 Version: 7.5
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: MIT/X11
 Group: User Interface/X
 URL: http://www.x.org
@@ -22,6 +22,9 @@ 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
 BuildRequires: libdmx-devel
 BuildRequires: libGL-devel
@@ -48,14 +51,16 @@ A collection of client utilities which can be used to query the X server
 for various information, view and select fonts, etc.
 
 %prep
-%setup -q -c %{name}-%{version} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8 -a9 -a10
+%setup -q -c %{name}-%{version} -a1 -a2 -a3 -a4 -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
@@ -78,6 +83,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc
+%{_bindir}/edid-decode
 %{_bindir}/xdpyinfo
 %{_bindir}/xdriinfo
 %{_bindir}/xev
@@ -105,6 +111,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/xwininfo.1*
 
 %changelog
+* Tue Mar 16 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.5-2
+- add edid-decode snapshot
+
 * Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.5-1
 - xdpyinfo-1.1.0
 - xdriinfo-1.0.3