| 1 | %define pkgname utils |
|---|
| 2 | |
|---|
| 3 | Summary: X.Org X11 X client utilities |
|---|
| 4 | Summary(ja): X.Org X11 X クライアントユーティリティ |
|---|
| 5 | Name: xorg-x11-%{pkgname} |
|---|
| 6 | Version: 7.7 |
|---|
| 7 | Release: 3%{?_dist_release} |
|---|
| 8 | License: MIT/X11 |
|---|
| 9 | Group: User Interface/X |
|---|
| 10 | URL: http://www.x.org |
|---|
| 11 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
|---|
| 12 | |
|---|
| 13 | Source0: ftp://ftp.x.org/pub/individual/app/xdpyinfo-1.3.1.tar.bz2 |
|---|
| 14 | Source1: ftp://ftp.x.org/pub/individual/app/xdriinfo-1.0.5.tar.bz2 |
|---|
| 15 | Source2: ftp://ftp.x.org/pub/individual/app/xev-1.2.2.tar.bz2 |
|---|
| 16 | Source3: ftp://ftp.x.org/pub/individual/app/xfd-1.1.2.tar.bz2 |
|---|
| 17 | Source4: ftp://ftp.x.org/pub/individual/app/xfontsel-1.0.4.tar.bz2 |
|---|
| 18 | Source5: ftp://ftp.x.org/pub/individual/app/xlsatoms-1.1.2.tar.bz2 |
|---|
| 19 | Source6: ftp://ftp.x.org/pub/individual/app/xlsclients-1.1.3.tar.bz2 |
|---|
| 20 | Source7: ftp://ftp.x.org/pub/individual/app/xlsfonts-1.0.5.tar.bz2 |
|---|
| 21 | Source8: ftp://ftp.x.org/pub/individual/app/xprop-1.2.2.tar.bz2 |
|---|
| 22 | Source9: ftp://ftp.x.org/pub/individual/app/xvinfo-1.1.3.tar.bz2 |
|---|
| 23 | Source10: ftp://ftp.x.org/pub/individual/app/xwininfo-1.1.3.tar.bz2 |
|---|
| 24 | |
|---|
| 25 | Source100: edid-decode-20100205.tar.xz |
|---|
| 26 | Source101: make-edid-decode-snapshot.sh |
|---|
| 27 | |
|---|
| 28 | BuildRequires: pkgconfig |
|---|
| 29 | BuildRequires: libdmx-devel |
|---|
| 30 | BuildRequires: libGL-devel |
|---|
| 31 | BuildRequires: libXaw-devel >= 1.0.5 |
|---|
| 32 | BuildRequires: libXext-devel |
|---|
| 33 | BuildRequires: libXft-devel |
|---|
| 34 | BuildRequires: libXi-devel |
|---|
| 35 | BuildRequires: libXinerama-devel |
|---|
| 36 | BuildRequires: libXpm-devel |
|---|
| 37 | BuildRequires: libXrandr-devel |
|---|
| 38 | BuildRequires: libXt-devel |
|---|
| 39 | BuildRequires: libXtst-devel |
|---|
| 40 | BuildRequires: libXv-devel |
|---|
| 41 | BuildRequires: libXxf86dga-devel |
|---|
| 42 | BuildRequires: libXxf86misc-devel |
|---|
| 43 | BuildRequires: libXxf86vm-devel |
|---|
| 44 | |
|---|
| 45 | BuildRequires: xcb-util-devel |
|---|
| 46 | BuildRequires: xz |
|---|
| 47 | |
|---|
| 48 | # FIXME: check if still needed for X11R7 |
|---|
| 49 | Requires(pre): filesystem |
|---|
| 50 | |
|---|
| 51 | Provides: xdpyinfo xdriinfo xev xfd xfontsel xlsatoms xlsclients xlsfonts xprop xvinfo xwininfo |
|---|
| 52 | |
|---|
| 53 | Vendor: Project Vine |
|---|
| 54 | Distribution: Vine Linux |
|---|
| 55 | Packager: Takemikaduchi |
|---|
| 56 | |
|---|
| 57 | %description |
|---|
| 58 | A collection of client utilities which can be used to query the X server |
|---|
| 59 | for various information, view and select fonts, etc. |
|---|
| 60 | |
|---|
| 61 | %prep |
|---|
| 62 | %setup -q -c %{name}-%{version} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8 -a9 -a10 -a100 |
|---|
| 63 | |
|---|
| 64 | %build |
|---|
| 65 | # Build all apps |
|---|
| 66 | { |
|---|
| 67 | for app in * ; do |
|---|
| 68 | pushd $app |
|---|
| 69 | if [ -e ./configure ]; then |
|---|
| 70 | %configure |
|---|
| 71 | fi |
|---|
| 72 | make |
|---|
| 73 | popd |
|---|
| 74 | done |
|---|
| 75 | } |
|---|
| 76 | |
|---|
| 77 | %install |
|---|
| 78 | rm -rf $RPM_BUILD_ROOT |
|---|
| 79 | # Install all apps |
|---|
| 80 | { |
|---|
| 81 | for app in * ; do |
|---|
| 82 | pushd $app |
|---|
| 83 | make install DESTDIR=$RPM_BUILD_ROOT |
|---|
| 84 | popd |
|---|
| 85 | done |
|---|
| 86 | } |
|---|
| 87 | |
|---|
| 88 | %clean |
|---|
| 89 | rm -rf $RPM_BUILD_ROOT |
|---|
| 90 | |
|---|
| 91 | %files |
|---|
| 92 | %defattr(-,root,root,-) |
|---|
| 93 | %doc |
|---|
| 94 | %{_bindir}/edid-decode |
|---|
| 95 | %{_bindir}/xdpyinfo |
|---|
| 96 | %{_bindir}/xdriinfo |
|---|
| 97 | %{_bindir}/xev |
|---|
| 98 | %{_bindir}/xfd |
|---|
| 99 | %{_bindir}/xfontsel |
|---|
| 100 | %{_bindir}/xlsatoms |
|---|
| 101 | %{_bindir}/xlsclients |
|---|
| 102 | %{_bindir}/xlsfonts |
|---|
| 103 | %{_bindir}/xprop |
|---|
| 104 | %{_bindir}/xvinfo |
|---|
| 105 | %{_bindir}/xwininfo |
|---|
| 106 | %dir %{_datadir}/X11 |
|---|
| 107 | %{_datadir}/X11/app-defaults/XFontSel |
|---|
| 108 | %{_datadir}/X11/app-defaults/Xfd |
|---|
| 109 | %{_mandir}/man1/xdpyinfo.1* |
|---|
| 110 | %{_mandir}/man1/xdriinfo.1* |
|---|
| 111 | %{_mandir}/man1/xev.1* |
|---|
| 112 | %{_mandir}/man1/xfd.1* |
|---|
| 113 | %{_mandir}/man1/xfontsel.1* |
|---|
| 114 | %{_mandir}/man1/xlsatoms.1* |
|---|
| 115 | %{_mandir}/man1/xlsclients.1* |
|---|
| 116 | %{_mandir}/man1/xlsfonts.1* |
|---|
| 117 | %{_mandir}/man1/xprop.1* |
|---|
| 118 | %{_mandir}/man1/xvinfo.1* |
|---|
| 119 | %{_mandir}/man1/xwininfo.1* |
|---|
| 120 | |
|---|
| 121 | %changelog |
|---|
| 122 | * Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-3 |
|---|
| 123 | - xvinfo-1.1.3 |
|---|
| 124 | - xev-1.2.2 |
|---|
| 125 | - xlsatoms-1.1.2 |
|---|
| 126 | - xlsfonts-1.0.5 |
|---|
| 127 | - xdriinfo-1.0.5 |
|---|
| 128 | |
|---|
| 129 | * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-2 |
|---|
| 130 | - xdpyinfo-1.3.1 |
|---|
| 131 | - xev-1.2.1 |
|---|
| 132 | - xfd-1.1.2 |
|---|
| 133 | - xfontsel-1.0.5 |
|---|
| 134 | - xlsclients-1.1.3 |
|---|
| 135 | - xprop-1.2.2 |
|---|
| 136 | - xwininfo-1.1.3 |
|---|
| 137 | |
|---|
| 138 | * Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-1 |
|---|
| 139 | - xvinfo-1.1.2 |
|---|
| 140 | |
|---|
| 141 | * Wed May 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-5 |
|---|
| 142 | - xlsatoms-1.1.1 |
|---|
| 143 | - xlsfonts-1.0.4 |
|---|
| 144 | |
|---|
| 145 | * Sat Mar 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-4 |
|---|
| 146 | - xfontsel-1.0.4 |
|---|
| 147 | |
|---|
| 148 | * Sat Mar 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-3 |
|---|
| 149 | - xev-1.2.0 |
|---|
| 150 | - xfd-1.1.1 |
|---|
| 151 | - add BuildRequires: libXrandr-devel |
|---|
| 152 | |
|---|
| 153 | * Sun Jan 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-2 |
|---|
| 154 | - xdpyinfo-1.3.0 |
|---|
| 155 | |
|---|
| 156 | * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-1 |
|---|
| 157 | - xlsclients-1.1.2 |
|---|
| 158 | - xprop-1.2.1 |
|---|
| 159 | - xwininfo-1.1.2 |
|---|
| 160 | |
|---|
| 161 | * Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.5-4 |
|---|
| 162 | - xdpyinfo-1.2.0 |
|---|
| 163 | - xdriinfo-1.0.4 |
|---|
| 164 | |
|---|
| 165 | * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.5-3 |
|---|
| 166 | - xev-1.1.0 |
|---|
| 167 | - xfd-1.1.0 |
|---|
| 168 | - xprop-1.2.0 |
|---|
| 169 | - xwininfo-1.1.1 |
|---|
| 170 | - xfontsel-1.0.3 |
|---|
| 171 | - xlsatoms-1.1.0 |
|---|
| 172 | - xlsclients-1.1.1 |
|---|
| 173 | - xlsfonts-1.0.3 |
|---|
| 174 | - xvinfo-1.1.1 |
|---|
| 175 | - add BuildRequires: xcb-utils-devel, xz |
|---|
| 176 | |
|---|
| 177 | * Tue Mar 16 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.5-2 |
|---|
| 178 | - add edid-decode snapshot |
|---|
| 179 | |
|---|
| 180 | * Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.5-1 |
|---|
| 181 | - xdpyinfo-1.1.0 |
|---|
| 182 | - xdriinfo-1.0.3 |
|---|
| 183 | - xev-1.0.4 |
|---|
| 184 | - xlsatoms-1.0.2 |
|---|
| 185 | - xlsclient-1.0.2 |
|---|
| 186 | - xprop-1.1.0 |
|---|
| 187 | - xvinfo-1.1.0 |
|---|
| 188 | - xwininfo-1.0.5 |
|---|
| 189 | |
|---|
| 190 | * Sun Nov 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-3 |
|---|
| 191 | - rebuild with libXaw.so.7 (libXaw-1.0.5) |
|---|
| 192 | |
|---|
| 193 | * Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-2 |
|---|
| 194 | - xdpyinfo 1.0.3 |
|---|
| 195 | - xev 1.0.3 |
|---|
| 196 | - xprop 1.0.4 |
|---|
| 197 | - xwininfo 1.0.4 |
|---|
| 198 | |
|---|
| 199 | * Wed Mar 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-1 |
|---|
| 200 | - initial build for Vine Linux |
|---|
| 201 | |
|---|
| 202 | * Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 7.3-2 |
|---|
| 203 | - Autorebuild for GCC 4.3 |
|---|
| 204 | |
|---|
| 205 | * Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 7.3-1 |
|---|
| 206 | - xdriinfo 1.0.2 |
|---|
| 207 | - xwininfo 1.0.3 |
|---|
| 208 | - Bump to 7.3 |
|---|
| 209 | |
|---|
| 210 | * Fri Aug 17 2007 Dave Airlie <airlied@redhat.com> 7.2-1 |
|---|
| 211 | - xfontsel 1.0.2, xlsfonts 1.0.2, xvinfo 1.0.2, xprop 1.0.3 |
|---|
| 212 | |
|---|
| 213 | * Mon Mar 26 2007 Adam Jackson <ajax@redhat.com> 7.1-4 |
|---|
| 214 | - xdpyinfo 1.0.2 |
|---|
| 215 | |
|---|
| 216 | * Tue Jan 30 2007 Adam Jackson <ajax@redhat.com> 7.1-3 |
|---|
| 217 | - Fix man page glob and rebuild for FC7. |
|---|
| 218 | |
|---|
| 219 | * Wed Jul 19 2006 Mike A. Harris <mharris@redhat.com> 7.1-2.fc6 |
|---|
| 220 | - Remove app-defaults dir from file manifest, as it is owned by libXt (#174021) |
|---|
| 221 | - Add 'dist' tag to package release string. |
|---|
| 222 | |
|---|
| 223 | * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 7.1-1.1 |
|---|
| 224 | - rebuild |
|---|
| 225 | |
|---|
| 226 | * Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 7.1-1 |
|---|
| 227 | - Bump package version to 7.1 to reflect the X11 release the utilities |
|---|
| 228 | are aggregated from. |
|---|
| 229 | - Updated to xdriinfo-1.0.1, xev-1.0.2, xwininfo-1.0.2 from X11R7.1 |
|---|
| 230 | |
|---|
| 231 | * Wed May 31 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-3 |
|---|
| 232 | - Fix BuildRequires (#191966) |
|---|
| 233 | |
|---|
| 234 | * Tue Apr 25 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-2 |
|---|
| 235 | - Remove a spurious Xprint dependency from xdpyinfo. |
|---|
| 236 | |
|---|
| 237 | * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2 |
|---|
| 238 | - bump again for double-long bug on ppc(64) |
|---|
| 239 | |
|---|
| 240 | * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1 |
|---|
| 241 | - rebuilt for new gcc4.1 snapshot and glibc changes |
|---|
| 242 | |
|---|
| 243 | * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1 |
|---|
| 244 | - Updated all tarballs to versions from X11R7.0 |
|---|
| 245 | |
|---|
| 246 | * Sat Dec 17 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1 |
|---|
| 247 | - Updated all tarballs to version 1.0.0 from X11R7 RC4. |
|---|
| 248 | - Changed manpage dir from man1x to man1 to match upstream RC4 default. |
|---|
| 249 | - Moved all app-defaults files from _libdir to _datadir |
|---|
| 250 | |
|---|
| 251 | * Mon Nov 14 2005 Jeremy Katz <katzj@redhat.com> 0.99.2-3 |
|---|
| 252 | - require newer filesystem package (#172610) |
|---|
| 253 | |
|---|
| 254 | * Mon Nov 14 2005 Jeremy Katz <katzj@redhat.com> 0.99.2-2 |
|---|
| 255 | - rebuild |
|---|
| 256 | |
|---|
| 257 | * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1 |
|---|
| 258 | - Initial build, with all apps taken from X11R7 RC2 |
|---|
| 259 | - Use "make install DESTDIR=$RPM_BUILD_ROOT" as the makeinstall macro fails on |
|---|
| 260 | some packages. |
|---|