|
@@ -4,7 +4,7 @@ Summary: X.Org X11 X client utilities
|
|
Summary(ja): X.Org X11 X クライアントユーティリティ
|
|
Summary(ja): X.Org X11 X クライアントユーティリティ
|
|
Name: xorg-x11-%{pkgname}
|
|
Name: xorg-x11-%{pkgname}
|
|
Version: 7.5
|
|
Version: 7.5
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?_dist_release}
|
|
License: MIT/X11
|
|
License: MIT/X11
|
|
Group: User Interface/X
|
|
Group: User Interface/X
|
|
URL: http://www.x.org
|
|
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
|
|
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
|
|
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: pkgconfig
|
|
BuildRequires: libdmx-devel
|
|
BuildRequires: libdmx-devel
|
|
BuildRequires: libGL-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.
|
|
for various information, view and select fonts, etc.
|
|
|
|
|
|
%prep
|
|
%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
|
|
# Build all apps
|
|
# Build all apps
|
|
{
|
|
{
|
|
for app in * ; do
|
|
for app in * ; do
|
|
pushd $app
|
|
pushd $app
|
|
- %configure
|
|
|
|
|
|
+ if [ -e ./configure ]; then
|
|
|
|
+ %configure
|
|
|
|
+ fi
|
|
make
|
|
make
|
|
popd
|
|
popd
|
|
done
|
|
done
|
|
@@ -78,6 +83,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%doc
|
|
%doc
|
|
|
|
+%{_bindir}/edid-decode
|
|
%{_bindir}/xdpyinfo
|
|
%{_bindir}/xdpyinfo
|
|
%{_bindir}/xdriinfo
|
|
%{_bindir}/xdriinfo
|
|
%{_bindir}/xev
|
|
%{_bindir}/xev
|
|
@@ -105,6 +111,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_mandir}/man1/xwininfo.1*
|
|
%{_mandir}/man1/xwininfo.1*
|
|
|
|
|
|
%changelog
|
|
%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
|
|
* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.5-1
|
|
- xdpyinfo-1.1.0
|
|
- xdpyinfo-1.1.0
|
|
- xdriinfo-1.0.3
|
|
- xdriinfo-1.0.3
|