xorg-x11-server-utils-vl.spec 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423
  1. %define pkgname server-utils
  2. Summary: X.Org X11 X server utilities
  3. Summary(ja): X.Org X11 X サーバユーティリティ
  4. Name: xorg-x11-%{pkgname}
  5. Version: 7.7
  6. Release: 6%{?_dist_release}
  7. License: MIT/X11
  8. Group: User Interface/X
  9. URL: http://www.x.org
  10. Source0: ftp://ftp.x.org/pub/individual/app/iceauth-1.0.7.tar.bz2
  11. Source2: ftp://ftp.x.org/pub/individual/app/rgb-1.0.6.tar.bz2
  12. Source3: ftp://ftp.x.org/pub/individual/app/sessreg-1.1.0.tar.bz2
  13. Source4: ftp://ftp.x.org/pub/individual/app/xcmsdb-1.0.5.tar.bz2
  14. Source5: ftp://ftp.x.org/pub/individual/app/xgamma-1.0.6.tar.bz2
  15. Source6: ftp://ftp.x.org/pub/individual/app/xhost-1.0.7.tar.bz2
  16. Source7: ftp://ftp.x.org/pub/individual/app/xmodmap-1.0.9.tar.bz2
  17. Source8: ftp://ftp.x.org/pub/individual/app/xrandr-1.4.3.tar.bz2
  18. Source9: ftp://ftp.x.org/pub/individual/app/xrdb-1.1.0.tar.bz2
  19. Source10: ftp://ftp.x.org/pub/individual/app/xrefresh-1.0.5.tar.bz2
  20. Source11: ftp://ftp.x.org/pub/individual/app/xset-1.2.3.tar.bz2
  21. Source12: ftp://ftp.x.org/pub/individual/app/xsetmode-1.0.0.tar.bz2
  22. Source13: ftp://ftp.x.org/pub/individual/app/xsetpointer-1.0.1.tar.bz2
  23. Source14: ftp://ftp.x.org/pub/individual/app/xsetroot-1.1.1.tar.bz2
  24. Source15: ftp://ftp.x.org/pub/individual/app/xstdcmap-1.0.3.tar.bz2
  25. Source17: ftp://ftp.x.org/pub/individual/app/xvidtune-1.0.3.tar.bz2
  26. # NOTE: Each upstream tarball has its own "PatchN" section, taken from
  27. # multiplying the "SourceN" line times 100. Please keep them in this
  28. # order. Also, please keep each patch specific to a single upstream tarball,
  29. # so that they don't have to be split in half when submitting upstream.
  30. #
  31. # iceauth section
  32. #Patch0:
  33. # rgb section
  34. Patch1100: rgb-1.0.3-datadir-rgbpath-fix.patch
  35. # xvidtune section
  36. Patch1700: xvidtune-1.0.1-buffer-stomp.patch
  37. Patch1710: xvidtune-1.0.1-xaw7.patch
  38. # xrandr section
  39. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  40. # FIXME: Temporary build dep on automake, autoconf while they're still used
  41. # in the specfile.
  42. BuildRequires: autoconf, automake
  43. BuildRequires: pkgconfig
  44. # xsetroot requires xbitmaps-devel
  45. BuildRequires: xbitmaps-devel
  46. # xsetroot requires libX11-devel
  47. BuildRequires: libX11-devel
  48. # xsetroot requires libXmu-devel
  49. BuildRequires: libXmu-devel
  50. BuildRequires: xorg-x11-xtrans-devel libXext-devel
  51. BuildRequires: libXrandr-devel >= 1.2.0
  52. BuildRequires: xorg-x11-util-macros libXxf86vm-devel libXrandr-devel
  53. BuildRequires: libXrender-devel libXi-devel libXt-devel
  54. BuildRequires: libXaw-devel >= 1.0.5
  55. BuildRequires: libXpm-devel libXxf86misc-devel libXfontcache-devel
  56. BuildRequires: zlib-devel
  57. BuildRequires: libXcursor-devel
  58. # ENDNOTE
  59. # xrdb requires the C preprocessor to work properly
  60. Requires: cpp
  61. Requires: libXrandr
  62. Provides: iceauth rgb sessreg xcmsdb xgamma xhost
  63. Provides: xmodmap xrandr xrdb xrefresh xset xsetmode xsetpointer
  64. Provides: xsetroot xstdcmap xvidtune
  65. # NOTE: iceauth, rgb, sessreg, xcmsdb, xgamma, xhost, xmodmap,
  66. # xrandr, xrdb, xrefresh, xset, xsetmode, xsetpointer, xsetroot, xstdcmap,
  67. # xvidtune, were all in xorg-x11 and XFree86 packages, so we obsolete
  68. # them to ensure upgrades work.
  69. Obsoletes: XFree86
  70. Vendor: Project Vine
  71. Distribution: Vine Linux
  72. Packager: Takemikaduchi
  73. %description
  74. A collection of utilities used to tweak and query the runtime configuration
  75. of the X server.
  76. %prep
  77. %setup -q -c %{name}-%{version} -a2 -a3 -a4 -a5 -a6 -a7 -a8 -a9 -a10 -a11 -a12 -a13 -a14 -a15 -a17
  78. ## %patch1100 -p0 -b .datadir-rgbpath-fix
  79. ## %patch1700 -p1 -b .buffer-stomp
  80. ## %patch1710 -p1 -b .xaw7
  81. %build
  82. # Build all apps
  83. {
  84. for app in * ; do
  85. pushd $app
  86. case $app in
  87. rgb-*)
  88. # FIXME: run autotools junk to kick in our patch
  89. autoreconf -if
  90. %configure ;# --with-rgb-db=%{_datadir}/X11
  91. ;;
  92. xset-*)
  93. # FIXME: run autotools junk to kick in our patch
  94. aclocal --force
  95. automake -f
  96. autoconf
  97. %configure
  98. ;;
  99. xvidtune-*)
  100. # FIXME: run autotools junk to kick in our patch
  101. autoreconf -if
  102. %configure
  103. ;;
  104. *)
  105. %configure
  106. ;;
  107. esac
  108. make
  109. popd
  110. done
  111. }
  112. %install
  113. rm -rf $RPM_BUILD_ROOT
  114. # Install all apps
  115. {
  116. for app in * ; do
  117. pushd $app
  118. case $app in
  119. *)
  120. make install DESTDIR=$RPM_BUILD_ROOT
  121. ;;
  122. esac
  123. popd
  124. done
  125. }
  126. %clean
  127. rm -rf $RPM_BUILD_ROOT
  128. %files
  129. %defattr(-,root,root,-)
  130. %doc
  131. %{_bindir}/iceauth
  132. %{_bindir}/sessreg
  133. %{_bindir}/showrgb
  134. %{_bindir}/xcmsdb
  135. %{_bindir}/xgamma
  136. %{_bindir}/xhost
  137. %{_bindir}/xkeystone
  138. %{_bindir}/xmodmap
  139. %{_bindir}/xrandr
  140. %{_bindir}/xrdb
  141. %{_bindir}/xrefresh
  142. %{_bindir}/xset
  143. %{_bindir}/xsetmode
  144. %{_bindir}/xsetpointer
  145. %{_bindir}/xsetroot
  146. %{_bindir}/xstdcmap
  147. %{_bindir}/xvidtune
  148. %dir %{_datadir}/X11
  149. %{_datadir}/X11/rgb.txt
  150. %{_datadir}/X11/app-defaults/Xvidtune
  151. %{_mandir}/man1/iceauth.1*
  152. %{_mandir}/man1/sessreg.1*
  153. %{_mandir}/man1/showrgb.1*
  154. %{_mandir}/man1/xcmsdb.1*
  155. %{_mandir}/man1/xgamma.1*
  156. %{_mandir}/man1/xhost.1*
  157. %{_mandir}/man1/xmodmap.1*
  158. %{_mandir}/man1/xrandr.1*
  159. %{_mandir}/man1/xrdb.1*
  160. %{_mandir}/man1/xrefresh.1*
  161. %{_mandir}/man1/xset.1*
  162. %{_mandir}/man1/xsetmode.1*
  163. %{_mandir}/man1/xsetpointer.1*
  164. %{_mandir}/man1/xsetroot.1*
  165. %{_mandir}/man1/xstdcmap.1*
  166. %{_mandir}/man1/xvidtune.1*
  167. %changelog
  168. * Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-6
  169. - xcmsdb-1.0.5
  170. - xgamma-1.0.6
  171. - xhost-1.0.7
  172. - xmodmap-1.0.9
  173. * Sun Apr 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-5
  174. - iceauth-1.0.7
  175. - sessreg-1.1.0
  176. * Sat Nov 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-4
  177. - rgb-1.0.6
  178. - xrandr-1.4.3
  179. * Wed Apr 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-3
  180. - xrandr-1.4.2
  181. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-2
  182. - iceauth-1.0.6
  183. - xhost-1.0.6
  184. - xmodmap-1.0.8
  185. - xrandr-1.4.1
  186. - xrdb-1.1.0
  187. - xrefresh-1.0.5
  188. - xset-1.2.3
  189. * Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-1
  190. - rgb-1.0.5
  191. - sessreg-1.0.8
  192. - xrandr-1.4.0
  193. - xsetroot-1.1.1
  194. - xstdcmap-1.0.3
  195. - xvidtune-1.0.3
  196. * Wed May 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-8
  197. - xmodmap-1.0.7
  198. * Sat Mar 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-7
  199. - xgamma-1.0.5
  200. - xhost-1.0.5
  201. - xmodmap-1.0.6
  202. * Sat Mar 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-6
  203. - xcmsdb-1.0.4
  204. * Sun Jan 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-5
  205. - sessreg-1.0.7
  206. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-4
  207. - iceauth-1.0.5
  208. - xcmsdb-1.0.3
  209. - xrandr-1.3.5
  210. - xset-1.2.2
  211. * Sun May 01 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-3
  212. - delete Obsoletes: xorg-x11
  213. * Thu Apr 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-2
  214. - xrdb-1.0.9
  215. (including security fix for CVE-2011-0465)
  216. * Sat Feb 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-1
  217. - xrdb-1.0.8
  218. * Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.5-3
  219. - xgamma-1.0.4
  220. - xrdb-1.0.7
  221. - xrefresh-1.0.4
  222. - xset-1.2.1
  223. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.5-2
  224. - iceauth-1.0.4
  225. - rgb-1.0.4
  226. - sessreg-1.0.6
  227. - xcmsdb-1.0.3
  228. - xhost-1.0.4
  229. - xmodmap-1.0.5
  230. - xrandr-1.3.4
  231. - xset-1.2.0
  232. - xsetroot-1.1.0
  233. - xstdcmap-1.0.2
  234. - xvidtune-1.0.2
  235. - drop Patch1100,1700,1710
  236. - add BuildRequires: libXcursor-devel
  237. - fix %%files
  238. * Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.5-1
  239. - iceauth-1.0.3
  240. - sessreg-1.0.5
  241. - xcmsdb-1.0.2
  242. - xgamma-1.0.3
  243. - xhost-1.0.3
  244. - xmodmap-1.0.4
  245. - xrandr-1.3.2
  246. - xrdb-1.0.6
  247. - xrefresh-1.0.3
  248. - xset-1.1.0
  249. - xsetroot-1.0.3
  250. - drop xtrap (deprecated upstream)
  251. * Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-2
  252. - xrandr-1.3.0
  253. * Wed Mar 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-1
  254. - xrandr-1.2.99.4
  255. * Sun Nov 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-3
  256. - rebuild with libXaw.so.7 (libXaw-1.0.5)
  257. * Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-2
  258. - rgb 1.0.3
  259. - sessreg 1.0.4
  260. - xhost 1.0.2
  261. - xrandr 1.2.3
  262. - xrdb 1.0.5
  263. - xset 1.0.4
  264. - xsetpointer 1.0.1
  265. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-1
  266. - new versioning policy
  267. * Sun Jan 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-0vl1
  268. - initial build for Vine Linux
  269. * Thu Nov 29 2007 Dave Airlie <airlied@redhat.com> 7.3-2
  270. - xrandr-1.2.2-reset-other-outputs-using-best-crtc.patch
  271. - xrandr-1.2.2-verify-crtc-against-prev-config.patch
  272. - Patches from upstream to fix some bug in xrandr app
  273. * Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 7.3-1
  274. - sessreg 1.0.3
  275. - xgamma 1.0.2
  276. - xmodmap 1.0.3
  277. - xrdb 1.0.4
  278. - xset 1.0.3
  279. - xsetroot 1.0.2
  280. - Bump to 7.3
  281. * Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 7.2-6
  282. - Rebuild for ppc toolchain bug
  283. * Wed Jul 25 2007 Jeremy Katz <katzj@redhat.com> - 7.2-5
  284. - rebuild for toolchain bug
  285. * Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 7.2-4
  286. - iceauth 1.0.2
  287. * Wed Jul 11 2007 Adam Jackson <ajax@redhat.com> 7.2-3
  288. - xrandr 1.2.2
  289. * Wed Jun 27 2007 Adam Jackson <ajax@redhat.com> 7.2-2
  290. - xrandr 1.2.1
  291. * Wed Feb 28 2007 Adam Jackson <ajax@redhat.com> 7.2-1
  292. - Superstition bump to 7.2
  293. - xrandr 1.2.0
  294. * Tue Jan 30 2007 Adam Jackson <ajax@redhat.com> 7.1-5
  295. - Fix man page globs and rebuild for FC7.
  296. * Fri Aug 4 2006 Adam Jackson <ajackson@redhat.com> 7.1-4.fc6
  297. - xvidtune-1.0.1-buffer-stomp.patch: Fix a heap smash. (#189146)
  298. * Wed Jul 19 2006 Mike A. Harris <mharris@redhat.com> 7.1-3.fc6
  299. - Remove app-defaults dir from file manifest, as it is owned by libXt (#174021)
  300. - Add 'dist' tag to package release string.
  301. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 7.1-2.1
  302. - rebuild
  303. - Update to rgb-1.0.2 from X11R7.1
  304. * Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 7.1-1
  305. - Bump the package version to 7.1 to have it match the X11 release that the
  306. tarballs came from going forward.
  307. - Update to xrefresh-1.0.2, xtrap-1.0.2 from X11R7.1
  308. - Remove build dependency on liblbxutil-devel, as LBX is no longer supported.
  309. * Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-6
  310. - Clean up Source lines in spec file, and other minor cleanups.
  311. * Wed May 17 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-5
  312. - Added a whackload of BuildRequires for bug (#191987)
  313. * Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-4
  314. - Updated xmodmap, xrandr, xrdb, and xset.
  315. * Tue Apr 25 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-3
  316. - Eliminate a spurious Xprint dependency from xset.
  317. * Fri Apr 14 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-2
  318. - Drop lbxproxy, LBX is deprecated upstream
  319. - Update to xhost 1.0.1
  320. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
  321. - bump again for double-long bug on ppc(64)
  322. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
  323. - rebuilt for new gcc4.1 snapshot and glibc changes
  324. * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
  325. - Updated all packages to the versions from X11R7.0
  326. * Mon Nov 28 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
  327. - Updated all packages to version 1.0.0 from X11R7 RC4
  328. - Changed manpage dirs from man1x to man1 to match upstream RC4 default.
  329. - Updated lbxproxy-datadir-AtomControl-fix.patch
  330. - Updated rgb-1.0.0-datadir-rgbpath-fix.patch
  331. - Removed xvidtune-0.99.1-datadir-app-defaults-fix.patch, now unneeded.
  332. * Mon Nov 28 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-6
  333. - Added "Requires: cpp" as xrdb requires it for proper operation (#174302)
  334. * Tue Nov 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-5
  335. - Bump "filesystem" Requires(pre) to 2.3.7-1.
  336. * Fri Nov 18 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-4
  337. - Added lbxproxy-0.99.2-datadir-AtomControl-fix.patch to move architecture
  338. independent data files from libdir to datadir.
  339. - Added rgb-0.99.2-datadir-rgbpath-fix.patch to move architecture independent
  340. data files from libdir to datadir.
  341. - Added xvidtune-0.99.1-datadir-app-defaults-fix.patch to move app-defaults
  342. into datadir.
  343. * Mon Nov 14 2005 Jeremy Katz <katzj@redhat.com> 0.99.2-3
  344. - require newer filesystem package (#172610)
  345. * Sun Nov 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
  346. - Added "Obsoletes: XFree86, xorg-x11", as these utilities came from there.
  347. - Rebuild against new libXaw 0.99.2-2, which has fixed DT_SONAME. (#173027)
  348. * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
  349. - Initial build, with all apps taken from X11R7 RC2
  350. - Use "make install DESTDIR=$RPM_BUILD_ROOT" as the makeinstall macro fails on
  351. some packages.