xorg-x11-proto-devel-vl.spec 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716
  1. # INFO: When doing a bootstrap build on a new architecture, set this to 1 to
  2. # avoid build loops.
  3. %define build_bootstrap 0
  4. Summary: X.Org X11 Protocol headers
  5. Summary(ja): X.Org X11 プロトコルヘッダファイル
  6. Name: xorg-x11-proto-devel
  7. Version: 7.7
  8. Release: 8%{?_dist_release}
  9. License: MIT
  10. Group: Development/Libraries
  11. URL: http://www.x.org
  12. # Add virtual provides lazily as they get updated, so the server and libs
  13. # can depend on specific proto versions instead of this package's version.
  14. Source0: ftp://ftp.x.org/pub/individual/proto/bigreqsproto-1.1.1.tar.bz2
  15. Source1: ftp://ftp.x.org/pub/individual/proto/compositeproto-0.4.2.tar.bz2
  16. Provides: compositeproto = 0.4.2
  17. Source2: ftp://ftp.x.org/pub/individual/proto/damageproto-1.2.1.tar.bz2
  18. Provides: damageproto = 1.2.1
  19. Source3: ftp://ftp.x.org/pub/individual/proto/dmxproto-2.3.1.tar.bz2
  20. Source4: ftp://ftp.x.org/pub/individual/proto/evieext-1.1.1.tar.bz2
  21. Source5: ftp://ftp.x.org/pub/individual/proto/fixesproto-5.0.tar.bz2
  22. Provides: fixesproto = 5.0
  23. Source6: ftp://ftp.x.org/pub/individual/proto/fontcacheproto-0.1.3.tar.bz2
  24. Source7: ftp://ftp.x.org/pub/individual/proto/fontsproto-2.1.3.tar.bz2
  25. Source8: ftp://ftp.x.org/pub/individual/proto/glproto-1.4.17.tar.bz2
  26. Provides: glproto = 1.4.17
  27. Source9: ftp://ftp.x.org/pub/individual/proto/inputproto-2.3.2.tar.bz2
  28. Provides: inputproto = 2.3.2
  29. Source10: ftp://ftp.x.org/pub/individual/proto/kbproto-1.0.7.tar.bz2
  30. Provides: kbproto = 1.0.7
  31. Source13: ftp://ftp.x.org/pub/individual/proto/randrproto-1.5.0.tar.bz2
  32. Provides: randrproto = 1.5.0
  33. Source14: ftp://ftp.x.org/pub/individual/proto/recordproto-1.14.1.tar.bz2
  34. Source15: ftp://ftp.x.org/pub/individual/proto/renderproto-0.11.1.tar.bz2
  35. Provides: renderproto = 0.11.1
  36. Source16: ftp://ftp.x.org/pub/individual/proto/resourceproto-1.2.0.tar.bz2
  37. Source17: ftp://ftp.x.org/pub/individual/proto/scrnsaverproto-1.2.1.tar.bz2
  38. Provides: scrnsaverproto = 1.2.1
  39. Source18: ftp://ftp.x.org/pub/individual/proto/trapproto-3.4.3.tar.bz2
  40. Source19: ftp://ftp.x.org/pub/individual/proto/videoproto-2.3.3.tar.bz2
  41. Source20: ftp://ftp.x.org/pub/individual/proto/xcmiscproto-1.2.1.tar.bz2
  42. Source21: ftp://ftp.x.org/pub/individual/proto/xextproto-7.3.0.tar.bz2
  43. Provides: xextproto = 7.3.0
  44. Source22: ftp://ftp.x.org/pub/individual/proto/xf86bigfontproto-1.2.0.tar.bz2
  45. Source23: ftp://ftp.x.org/pub/individual/proto/xf86dgaproto-2.1.tar.bz2
  46. Provides: xf86dgaproto = 2.1
  47. Source24: ftp://ftp.x.org/pub/individual/proto/xf86driproto-2.1.1.tar.bz2
  48. Source25: ftp://ftp.x.org/pub/individual/proto/xf86miscproto-0.9.3.tar.bz2
  49. Source26: ftp://ftp.x.org/pub/individual/proto/xf86rushproto-1.1.2.tar.bz2
  50. Source27: ftp://ftp.x.org/pub/individual/proto/xf86vidmodeproto-2.3.1.tar.bz2
  51. Source28: ftp://ftp.x.org/pub/individual/proto/xineramaproto-1.2.1.tar.bz2
  52. Source29: ftp://ftp.x.org/pub/individual/proto/xproto-7.0.28.tar.bz2
  53. Provides: xproto = 7.0.28
  54. Source30: ftp://ftp.x.org/pub/individual/proto/xproxymanagementprotocol-1.0.3.tar.bz2
  55. Source31: ftp://ftp.x.org/pub/individual/proto/dri2proto-2.8.tar.bz2
  56. Provides: dri2proto = 2.8
  57. Source32: ftp://ftp.x.org/pub/individual/proto/presentproto-1.0.tar.bz2
  58. Source33: ftp://ftp.x.org/pub/individual/proto/dri3proto-1.0.tar.bz2
  59. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  60. BuildArch: noarch
  61. BuildRequires: pkgconfig
  62. BuildRequires: xorg-x11-util-macros
  63. Obsoletes: XFree86-devel, XOrg-devel
  64. # NOTE: This dependency on xorg-x11-filesystem is required to work around
  65. # a nasty upgrade problem when going from FC4->FC5 or monolithic to
  66. # modular X.Org. Bug #173384.
  67. Requires(pre): xorg-x11-filesystem >= 0.99.2-3
  68. %if ! %{build_bootstrap}
  69. Requires: mesa-libGL-devel
  70. Requires: libXau-devel
  71. %endif
  72. Requires: pkgconfig
  73. Vendor: Project Vine
  74. Distribution: Vine Linux
  75. Packager: Daisuke SUZUKI <daisuke@linux.or.jp>, Takemikaduchi
  76. %description
  77. X.Org X11 Protocol headers
  78. %prep
  79. %setup -q -c %{name}-%{version} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8 -a9 -a10 -a13 -a14 -a15 -a16 -a17 -a18 -a19 -a20 -a21 -a22 -a23 -a24 -a25 -a26 -a27 -a28 -a29 -a30 -a31 -a32 -a33
  80. %build
  81. # Proceed through each proto package directory, building them all
  82. for dir in $(ls -1) ; do
  83. pushd $dir
  84. # yes, this looks horrible, but it's to get the .pc files in datadir
  85. %configure --libdir=%{_datadir}
  86. make %{?_smp_mflags}
  87. [ -e COPYING ] && mv COPYING COPYING-${dir%%-*}
  88. popd
  89. done
  90. %install
  91. rm -rf $RPM_BUILD_ROOT
  92. for dir in $(ls -1) ; do
  93. pushd $dir
  94. make install DESTDIR=$RPM_BUILD_ROOT
  95. [ -e COPYING-${dir%%-*} ] && install -m 444 COPYING-${dir%%-*} $OLDPWD
  96. popd
  97. done
  98. for i in composite damage dri2 dri3 fixes present randr render ; do
  99. mv $RPM_BUILD_ROOT/usr/share/doc/${i}proto/${i}proto.txt .
  100. done
  101. mv $RPM_BUILD_ROOT%{_docdir}/xproxymanagementprotocol/PM_spec .
  102. mv $RPM_BUILD_ROOT%{_docdir}/videoproto/xv-protocol-v2.txt .
  103. mv $RPM_BUILD_ROOT%{_docdir}/resourceproto/resproto.txt .
  104. # remove xml file and directory
  105. for i in bigreqs dri2 fonts input kb record scrnsaver xcmisc xext x ; do
  106. rm -rf $RPM_BUILD_ROOT/usr/share/doc/${i}proto
  107. done
  108. rm -rf $RPM_BUILD_ROOT/usr/share/doc/resourceproto
  109. %clean
  110. rm -rf $RPM_BUILD_ROOT
  111. %files
  112. %defattr(-,root,root,-)
  113. %doc COPYING-*
  114. %doc compositeproto.txt
  115. %doc damageproto.txt
  116. %doc dri2proto.txt
  117. %doc dri3proto.txt
  118. %doc presentproto.txt
  119. %doc randrproto.txt
  120. %doc renderproto.txt
  121. %doc fixesproto.txt
  122. %doc resproto.txt
  123. %doc PM_spec
  124. %dir %{_includedir}/GL
  125. %{_includedir}/GL/glxint.h
  126. %{_includedir}/GL/glxmd.h
  127. %{_includedir}/GL/glxproto.h
  128. %{_includedir}/GL/glxtokens.h
  129. %dir %{_includedir}/GL/internal
  130. %{_includedir}/GL/internal/glcore.h
  131. %dir %{_includedir}/X11
  132. %{_includedir}/X11/DECkeysym.h
  133. %{_includedir}/X11/HPkeysym.h
  134. %dir %{_includedir}/X11/PM
  135. %{_includedir}/X11/PM/PM.h
  136. %{_includedir}/X11/PM/PMproto.h
  137. %{_includedir}/X11/Sunkeysym.h
  138. %{_includedir}/X11/X.h
  139. %{_includedir}/X11/XF86keysym.h
  140. %{_includedir}/X11/XWDFile.h
  141. %{_includedir}/X11/Xalloca.h
  142. %{_includedir}/X11/Xarch.h
  143. %{_includedir}/X11/Xatom.h
  144. %{_includedir}/X11/Xdefs.h
  145. %{_includedir}/X11/Xfuncproto.h
  146. %{_includedir}/X11/Xfuncs.h
  147. %{_includedir}/X11/Xmd.h
  148. %{_includedir}/X11/Xos.h
  149. %{_includedir}/X11/Xos_r.h
  150. %{_includedir}/X11/Xosdefs.h
  151. %{_includedir}/X11/Xpoll.h
  152. %{_includedir}/X11/Xproto.h
  153. %{_includedir}/X11/Xprotostr.h
  154. %{_includedir}/X11/Xthreads.h
  155. %{_includedir}/X11/Xw32defs.h
  156. %{_includedir}/X11/Xwindows.h
  157. %{_includedir}/X11/Xwinsock.h
  158. %{_includedir}/X11/ap_keysym.h
  159. %dir %{_includedir}/X11/dri
  160. %{_includedir}/X11/dri/xf86dri.h
  161. %{_includedir}/X11/dri/xf86driproto.h
  162. %{_includedir}/X11/dri/xf86dristr.h
  163. %dir %{_includedir}/X11/extensions
  164. %{_includedir}/X11/extensions/EVI.h
  165. %{_includedir}/X11/extensions/EVIproto.h
  166. %{_includedir}/X11/extensions/XI.h
  167. %{_includedir}/X11/extensions/XI2.h
  168. %{_includedir}/X11/extensions/XI2proto.h
  169. %{_includedir}/X11/extensions/XIproto.h
  170. %{_includedir}/X11/extensions/XKB.h
  171. %{_includedir}/X11/extensions/XKBgeom.h
  172. %{_includedir}/X11/extensions/XKBproto.h
  173. %{_includedir}/X11/extensions/XKBsrv.h
  174. %{_includedir}/X11/extensions/XKBstr.h
  175. %{_includedir}/X11/extensions/XResproto.h
  176. %{_includedir}/X11/extensions/Xeviestr.h
  177. %{_includedir}/X11/extensions/Xv.h
  178. %{_includedir}/X11/extensions/XvMC.h
  179. %{_includedir}/X11/extensions/XvMCproto.h
  180. %{_includedir}/X11/extensions/Xvproto.h
  181. %{_includedir}/X11/extensions/ag.h
  182. %{_includedir}/X11/extensions/agproto.h
  183. %{_includedir}/X11/extensions/bigreqsproto.h
  184. %{_includedir}/X11/extensions/bigreqstr.h
  185. %{_includedir}/X11/extensions/composite.h
  186. %{_includedir}/X11/extensions/compositeproto.h
  187. %{_includedir}/X11/extensions/cup.h
  188. %{_includedir}/X11/extensions/cupproto.h
  189. %{_includedir}/X11/extensions/damageproto.h
  190. %{_includedir}/X11/extensions/damagewire.h
  191. %{_includedir}/X11/extensions/dbe.h
  192. %{_includedir}/X11/extensions/dbeproto.h
  193. %{_includedir}/X11/extensions/dmx.h
  194. %{_includedir}/X11/extensions/dmxproto.h
  195. %{_includedir}/X11/extensions/dpmsconst.h
  196. %{_includedir}/X11/extensions/dpmsproto.h
  197. %{_includedir}/X11/extensions/dri2proto.h
  198. %{_includedir}/X11/extensions/dri2tokens.h
  199. %{_includedir}/X11/extensions/dri3proto.h
  200. %{_includedir}/X11/extensions/evieproto.h
  201. %{_includedir}/X11/extensions/fontcache.h
  202. %{_includedir}/X11/extensions/fontcacheP.h
  203. %{_includedir}/X11/extensions/fontcachstr.h
  204. %{_includedir}/X11/extensions/ge.h
  205. %{_includedir}/X11/extensions/geproto.h
  206. %{_includedir}/X11/extensions/lbx.h
  207. %{_includedir}/X11/extensions/lbxproto.h
  208. %{_includedir}/X11/extensions/mitmiscconst.h
  209. %{_includedir}/X11/extensions/mitmiscproto.h
  210. %{_includedir}/X11/extensions/multibufconst.h
  211. %{_includedir}/X11/extensions/multibufproto.h
  212. %{_includedir}/X11/extensions/panoramiXproto.h
  213. %{_includedir}/X11/extensions/presentproto.h
  214. %{_includedir}/X11/extensions/presenttokens.h
  215. %{_includedir}/X11/extensions/randr.h
  216. %{_includedir}/X11/extensions/randrproto.h
  217. %{_includedir}/X11/extensions/recordconst.h
  218. %{_includedir}/X11/extensions/recordproto.h
  219. %{_includedir}/X11/extensions/recordstr.h
  220. %{_includedir}/X11/extensions/render.h
  221. %{_includedir}/X11/extensions/renderproto.h
  222. %{_includedir}/X11/extensions/saver.h
  223. %{_includedir}/X11/extensions/saverproto.h
  224. %{_includedir}/X11/extensions/secur.h
  225. %{_includedir}/X11/extensions/securproto.h
  226. %{_includedir}/X11/extensions/shapeconst.h
  227. %{_includedir}/X11/extensions/shapeproto.h
  228. %{_includedir}/X11/extensions/shapestr.h
  229. %{_includedir}/X11/extensions/shm.h
  230. %{_includedir}/X11/extensions/shmproto.h
  231. %{_includedir}/X11/extensions/shmstr.h
  232. %{_includedir}/X11/extensions/syncconst.h
  233. %{_includedir}/X11/extensions/syncproto.h
  234. %{_includedir}/X11/extensions/syncstr.h
  235. %{_includedir}/X11/extensions/vldXvMC.h
  236. %{_includedir}/X11/extensions/xcmiscproto.h
  237. %{_includedir}/X11/extensions/xcmiscstr.h
  238. %{_includedir}/X11/extensions/xf86bigfont.h
  239. %{_includedir}/X11/extensions/xf86bigfproto.h
  240. %{_includedir}/X11/extensions/xf86bigfstr.h
  241. %{_includedir}/X11/extensions/xf86dga.h
  242. %{_includedir}/X11/extensions/xf86dga1const.h
  243. %{_includedir}/X11/extensions/xf86dga1proto.h
  244. %{_includedir}/X11/extensions/xf86dga1str.h
  245. %{_includedir}/X11/extensions/xf86dgaconst.h
  246. %{_includedir}/X11/extensions/xf86dgaproto.h
  247. %{_includedir}/X11/extensions/xf86dgastr.h
  248. %{_includedir}/X11/extensions/xf86misc.h
  249. %{_includedir}/X11/extensions/xf86mscstr.h
  250. %{_includedir}/X11/extensions/xf86rush.h
  251. %{_includedir}/X11/extensions/xf86rushstr.h
  252. %{_includedir}/X11/extensions/xf86vm.h
  253. %{_includedir}/X11/extensions/xf86vmproto.h
  254. %{_includedir}/X11/extensions/xf86vmstr.h
  255. %{_includedir}/X11/extensions/xfixesproto.h
  256. %{_includedir}/X11/extensions/xfixeswire.h
  257. %{_includedir}/X11/extensions/xtestconst.h
  258. %{_includedir}/X11/extensions/xtestext1const.h
  259. %{_includedir}/X11/extensions/xtestext1proto.h
  260. %{_includedir}/X11/extensions/xtestproto.h
  261. %{_includedir}/X11/extensions/xtrapbits.h
  262. %{_includedir}/X11/extensions/xtrapddmi.h
  263. %{_includedir}/X11/extensions/xtrapdi.h
  264. %{_includedir}/X11/extensions/xtrapemacros.h
  265. %{_includedir}/X11/extensions/xtraplib.h
  266. %{_includedir}/X11/extensions/xtraplibp.h
  267. %{_includedir}/X11/extensions/xtrapproto.h
  268. %dir %{_includedir}/X11/fonts
  269. %{_includedir}/X11/fonts/FS.h
  270. %{_includedir}/X11/fonts/FSproto.h
  271. %{_includedir}/X11/fonts/font.h
  272. %{_includedir}/X11/fonts/fontproto.h
  273. %{_includedir}/X11/fonts/fontstruct.h
  274. %{_includedir}/X11/fonts/fsmasks.h
  275. %{_includedir}/X11/keysym.h
  276. %{_includedir}/X11/keysymdef.h
  277. %{_datadir}/pkgconfig/bigreqsproto.pc
  278. %{_datadir}/pkgconfig/compositeproto.pc
  279. %{_datadir}/pkgconfig/damageproto.pc
  280. %{_datadir}/pkgconfig/dmxproto.pc
  281. %{_datadir}/pkgconfig/dri2proto.pc
  282. %{_datadir}/pkgconfig/dri3proto.pc
  283. %{_datadir}/pkgconfig/evieproto.pc
  284. %{_datadir}/pkgconfig/fixesproto.pc
  285. %{_datadir}/pkgconfig/fontcacheproto.pc
  286. %{_datadir}/pkgconfig/fontsproto.pc
  287. %{_datadir}/pkgconfig/glproto.pc
  288. %{_datadir}/pkgconfig/inputproto.pc
  289. %{_datadir}/pkgconfig/kbproto.pc
  290. %{_datadir}/pkgconfig/presentproto.pc
  291. %{_datadir}/pkgconfig/randrproto.pc
  292. %{_datadir}/pkgconfig/recordproto.pc
  293. %{_datadir}/pkgconfig/renderproto.pc
  294. %{_datadir}/pkgconfig/resourceproto.pc
  295. %{_datadir}/pkgconfig/scrnsaverproto.pc
  296. %{_datadir}/pkgconfig/trapproto.pc
  297. %{_datadir}/pkgconfig/videoproto.pc
  298. %{_datadir}/pkgconfig/xcmiscproto.pc
  299. %{_datadir}/pkgconfig/xextproto.pc
  300. %{_datadir}/pkgconfig/xf86bigfontproto.pc
  301. %{_datadir}/pkgconfig/xf86dgaproto.pc
  302. %{_datadir}/pkgconfig/xf86driproto.pc
  303. %{_datadir}/pkgconfig/xf86miscproto.pc
  304. %{_datadir}/pkgconfig/xf86rushproto.pc
  305. %{_datadir}/pkgconfig/xf86vidmodeproto.pc
  306. %{_datadir}/pkgconfig/xineramaproto.pc
  307. %{_datadir}/pkgconfig/xproto.pc
  308. %{_datadir}/pkgconfig/xproxymngproto.pc
  309. %changelog
  310. * Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-8
  311. - inputproto-2.3.2
  312. - videoproto-2.3.3
  313. * Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-7
  314. - xproto-7.0.27
  315. * Sun May 24 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-6
  316. - kbproto-1.0.7
  317. - randrproto-1.5.0
  318. * Sun Apr 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-5
  319. - randrproto-1.4.1
  320. - xproto-7.0.27
  321. * Wed Jun 11 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-4
  322. - inputproto-2.3.1
  323. * Wed Apr 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-3
  324. - xextproto-7.3.0
  325. - xproto-7.0.26
  326. - fontsproto-2.1.3
  327. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-2
  328. - xproto-7.0.25
  329. - videoproto-2.3.2
  330. - presentproto-1.0
  331. - dri3proto-1.0
  332. - xextproto-7.2.99.901
  333. - glproto-1.4.17
  334. * Sun Apr 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-1
  335. - inputproto-2.3
  336. - xproto-7.0.24
  337. * Fri Jul 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-7
  338. - dri2proto-2.8
  339. - glproto-1.4.16
  340. - randrproto-1.4.0
  341. * Sat Mar 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-6
  342. - xproto-7.0.23
  343. * Sat Mar 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-5
  344. - inputproto-2.2
  345. * Sun Jan 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-4
  346. - glproto-1.4.15
  347. - inputproto-2.1
  348. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-3
  349. - fixesproto-5.0
  350. - glproto-1.4.14
  351. - inputproto-2.0.2
  352. - resourceproto-1.2.0
  353. - xproto-7.0.22
  354. - dri2proto-2.6
  355. * Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-2
  356. - xextproto-7.2.0
  357. * Sat Jan 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-1
  358. - dmxproto-2.3.1
  359. - evieext-1.1.1
  360. - xf86driproto-2.1.1
  361. - xf86vidmodeproto-2.3.1
  362. - xineramaproto-1.2.1
  363. * Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.5-6
  364. - inputproto-2.0.1
  365. - resourceproto-1.1.1
  366. - xproto-7.0.20
  367. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.5-5
  368. - bigreqsproto-1.1.1
  369. - compositeproto-0.4.2
  370. - damageproto-1.2.1
  371. - fixesproto-4.1.2
  372. - fontsproto-2.1.1
  373. - glproto-1.4.12
  374. - kbproto-1.0.5
  375. - randrproto-1.3.2
  376. - recordproto-1.14.1
  377. - renderproto-0.11.1
  378. - scrnsaverproto-1.2.1
  379. - videoproto-2.3.1
  380. - xcmiscproto-1.2.1
  381. - xextproto-7.1.2
  382. - xproto-7.0.19
  383. * Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.5-4
  384. - add %files
  385. (add fontcache.h, fontcacheP.h.fontcachstr.h, xf86rush.h, xf86rushstr.h,
  386. xtrapbits.h, xtrapddmi.h, xtrapdi.h, xtrapemacros.h, xtraplib.h,
  387. xtraplibp.h, xtrapproto.h in %{_includedir}/X11/extensions)
  388. * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 7.5-3
  389. - build with rpm-4.8.1-1 for pkg-config file
  390. * Thu Mar 11 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.5-2
  391. - glproto-1.4.11
  392. - dri2proto-2.3
  393. * Sun Nov 15 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.5-1
  394. - bigreqsproto-1.1.0
  395. - compositeproto-0.4.1
  396. - damageproto-1.2.0
  397. - dmxproto-2.3
  398. - evieext-1.1.0
  399. - fixesproto-4.1.1
  400. - fontcacheproto-0.1.3
  401. - fontsproto-2.1.0
  402. - inputproto-2.0
  403. - kbproto-1.0.4
  404. - randrproto-1.3.1
  405. - recordproto-1.13
  406. - renderproto-0.11
  407. - resourceproto-1.1.0
  408. - scrnsaverproto-1.2.0
  409. - videoproto-2.3.0
  410. - xcmisproto-1.2.0
  411. - xextproto-7.1.1
  412. - xf86bigfontproto-1.2.0
  413. - xf86dgaproto-2.1
  414. - xf86driproto-2.1.0
  415. - xf86miscproto-0.9.3
  416. - xf86vidmodeproto-2.3
  417. - xineramaproto-1.2
  418. - xproto-7.0.16
  419. - xproxymanagementprotocol-1.0.3
  420. * Thu Jul 09 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-9
  421. - dri2protp-2.1
  422. - glproto-1.4.10
  423. * Thu Apr 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-8
  424. - dri2proto-2.0
  425. * Sat Apr 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 7.4-7
  426. - changed Group to Development/Libraries
  427. * Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-6
  428. - dri2proto-1.99.3
  429. * Wed Mar 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-5
  430. - xproto-7.0.15
  431. - randrproto-1.3.0
  432. * Sun Dec 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-4
  433. - xextproto-7.0.4
  434. * Sun Nov 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-3
  435. - inputproto-1.5.0
  436. * Fri Oct 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-2
  437. - xproto-7.0.14
  438. * Thu Sep 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-1
  439. - inputproto-1.4.4
  440. - randrproto-1.2.2
  441. * Tue Jul 01 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-2
  442. - xproto 7.0.13
  443. - xextproto 7.0.3
  444. - xf86driproto 2.0.4
  445. - inputproto 1.4.3
  446. - add dri2proto
  447. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-1
  448. - new versioning policy
  449. * Fri Jan 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-0vl1
  450. - build with mesa and libXau
  451. * Sat Jan 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-0vl0
  452. - initial build for Vine Linux (bootstrap)
  453. * Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 7.3-7
  454. - inputproto-1.4.2-card32.patch: Make sure CARD32 is defined on lp64.
  455. * Mon Nov 12 2007 Adam Jackson <ajax@redhat.com> 7.3-6
  456. - renderproto 0.9.3
  457. * Fri Nov 9 2007 Kristian H淡gsberg <krh@redhat.com> - 7.3-5
  458. - Bump and rebuild.
  459. * Thu Oct 25 2007 Kristian H淡gsberg <krh@redhat.com> 7.3-4
  460. - Pull in new glproto to get proto structs for GLX_SGIX_pbuffer.
  461. * Thu Oct 11 2007 Adam Jackson <ajax@redhat.com> 7.3-3
  462. - BuildArch: noarch
  463. * Thu Oct 11 2007 Adam Jackson <ajax@redhat.com> 7.3-3
  464. - BuildArch: noarch
  465. * Thu Sep 27 2007 Adam Jackson <ajax@redhat.com> 7.3-2
  466. - Require libXau-devel when not doing arch bootstrap (#207391)
  467. * Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 7.3-1
  468. - dgaproto 2.0.3
  469. - Bump to 7.3
  470. * Wed Aug 29 2007 Adam Jackson <ajax@redhat.com> 7.2-13
  471. - Remove the horrible header hack, in favor of proper fix in xserver itself.
  472. * Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 7.2-12
  473. - Remove dri_interface.h. It's not protocol, it belongs in Mesa.
  474. * Wed Jul 11 2007 Adam Jackson <ajax@redhat.com> 7.2-11
  475. - compositeproto 0.4
  476. * Wed Jul 11 2007 Adam Jackson <ajax@redhat.com> 7.2-10
  477. - inputproto-1.4.2-horrible-header-hack.patch: Re-add some #defines from
  478. older inputproto to make old drivers build. Do not commit this patch
  479. upstream.
  480. * Thu Apr 26 2007 Adam Jackson <ajax@redhat.com> 7.2-9
  481. - inputproto 1.4.2
  482. * Thu Apr 05 2007 Adam Jackson <ajax@redhat.com> 7.2-8
  483. - Add virtual provides for the subprotocols (#231156)
  484. * Mon Apr 02 2007 Adam Jackson <ajax@redhat.com> 7.2-7
  485. - inputproto 1.4.1
  486. * Mon Mar 12 2007 Adam Jackson <ajax@redhat.com> 7.2-6
  487. - Fix doc macros as per package review (#226641)
  488. * Wed Feb 28 2007 Adam Jackson <ajax@redhat.com> 7.2-5
  489. - Package review cleanups (#226641)
  490. * Wed Feb 28 2007 Adam Jackson <ajax@redhat.com> 7.2-4
  491. - Appease RPM. (#229336)
  492. * Fri Feb 23 2007 Adam Jackson <ajax@redhat.com> 7.2-3
  493. - damageproto 1.1.0
  494. * Mon Feb 19 2007 Adam Jackson <ajax@redhat.com> 7.2-2
  495. - randrproto 1.2.1
  496. * Mon Feb 12 2007 Adam Jackson <ajax@redhat.com> 7.2-1
  497. - randrproto 1.2
  498. - Superstition bump to 7.2
  499. * Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 7.1-11
  500. - xproto 7.0.10
  501. * Tue Oct 3 2006 Adam Jackson <ajackson@redhat.com> 7.1-10
  502. - Install just enough LBX headers to make libXext build. (#203815)
  503. * Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 7.1-9
  504. - rebuilt for unwind info generation, broken in gcc-4.1.1-21
  505. * Wed Sep 20 2006 Kristian H淡gsberg <krh@redhat.com> - 7.1-8.fc6
  506. - Update to 1.4.8 to get the finaly update of GLX_EXT_tfp opcodes.
  507. * Fri Sep 8 2006 Soren Sandmann <sandmann@redhat.com> 7.1-7.fc6
  508. - Remove printproto source. Rest of 175350.
  509. * Thu Aug 17 2006 Soren Sandmann <sandmann@redhat.com> 7.1-6.fc6
  510. - Don't install xprint headers, as they are being moved to the libXp
  511. package instead. Bug 175350.
  512. * Thu Jul 27 2006 Mike A. Harris <mharris@redhat.com> 7.1-5.fc6
  513. - Don't install LBX protocol headers, as LBX is obsoleted in the 7.1 release
  514. and no longer supported.
  515. * Fri Jul 21 2006 Adam Jackson <ajackson@redhat.com> 7.1-4
  516. - Use dist tag. Update to kbproto-1.0.3.
  517. * Thu Jul 13 2006 Kristian H淡gsberg <krh@redhat.com> 7.1-3
  518. - Tag as 7.1-3.fc5.aiglx.
  519. * Thu Jul 13 2006 Kristian H淡gsberg <krh@redhat.com> 7.1-3
  520. - Add dist tag.
  521. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 7.1-2.1
  522. - rebuild
  523. * Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 7.1-2
  524. - Update to xproto 7.0.7 for X11R7.1
  525. - Use "make install" instead of makeinstall macro.
  526. * Thu May 25 2006 Mike A. Harris <mharris@redhat.com> 7.1-1
  527. - Bump package version-release to 7.1-1 for X.Org X11R7.1 release.
  528. * Fri May 12 2006 Adam Jackson <ajackson@redhat.com> 7.0-13
  529. - Update to glproto 1.4.7 for final EXT_tfp defines
  530. * Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 7.0-12
  531. - Update to xproto 7.0.5 for misc fixes
  532. * Fri Apr 07 2006 Adam Jackson <ajackson@redhat.com> 7.0-10
  533. - Update to compositeproto-0.3.1 to fix big-endian LP64.
  534. * Sat Apr 01 2006 Adam Jackson <ajackson@redhat.com> 7.0-9
  535. - Update to scrnsaverproto-1.1
  536. * Mon Mar 20 2006 Adam Jackson <ajackson@redhat.com> 7.0-8
  537. - Fix the base URL.
  538. * Wed Mar 15 2006 Adam Jackson <ajackson@redhat.com> 7.0-7
  539. - Update to fixesproto-4.0, compositeproto-0.3, and glproto-1.4.6
  540. * Wed Mar 01 2006 Mike A. Harris <mharris@redhat.com> 7.0-6
  541. - Update to glproto-1.4.5
  542. - Remove xorg-x11-proto-devel-7.0-buffer-values.patch which is in 1.4.5.
  543. * Wed Feb 22 2006 Jeremy Katz <katzj@redhat.com> 7.0-5
  544. - require mesa-libGL-devel since it's needed by some of the headers
  545. * Sun Feb 19 2006 Ray Strode <rstrode@redhat.com> 7.0-4
  546. - Add back part of glproto-texture-from-drawable patch that didn't
  547. get integrated for some reason
  548. * Thu Feb 16 2006 Mike A. Harris <mharris@redhat.com> 7.0-3
  549. - Update to glproto-1.4.4
  550. - Drop glproto-texture-from-drawable patch, which is integrated now.
  551. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 7.0-2.3
  552. - bump again for double-long bug on ppc(64)
  553. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 7.0-2.1
  554. - rebuilt for new gcc4.1 snapshot and glibc changes
  555. * Fri Jan 27 2006 Kristian H淡gsberg <krh@redhat.com> 7.0-2
  556. - Add glproto-texture-from-drawable.patch to add opcodes and tokens
  557. for GLX_texture_from_drawable extension.
  558. * Fri Dec 23 2005 Mike A. Harris <mharris@redhat.com> 7.0-1
  559. - Update to damageproto-1.0.3, glproto-1.4.3, xf86driproto-2.0.2 from the
  560. X11R7.0 final release.
  561. - Bump package version to 7.0 to match the X11R7 version, for no particularly
  562. strong reason other than "it feels good".
  563. * Thu Dec 15 2005 Mike A. Harris <mharris@redhat.com> 0.99.4-1
  564. - Update all proto tarballs to the RC4 release.
  565. * Wed Dec 07 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
  566. - Update to printproto-1.0.2, trapproto-3.4.2, xproto-7.0.3 from the
  567. X11R7 RC3 release.
  568. * Mon Nov 21 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-3
  569. - Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-1" to attempt to
  570. workaround bug( #173384).
  571. * Thu Nov 17 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
  572. - Change Conflicts to "Obsoletes: XFree86-devel, xorg-x11-devel"
  573. * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
  574. - Update to X11R7 RC2 release, picking up new xproto-7.0.2.
  575. * Thu Oct 20 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
  576. - This package contains only C header files and pkg-config *.pc files,
  577. and does not contain any ELF binaries or DSOs, so we disable debuginfo
  578. generation.
  579. * Thu Oct 20 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
  580. - Update all tarballs to X11R7 RC1 release.
  581. - Remove panoramixproto, as it is now known as xineramaproto.
  582. - Remove glu.h and glx.h from file manifest, as they're provided by Mesa.
  583. - Added {_includedir}/GL/internal/dri_interface.h to file manifest.
  584. * Sun Oct 02 2005 Mike A. Harris <mharris@redhat.com> 0.0.1-3
  585. - Use Fedora-Extras style BuildRoot
  586. - Invoke make with _smp_mflags
  587. - Add full URLs to SourceN lines
  588. * Mon Sep 12 2005 Kristian H淡gsberg <krh@redhat.com> 0.0.1-2
  589. - Update to 20050912 cvs snapshot of kbproto.
  590. * Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.0.1-1
  591. - Changed for loop in build section to use "ls -1" instead of find "*proto*"
  592. when going through protocol dirs, as "evieext" just *HAD* to be named
  593. something completely different from everything else, in true X.Org
  594. inconsistency fashion.
  595. - Added Conflicts with XFree86-devel and xorg-x11-devel.
  596. * Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.0.1-0
  597. - Initial build of xproto from X.Org modular CVS checkout and "make dist".
  598. - Since there are no upstream tarballs yet, and "make dist" generates
  599. a "7.0" non-beta final version, I changed the version to 0.0 as I've no
  600. idea what the intention is and want to avoid using Epoch later.