gtkwave-vl.spec 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482
  1. Summary: Waveform Viewer
  2. Summary(ja): 波形ビューワ
  3. Name: gtkwave
  4. Version: 3.3.31
  5. Release: 2%{?_dist_release}
  6. License: GPLv2+
  7. Group: Applications/Engineering
  8. URL: http://gtkwave.sourceforge.net/
  9. Source0: http://gtkwave.sourceforge.net/gtkwave-%{version}.tar.gz
  10. Source1: gtkwave.desktop
  11. Source2: gtkwave-16.png
  12. Source3: gtkwave-32.png
  13. Source4: gtkwave-48.png
  14. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  15. BuildRequires: gtk2-devel
  16. BuildRequires: bzip2-devel
  17. BuildRequires: Judy-devel
  18. BuildRequires: xz-devel
  19. BuildRequires: zlib-devel
  20. BuildRequires: gperf
  21. BuildRequires: flex
  22. BuildRequires: desktop-file-utils
  23. BuildRequires: tk
  24. BuildRequires: tcl >= 8.4
  25. Vendor: Project Vine
  26. Distribution: Vine Linux
  27. %description
  28. GTKWave is a waveform viewer that can view VCD files produced by most Verilog
  29. simulation tools, as well as LXT files produced by certain Verilog simulation
  30. tools.
  31. %prep
  32. %setup -q
  33. %build
  34. %configure \
  35. --disable-dependency-tracking \
  36. --disable-mime-update \
  37. --enable-judy
  38. make %{?_smp_mflags}
  39. %install
  40. %{__rm} -rf %{buildroot}
  41. make install \
  42. DESTDIR=%{buildroot} \
  43. pkgdatadir=%{_docdir}/gtkwave-%{version} \
  44. INSTALL="%{__install} -p"
  45. # Icons and desktop entry
  46. /usr/bin/desktop-file-install --vendor "" \
  47. --dir %{buildroot}%{_datadir}/applications \
  48. %{SOURCE1}
  49. %{__install} -D -m 644 -p %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/gtkwave.png
  50. %{__install} -D -m 644 -p %{SOURCE3} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/gtkwave.png
  51. %{__install} -D -m 644 -p %{SOURCE4} %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/gtkwave.png
  52. # Include extra docs
  53. for extradoc in \
  54. ANALOG_README.TXT \
  55. CHANGELOG.TXT \
  56. GNU.TXT \
  57. LICENSE.TXT \
  58. MIT.TXT \
  59. SYSTEMVERILOG_README.TXT
  60. do
  61. %{__install} -p -m 644 ${extradoc} %{buildroot}%{_docdir}/gtkwave-%{version}/
  62. done
  63. %clean
  64. %{__rm} -rf %{buildroot}
  65. %post
  66. touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
  67. %postun
  68. if [ $1 -eq 0 ] ; then
  69. touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
  70. gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
  71. fi
  72. %posttrans
  73. gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
  74. %files
  75. %defattr(-,root,root,-)
  76. %doc %{_docdir}/gtkwave-%{version}/
  77. %{_bindir}/evcd2vcd
  78. %{_bindir}/fst2vcd
  79. %{_bindir}/ghwdump
  80. %{_bindir}/gtkwave
  81. %{_bindir}/lxt2miner
  82. %{_bindir}/lxt2vcd
  83. %{_bindir}/rtlbrowse
  84. %{_bindir}/shmidcat
  85. %{_bindir}/twinwave
  86. %{_bindir}/vcd2fst
  87. %{_bindir}/vcd2lxt
  88. %{_bindir}/vcd2lxt2
  89. %{_bindir}/vcd2vzt
  90. %{_bindir}/vermin
  91. %{_bindir}/vzt2vcd
  92. %{_bindir}/vztminer
  93. %{_datadir}/applications/gtkwave.desktop
  94. %{_datadir}/icons/gnome/16x16/mimetypes/*.png
  95. %{_datadir}/icons/gnome/32x32/mimetypes/*.png
  96. %{_datadir}/icons/gnome/48x48/mimetypes/*.png
  97. %{_datadir}/icons/gtkwave_256x256x32.png
  98. %{_datadir}/icons/gtkwave_files_256x256x32.png
  99. %{_datadir}/icons/gtkwave_savefiles_256x256x32.png
  100. %{_datadir}/icons/hicolor/16x16/apps/gtkwave.png
  101. %{_datadir}/icons/hicolor/32x32/apps/gtkwave.png
  102. %{_datadir}/icons/hicolor/48x48/apps/gtkwave.png
  103. %{_datadir}/mime/packages/x-gtkwave-extension-*.xml
  104. %{_mandir}/man1/evcd2vcd.1*
  105. %{_mandir}/man1/fst2vcd.1*
  106. %{_mandir}/man1/ghwdump.1*
  107. %{_mandir}/man1/gtkwave.1*
  108. %{_mandir}/man1/lxt2miner.1*
  109. %{_mandir}/man1/lxt2vcd.1*
  110. %{_mandir}/man1/rtlbrowse.1*
  111. %{_mandir}/man1/shmidcat.1*
  112. %{_mandir}/man1/twinwave.1*
  113. %{_mandir}/man1/vcd2fst.1*
  114. %{_mandir}/man1/vcd2lxt.1*
  115. %{_mandir}/man1/vcd2lxt2.1*
  116. %{_mandir}/man1/vcd2vzt.1*
  117. %{_mandir}/man1/vermin.1*
  118. %{_mandir}/man1/vzt2vcd.1*
  119. %{_mandir}/man1/vztminer.1*
  120. %{_mandir}/man5/gtkwaverc.5*
  121. %changelog
  122. * Mon Jan 7 2013 IWAI, Masaharu <iwai@alib.jp> 3.3.31-2vl7
  123. - build with Tcl/Tk 8.5.7-1
  124. - add Vendor and Distribution tags
  125. * Sat Feb 11 2012 NAKAMURA Kenta <kenta@vinelinux.org> 3.3.31-1
  126. - update to 3.3.31
  127. * Tue Jun 22 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.3.7-4
  128. - BR: tk instead of /usr/include/tcl.h /usr/include/tk.h
  129. (Thanks to takemikaduchi-san)
  130. * Sun Jun 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.3.7-3
  131. - added --disable-xz at Vine Linux 5
  132. * Sun Jun 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.3.7-2
  133. - Initial build for Vine Linux
  134. * Sun Jun 6 2010 Paul Howarth <paul@city-fan.org> 3.3.7-1
  135. - update to 3.3.7 (general bug and compiler warning fixes)
  136. - -n option not needed in desktop file
  137. * Tue May 4 2010 Paul Howarth <paul@city-fan.org> 3.3.6-1
  138. - update to 3.3.6 (see CHANGELOG.TXT for details)
  139. - add desktop file and icons based on Mandriva package
  140. - BR: desktop-file-utils
  141. - add scriptlets to update icon cache
  142. - no longer need to fix permissions of lzma wrapper code
  143. * Sat Mar 20 2010 Paul Howarth <paul@city-fan.org> 3.3.5-1
  144. - update to 3.3.5 (see CHANGELOG.TXT for details)
  145. - add Judy-devel buildreq for improved memory usage efficiency
  146. * Mon Mar 8 2010 Paul Howarth <paul@city-fan.org> 3.3.4-1
  147. - update to 3.3.4 (see CHANGELOG.TXT for details)
  148. * Fri Feb 19 2010 Paul Howarth <paul@city-fan.org> 3.3.3-1
  149. - update to 3.3.3
  150. - drop upstreamed dlopen linking patch
  151. - drop obsolete helper apps mvl2lxt, mvl2vcd, tex2vcd and tla2vcd
  152. * Mon Feb 15 2010 Paul Howarth <paul@city-fan.org> 3.3.2-2
  153. - fix FTBFS due to missing -ldl linking for dlopen function (#565173)
  154. * Tue Jan 5 2010 Paul Howarth <paul@city-fan.org> 3.3.2-1
  155. - update to 3.3.2 (speed up operation on networked filesystems)
  156. * Sat Dec 26 2009 Paul Howarth <paul@city-fan.org> 3.3.0-1
  157. - update to 3.3.0
  158. - added tk support
  159. - bundled old liblzma replaced by system xz (add BR: xz-devel)
  160. - tcl/tk support require Fedora >= 2 or RHEL >= 4 (tcl 8.4)
  161. * Fri Sep 4 2009 Paul Howarth <paul@city-fan.org> 3.2.3-1
  162. - update to 3.2.3
  163. - fix permissions in bundled liblzma for debuginfo
  164. * Thu Aug 6 2009 Paul Howarth <paul@city-fan.org> 3.2.2-3
  165. - drop patch for #515672, not needed with gcc 4.4.1-4
  166. * Thu Aug 6 2009 Paul Howarth <paul@city-fan.org> 3.2.2-2
  167. - add patch to work around #515672 (internal compiler error on PPC)
  168. * Wed Aug 5 2009 Paul Howarth <paul@city-fan.org> 3.2.2-1
  169. - update to 3.2.2 (new tools evcd2vcd/fst2vcd/vcd2fst)
  170. - drop print-to-file patch, no longer needed
  171. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2.1
  172. - rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  173. * Wed Jul 15 2009 Paul Howarth <paul@city-fan.org> 3.2.1-2
  174. - add upstream patch for crash on print to file (#511858)
  175. * Tue Apr 14 2009 Paul Howarth <paul@city-fan.org> 3.2.1-1
  176. - update to 3.2.1
  177. * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> 3.2.0-1.1
  178. - rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  179. * Tue Feb 17 2009 Paul Howarth <paul@city-fan.org> 3.2.0-1
  180. - update to 3.2.0
  181. * Mon Feb 2 2009 Paul Howarth <paul@city-fan.org> 3.2.0-0.2.RC5
  182. - update to 3.2.0RC5
  183. * Fri Jan 29 2009 Paul Howarth <paul@city-fan.org> 3.2.0-0.1.RC4
  184. - update to 3.2.0RC4 (#481264)
  185. - new upstream URLs
  186. - buildreq /usr/include/tcl.h for embedded tcl support
  187. * Thu Aug 21 2008 Paul Howarth <paul@city-fan.org> 3.1.13-1
  188. - update to 3.1.13
  189. * Mon Jul 14 2008 Paul Howarth <paul@city-fan.org> 3.1.12-1
  190. - update to 3.1.12
  191. * Thu Jun 19 2008 Paul Howarth <paul@city-fan.org> 3.1.11-1
  192. - update to 3.1.11
  193. * Thu May 15 2008 Paul Howarth <paul@city-fan.org> 3.1.10-1
  194. - update to 3.1.10
  195. * Tue Apr 22 2008 Paul Howarth <paul@city-fan.org> 3.1.9-1
  196. - update to 3.1.9
  197. * Mon Apr 7 2008 Paul Howarth <paul@city-fan.org> 3.1.8-1
  198. - update to 3.1.8
  199. * Tue Mar 25 2008 Paul Howarth <paul@city-fan.org> 3.1.7-1
  200. - update to 3.1.7
  201. * Wed Feb 27 2008 Paul Howarth <paul@city-fan.org> 3.1.6-1
  202. - update to 3.1.6
  203. * Fri Feb 1 2008 Paul Howarth <paul@city-fan.org> 3.1.4-1
  204. - update to 3.1.4
  205. * Tue Jan 15 2008 Paul Howarth <paul@city-fan.org> 3.1.3-1
  206. - update to 3.1.3
  207. * Wed Jan 2 2008 Paul Howarth <paul@city-fan.org> 3.1.2-1
  208. - update to 3.1.2
  209. * Fri Sep 28 2007 Paul Howarth <paul@city-fan.org> 3.1.1-1
  210. - update to 3.1.1
  211. * Tue Sep 4 2007 Paul Howarth <paul@city-fan.org> 3.1.0-1
  212. - update to 3.1.0
  213. * Fri Aug 24 2007 Paul Howarth <paul@city-fan.org> 3.0.30-3
  214. - clarify license as GPL, version 2 or later
  215. * Fri Jul 27 2007 Paul Howarth <paul@city-fan.org> 3.0.30-1
  216. - update to 3.0.30
  217. * Fri Jun 8 2007 Paul Howarth <paul@city-fan.org> 3.0.29-1
  218. - update to 3.0.29
  219. - spec file much-simplified as gtkwave is now fully autotooled
  220. - try to retain upstream timestamps as far as possible
  221. - use parallel make
  222. * Tue May 1 2007 Paul Howarth <paul@city-fan.org> 3.0.28-1
  223. - update to 3.0.28
  224. - update source URL to master source
  225. * Mon Apr 30 2007 Paul Howarth <paul@city-fan.org> 3.0.27-1
  226. - update to 3.0.27
  227. - rename "vertex" to "vermin" to avoid conflict with Vertex 3D Model Assembler
  228. (http://wolfpack.twu.net/Vertex/index.html)
  229. * Fri Apr 20 2007 Paul Howarth <paul@city-fan.org> 3.0.26-1
  230. - update to 3.0.26
  231. * Wed Apr 11 2007 Paul Howarth <paul@city-fan.org> 3.0.25-1
  232. - update to 3.0.25
  233. * Thu Apr 5 2007 Paul Howarth <paul@city-fan.org> 3.0.24-1
  234. - update to 3.0.24
  235. * Tue Mar 20 2007 Paul Howarth <paul@city-fan.org> 3.0.23-1
  236. - update to 3.0.23
  237. * Mon Feb 26 2007 Paul Howarth <paul@city-fan.org> 3.0.22-1
  238. - update to 3.0.22
  239. * Mon Feb 5 2007 Paul Howarth <paul@city-fan.org> 3.0.21-1
  240. - update to 3.0.21
  241. * Wed Jan 24 2007 Paul Howarth <paul@city-fan.org> 3.0.20-1
  242. - update to 3.0.20
  243. * Tue Jan 2 2007 Paul Howarth <paul@city-fan.org> 3.0.19-1
  244. - update to 3.0.19
  245. * Tue Dec 5 2006 Paul Howarth <paul@city-fan.org> 3.0.18-1
  246. - update to 3.0.18
  247. * Tue Nov 28 2006 Paul Howarth <paul@city-fan.org> 3.0.17-1
  248. - update to 3.0.17
  249. * Tue Nov 14 2006 Paul Howarth <paul@city-fan.org> 3.0.16-1
  250. - update to 3.0.16
  251. * Mon Oct 30 2006 Paul Howarth <paul@city-fan.org> 3.0.15-1
  252. - update to 3.0.15
  253. * Wed Oct 18 2006 Paul Howarth <paul@city-fan.org> 3.0.14-1
  254. - update to 3.0.14
  255. * Mon Oct 9 2006 Paul Howarth <paul@city-fan.org> 3.0.13-1
  256. - update to 3.0.13
  257. * Tue Oct 3 2006 Paul Howarth <paul@city-fan.org> 3.0.12-2
  258. - rebuilt for unwind info generation, broken in gcc-4.1.1-21
  259. * Fri Sep 22 2006 Paul Howarth <paul@city-fan.org> 3.0.12-1
  260. - update to 3.0.12
  261. - create dummy libz/libbz2 Makefile.in files to ensure that config.h gets
  262. generated
  263. * Thu Sep 14 2006 Paul Howarth <paul@city-fan.org> 3.0.11-1
  264. - update to 3.0.11
  265. * Mon Aug 21 2006 Paul Howarth <paul@city-fan.org> 3.0.10-1
  266. - update to 3.0.10
  267. * Fri Aug 11 2006 Paul Howarth <paul@city-fan.org> 3.0.9-1
  268. - update to 3.0.9
  269. - tarball is now .tar.gz rather than .tgz
  270. * Mon Aug 7 2006 Paul Howarth <paul@city-fan.org> 3.0.8-1
  271. - update to 3.0.8
  272. - new program and manpage: shmidcat
  273. * Fri Jul 21 2006 Paul Howarth <paul@city-fan.org> 3.0.7-1
  274. - update to 3.0.7
  275. - new program and manpage: twinwave
  276. * Mon Jul 17 2006 Paul Howarth <paul@city-fan.org> 3.0.6-1
  277. - update to 3.0.6
  278. * Wed Jun 28 2006 Paul Howarth <paul@city-fan.org> 3.0.5-1
  279. - update to 3.0.5
  280. - new program and manpage: ghwdump
  281. * Fri Jun 2 2006 Paul Howarth <paul@city-fan.org> 3.0.4-1
  282. - update to 3.0.4
  283. * Tue May 30 2006 Paul Howarth <paul@city-fan.org> 3.0.3-1
  284. - update to 3.0.3
  285. * Sun May 28 2006 Paul Howarth <paul@city-fan.org> 3.0.2-2
  286. - adding missing buildreq flex
  287. * Wed May 10 2006 Paul Howarth <paul@city-fan.org> 3.0.2-1
  288. - update to 3.0.2
  289. * Tue May 9 2006 Paul Howarth <paul@city-fan.org> 3.0.1-1
  290. - update to 3.0.1
  291. * Tue May 2 2006 Paul Howarth <paul@city-fan.org> 3.0.0-1
  292. - update to 3.0.0
  293. - add examples directory as %%doc
  294. - add new buildreq gperf
  295. - tweak Makefile.in edits to handle Makefiles under contrib/
  296. - add new binaries rtlbrowse and vertex
  297. - add new manpages for rtlbrowse, vertex, and gtkwaverc
  298. - %%{_mandir} no longer needs to be created manually
  299. - configure script now accepts --libdir
  300. * Tue Mar 7 2006 Paul Howarth <paul@city-fan.org> 1.3.86-1
  301. - update to 1.3.86
  302. * Mon Feb 27 2006 Paul Howarth <paul@city-fan.org> 1.3.85-1
  303. - update to 1.3.85
  304. * Tue Feb 21 2006 Paul Howarth <paul@city-fan.org> 1.3.84-1
  305. - update to 1.3.84
  306. - INSTALL now called INSTALL.TXT
  307. * Thu Feb 16 2006 Paul Howarth <paul@city-fan.org> 1.3.83-2
  308. - rebuild
  309. * Tue Jan 31 2006 Paul Howarth <paul@city-fan.org> 1.3.83-1
  310. - update to 1.3.83
  311. * Thu Jan 19 2006 Paul Howarth <paul@city-fan.org> 1.3.82-1
  312. - update to 1.3.82
  313. * Tue Dec 13 2005 Paul Howarth <paul@city-fan.org> 1.3.81-1
  314. - update to 1.3.81
  315. * Sun Nov 27 2005 Paul Howarth <paul@city-fan.org> 1.3.80-1
  316. - update to 1.3.80
  317. * Wed Nov 23 2005 Paul Howarth <paul@city-fan.org> 1.3.79-2
  318. - fix file permissions in debuginfo package
  319. * Mon Nov 21 2005 Paul Howarth <paul@city-fan.org> 1.3.79-1
  320. - update to 1.3.79
  321. * Wed Nov 9 2005 Paul Howarth <paul@city-fan.org> 1.3.78-1
  322. - update to 1.3.78
  323. * Tue Nov 8 2005 Paul Howarth <paul@city-fan.org> 1.3.77-1
  324. - update to 1.3.77
  325. - GHDL ghw support now included upstream, so remove patches
  326. * Mon Nov 7 2005 Paul Howarth <paul@city-fan.org> 1.3.76-3
  327. - clean up for Fedora Extras:
  328. - don't support GTK1 builds
  329. - unconditionally remove buildroot in %%clean and %%install
  330. - remove redundant glib2-devel buildreq
  331. - add dist tag
  332. * Mon Nov 7 2005 Thomas Sailer <t.sailer@alumni.ethz.ch> - 1.3.76-2
  333. - add GHDL ghw support
  334. * Thu Oct 27 2005 Paul Howarth <paul@city-fan.org> 1.3.76-1
  335. - update to 1.3.76
  336. * Thu Oct 13 2005 Paul Howarth <paul@city-fan.org> 1.3.73-1
  337. - update to 1.3.73
  338. * Mon Oct 10 2005 Paul Howarth <paul@city-fan.org> 1.3.72-1
  339. - update to 1.3.72
  340. * Fri Oct 7 2005 Paul Howarth <paul@city-fan.org> 1.3.71-1
  341. - update to 1.3.71
  342. * Thu Sep 15 2005 Paul Howarth <paul@city-fan.org> 1.3.70-1
  343. - update to 1.3.70
  344. - new program tla2vcd (with manpage)
  345. * Mon Sep 5 2005 Paul Howarth <paul@city-fan.org> 1.3.69-1
  346. - update to 1.3.69
  347. - honour %%{optflags}
  348. - use system bzip and zlib libraries
  349. * Fri Sep 2 2005 Paul Howarth <paul@city-fan.org> 1.3.68-1
  350. - update to 1.3.68
  351. * Wed Aug 25 2005 Paul Howarth <paul@city-fan.org> 1.3.67-1
  352. - update to 1.3.67
  353. * Wed Aug 10 2005 Paul Howarth <paul@city-fan.org> 1.3.64-1
  354. - update to 1.3.64
  355. - new programs lxt2miner & vztminer (with manpages)
  356. * Tue Jul 26 2005 Paul Howarth <paul@city-fan.org> 1.3.63-1
  357. - update to 1.3.63
  358. * Mon Jul 11 2005 Paul Howarth <paul@city-fan.org> 1.3.62-1
  359. - update to 1.3.62
  360. * Thu Apr 21 2005 Paul Howarth <paul@city-fan.org> 1.3.58-1
  361. - update to 1.3.58
  362. - include sample .gtkwaverc in doc area
  363. - update URL to point to new project home page
  364. * Wed Apr 13 2005 Paul Howarth <paul@city-fan.org> 1.3.57-1
  365. - update to 1.3.57
  366. - add support for building with gtk version 1 (build using: --without gtk2)
  367. * Tue Apr 12 2005 Paul Howarth <paul@city-fan.org> 1.3.56-1
  368. - initial RPM build