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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426
  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: 7%{?_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.5.0.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. * Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-7
  169. - xrandr-1.5.0
  170. * Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-6
  171. - xcmsdb-1.0.5
  172. - xgamma-1.0.6
  173. - xhost-1.0.7
  174. - xmodmap-1.0.9
  175. * Sun Apr 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-5
  176. - iceauth-1.0.7
  177. - sessreg-1.1.0
  178. * Sat Nov 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-4
  179. - rgb-1.0.6
  180. - xrandr-1.4.3
  181. * Wed Apr 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-3
  182. - xrandr-1.4.2
  183. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-2
  184. - iceauth-1.0.6
  185. - xhost-1.0.6
  186. - xmodmap-1.0.8
  187. - xrandr-1.4.1
  188. - xrdb-1.1.0
  189. - xrefresh-1.0.5
  190. - xset-1.2.3
  191. * Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-1
  192. - rgb-1.0.5
  193. - sessreg-1.0.8
  194. - xrandr-1.4.0
  195. - xsetroot-1.1.1
  196. - xstdcmap-1.0.3
  197. - xvidtune-1.0.3
  198. * Wed May 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-8
  199. - xmodmap-1.0.7
  200. * Sat Mar 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-7
  201. - xgamma-1.0.5
  202. - xhost-1.0.5
  203. - xmodmap-1.0.6
  204. * Sat Mar 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-6
  205. - xcmsdb-1.0.4
  206. * Sun Jan 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-5
  207. - sessreg-1.0.7
  208. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-4
  209. - iceauth-1.0.5
  210. - xcmsdb-1.0.3
  211. - xrandr-1.3.5
  212. - xset-1.2.2
  213. * Sun May 01 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-3
  214. - delete Obsoletes: xorg-x11
  215. * Thu Apr 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-2
  216. - xrdb-1.0.9
  217. (including security fix for CVE-2011-0465)
  218. * Sat Feb 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-1
  219. - xrdb-1.0.8
  220. * Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.5-3
  221. - xgamma-1.0.4
  222. - xrdb-1.0.7
  223. - xrefresh-1.0.4
  224. - xset-1.2.1
  225. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.5-2
  226. - iceauth-1.0.4
  227. - rgb-1.0.4
  228. - sessreg-1.0.6
  229. - xcmsdb-1.0.3
  230. - xhost-1.0.4
  231. - xmodmap-1.0.5
  232. - xrandr-1.3.4
  233. - xset-1.2.0
  234. - xsetroot-1.1.0
  235. - xstdcmap-1.0.2
  236. - xvidtune-1.0.2
  237. - drop Patch1100,1700,1710
  238. - add BuildRequires: libXcursor-devel
  239. - fix %%files
  240. * Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.5-1
  241. - iceauth-1.0.3
  242. - sessreg-1.0.5
  243. - xcmsdb-1.0.2
  244. - xgamma-1.0.3
  245. - xhost-1.0.3
  246. - xmodmap-1.0.4
  247. - xrandr-1.3.2
  248. - xrdb-1.0.6
  249. - xrefresh-1.0.3
  250. - xset-1.1.0
  251. - xsetroot-1.0.3
  252. - drop xtrap (deprecated upstream)
  253. * Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-2
  254. - xrandr-1.3.0
  255. * Wed Mar 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-1
  256. - xrandr-1.2.99.4
  257. * Sun Nov 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-3
  258. - rebuild with libXaw.so.7 (libXaw-1.0.5)
  259. * Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-2
  260. - rgb 1.0.3
  261. - sessreg 1.0.4
  262. - xhost 1.0.2
  263. - xrandr 1.2.3
  264. - xrdb 1.0.5
  265. - xset 1.0.4
  266. - xsetpointer 1.0.1
  267. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-1
  268. - new versioning policy
  269. * Sun Jan 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-0vl1
  270. - initial build for Vine Linux
  271. * Thu Nov 29 2007 Dave Airlie <airlied@redhat.com> 7.3-2
  272. - xrandr-1.2.2-reset-other-outputs-using-best-crtc.patch
  273. - xrandr-1.2.2-verify-crtc-against-prev-config.patch
  274. - Patches from upstream to fix some bug in xrandr app
  275. * Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 7.3-1
  276. - sessreg 1.0.3
  277. - xgamma 1.0.2
  278. - xmodmap 1.0.3
  279. - xrdb 1.0.4
  280. - xset 1.0.3
  281. - xsetroot 1.0.2
  282. - Bump to 7.3
  283. * Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 7.2-6
  284. - Rebuild for ppc toolchain bug
  285. * Wed Jul 25 2007 Jeremy Katz <katzj@redhat.com> - 7.2-5
  286. - rebuild for toolchain bug
  287. * Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 7.2-4
  288. - iceauth 1.0.2
  289. * Wed Jul 11 2007 Adam Jackson <ajax@redhat.com> 7.2-3
  290. - xrandr 1.2.2
  291. * Wed Jun 27 2007 Adam Jackson <ajax@redhat.com> 7.2-2
  292. - xrandr 1.2.1
  293. * Wed Feb 28 2007 Adam Jackson <ajax@redhat.com> 7.2-1
  294. - Superstition bump to 7.2
  295. - xrandr 1.2.0
  296. * Tue Jan 30 2007 Adam Jackson <ajax@redhat.com> 7.1-5
  297. - Fix man page globs and rebuild for FC7.
  298. * Fri Aug 4 2006 Adam Jackson <ajackson@redhat.com> 7.1-4.fc6
  299. - xvidtune-1.0.1-buffer-stomp.patch: Fix a heap smash. (#189146)
  300. * Wed Jul 19 2006 Mike A. Harris <mharris@redhat.com> 7.1-3.fc6
  301. - Remove app-defaults dir from file manifest, as it is owned by libXt (#174021)
  302. - Add 'dist' tag to package release string.
  303. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 7.1-2.1
  304. - rebuild
  305. - Update to rgb-1.0.2 from X11R7.1
  306. * Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 7.1-1
  307. - Bump the package version to 7.1 to have it match the X11 release that the
  308. tarballs came from going forward.
  309. - Update to xrefresh-1.0.2, xtrap-1.0.2 from X11R7.1
  310. - Remove build dependency on liblbxutil-devel, as LBX is no longer supported.
  311. * Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-6
  312. - Clean up Source lines in spec file, and other minor cleanups.
  313. * Wed May 17 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-5
  314. - Added a whackload of BuildRequires for bug (#191987)
  315. * Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-4
  316. - Updated xmodmap, xrandr, xrdb, and xset.
  317. * Tue Apr 25 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-3
  318. - Eliminate a spurious Xprint dependency from xset.
  319. * Fri Apr 14 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-2
  320. - Drop lbxproxy, LBX is deprecated upstream
  321. - Update to xhost 1.0.1
  322. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
  323. - bump again for double-long bug on ppc(64)
  324. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
  325. - rebuilt for new gcc4.1 snapshot and glibc changes
  326. * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
  327. - Updated all packages to the versions from X11R7.0
  328. * Mon Nov 28 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
  329. - Updated all packages to version 1.0.0 from X11R7 RC4
  330. - Changed manpage dirs from man1x to man1 to match upstream RC4 default.
  331. - Updated lbxproxy-datadir-AtomControl-fix.patch
  332. - Updated rgb-1.0.0-datadir-rgbpath-fix.patch
  333. - Removed xvidtune-0.99.1-datadir-app-defaults-fix.patch, now unneeded.
  334. * Mon Nov 28 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-6
  335. - Added "Requires: cpp" as xrdb requires it for proper operation (#174302)
  336. * Tue Nov 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-5
  337. - Bump "filesystem" Requires(pre) to 2.3.7-1.
  338. * Fri Nov 18 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-4
  339. - Added lbxproxy-0.99.2-datadir-AtomControl-fix.patch to move architecture
  340. independent data files from libdir to datadir.
  341. - Added rgb-0.99.2-datadir-rgbpath-fix.patch to move architecture independent
  342. data files from libdir to datadir.
  343. - Added xvidtune-0.99.1-datadir-app-defaults-fix.patch to move app-defaults
  344. into datadir.
  345. * Mon Nov 14 2005 Jeremy Katz <katzj@redhat.com> 0.99.2-3
  346. - require newer filesystem package (#172610)
  347. * Sun Nov 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
  348. - Added "Obsoletes: XFree86, xorg-x11", as these utilities came from there.
  349. - Rebuild against new libXaw 0.99.2-2, which has fixed DT_SONAME. (#173027)
  350. * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
  351. - Initial build, with all apps taken from X11R7 RC2
  352. - Use "make install DESTDIR=$RPM_BUILD_ROOT" as the makeinstall macro fails on
  353. some packages.