123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475 |
- Summary: Waveform Viewer
- Summary(ja): 波形ビューワ
- Name: gtkwave
- Version: 3.3.31
- Release: 1%{?_dist_release}
- License: GPLv2+
- Group: Applications/Engineering
- URL: http://gtkwave.sourceforge.net/
- Source0: http://gtkwave.sourceforge.net/gtkwave-%{version}.tar.gz
- Source1: gtkwave.desktop
- Source2: gtkwave-16.png
- Source3: gtkwave-32.png
- Source4: gtkwave-48.png
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildRequires: gtk2-devel
- BuildRequires: bzip2-devel
- BuildRequires: Judy-devel
- BuildRequires: xz-devel
- BuildRequires: zlib-devel
- BuildRequires: gperf
- BuildRequires: flex
- BuildRequires: desktop-file-utils
- BuildRequires: tk
- BuildRequires: tcl >= 8.4
- %description
- GTKWave is a waveform viewer that can view VCD files produced by most Verilog
- simulation tools, as well as LXT files produced by certain Verilog simulation
- tools.
- %prep
- %setup -q
- %build
- %configure \
- --disable-dependency-tracking \
- --disable-mime-update \
- --enable-judy
- make %{?_smp_mflags}
- %install
- %{__rm} -rf %{buildroot}
- make install \
- DESTDIR=%{buildroot} \
- pkgdatadir=%{_docdir}/gtkwave-%{version} \
- INSTALL="%{__install} -p"
- # Icons and desktop entry
- /usr/bin/desktop-file-install --vendor "" \
- --dir %{buildroot}%{_datadir}/applications \
- %{SOURCE1}
- %{__install} -D -m 644 -p %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/gtkwave.png
- %{__install} -D -m 644 -p %{SOURCE3} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/gtkwave.png
- %{__install} -D -m 644 -p %{SOURCE4} %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/gtkwave.png
- # Include extra docs
- for extradoc in \
- ANALOG_README.TXT \
- CHANGELOG.TXT \
- GNU.TXT \
- LICENSE.TXT \
- MIT.TXT \
- SYSTEMVERILOG_README.TXT
- do
- %{__install} -p -m 644 ${extradoc} %{buildroot}%{_docdir}/gtkwave-%{version}/
- done
- %clean
- %{__rm} -rf %{buildroot}
- %post
- touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
- %postun
- if [ $1 -eq 0 ] ; then
- touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
- gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
- fi
- %posttrans
- gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
- %files
- %defattr(-,root,root,-)
- %doc %{_docdir}/gtkwave-%{version}/
- %{_bindir}/evcd2vcd
- %{_bindir}/fst2vcd
- %{_bindir}/ghwdump
- %{_bindir}/gtkwave
- %{_bindir}/lxt2miner
- %{_bindir}/lxt2vcd
- %{_bindir}/rtlbrowse
- %{_bindir}/shmidcat
- %{_bindir}/twinwave
- %{_bindir}/vcd2fst
- %{_bindir}/vcd2lxt
- %{_bindir}/vcd2lxt2
- %{_bindir}/vcd2vzt
- %{_bindir}/vermin
- %{_bindir}/vzt2vcd
- %{_bindir}/vztminer
- %{_datadir}/applications/gtkwave.desktop
- %{_datadir}/icons/gnome/16x16/mimetypes/*.png
- %{_datadir}/icons/gnome/32x32/mimetypes/*.png
- %{_datadir}/icons/gnome/48x48/mimetypes/*.png
- %{_datadir}/icons/gtkwave_256x256x32.png
- %{_datadir}/icons/gtkwave_files_256x256x32.png
- %{_datadir}/icons/gtkwave_savefiles_256x256x32.png
- %{_datadir}/icons/hicolor/16x16/apps/gtkwave.png
- %{_datadir}/icons/hicolor/32x32/apps/gtkwave.png
- %{_datadir}/icons/hicolor/48x48/apps/gtkwave.png
- %{_datadir}/mime/packages/x-gtkwave-extension-*.xml
- %{_mandir}/man1/evcd2vcd.1*
- %{_mandir}/man1/fst2vcd.1*
- %{_mandir}/man1/ghwdump.1*
- %{_mandir}/man1/gtkwave.1*
- %{_mandir}/man1/lxt2miner.1*
- %{_mandir}/man1/lxt2vcd.1*
- %{_mandir}/man1/rtlbrowse.1*
- %{_mandir}/man1/shmidcat.1*
- %{_mandir}/man1/twinwave.1*
- %{_mandir}/man1/vcd2fst.1*
- %{_mandir}/man1/vcd2lxt.1*
- %{_mandir}/man1/vcd2lxt2.1*
- %{_mandir}/man1/vcd2vzt.1*
- %{_mandir}/man1/vermin.1*
- %{_mandir}/man1/vzt2vcd.1*
- %{_mandir}/man1/vztminer.1*
- %{_mandir}/man5/gtkwaverc.5*
- %changelog
- * Sat Feb 11 2012 NAKAMURA Kenta <kenta@vinelinux.org> 3.3.31-1
- - update to 3.3.31
- * Tue Jun 22 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.3.7-4
- - BR: tk instead of /usr/include/tcl.h /usr/include/tk.h
- (Thanks to takemikaduchi-san)
- * Sun Jun 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.3.7-3
- - added --disable-xz at Vine Linux 5
- * Sun Jun 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.3.7-2
- - Initial build for Vine Linux
- * Sun Jun 6 2010 Paul Howarth <paul@city-fan.org> 3.3.7-1
- - update to 3.3.7 (general bug and compiler warning fixes)
- - -n option not needed in desktop file
- * Tue May 4 2010 Paul Howarth <paul@city-fan.org> 3.3.6-1
- - update to 3.3.6 (see CHANGELOG.TXT for details)
- - add desktop file and icons based on Mandriva package
- - BR: desktop-file-utils
- - add scriptlets to update icon cache
- - no longer need to fix permissions of lzma wrapper code
- * Sat Mar 20 2010 Paul Howarth <paul@city-fan.org> 3.3.5-1
- - update to 3.3.5 (see CHANGELOG.TXT for details)
- - add Judy-devel buildreq for improved memory usage efficiency
- * Mon Mar 8 2010 Paul Howarth <paul@city-fan.org> 3.3.4-1
- - update to 3.3.4 (see CHANGELOG.TXT for details)
- * Fri Feb 19 2010 Paul Howarth <paul@city-fan.org> 3.3.3-1
- - update to 3.3.3
- - drop upstreamed dlopen linking patch
- - drop obsolete helper apps mvl2lxt, mvl2vcd, tex2vcd and tla2vcd
- * Mon Feb 15 2010 Paul Howarth <paul@city-fan.org> 3.3.2-2
- - fix FTBFS due to missing -ldl linking for dlopen function (#565173)
- * Tue Jan 5 2010 Paul Howarth <paul@city-fan.org> 3.3.2-1
- - update to 3.3.2 (speed up operation on networked filesystems)
- * Sat Dec 26 2009 Paul Howarth <paul@city-fan.org> 3.3.0-1
- - update to 3.3.0
- - added tk support
- - bundled old liblzma replaced by system xz (add BR: xz-devel)
- - tcl/tk support require Fedora >= 2 or RHEL >= 4 (tcl 8.4)
- * Fri Sep 4 2009 Paul Howarth <paul@city-fan.org> 3.2.3-1
- - update to 3.2.3
- - fix permissions in bundled liblzma for debuginfo
- * Thu Aug 6 2009 Paul Howarth <paul@city-fan.org> 3.2.2-3
- - drop patch for #515672, not needed with gcc 4.4.1-4
- * Thu Aug 6 2009 Paul Howarth <paul@city-fan.org> 3.2.2-2
- - add patch to work around #515672 (internal compiler error on PPC)
- * Wed Aug 5 2009 Paul Howarth <paul@city-fan.org> 3.2.2-1
- - update to 3.2.2 (new tools evcd2vcd/fst2vcd/vcd2fst)
- - drop print-to-file patch, no longer needed
- * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2.1
- - rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- * Wed Jul 15 2009 Paul Howarth <paul@city-fan.org> 3.2.1-2
- - add upstream patch for crash on print to file (#511858)
- * Tue Apr 14 2009 Paul Howarth <paul@city-fan.org> 3.2.1-1
- - update to 3.2.1
- * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> 3.2.0-1.1
- - rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- * Tue Feb 17 2009 Paul Howarth <paul@city-fan.org> 3.2.0-1
- - update to 3.2.0
- * Mon Feb 2 2009 Paul Howarth <paul@city-fan.org> 3.2.0-0.2.RC5
- - update to 3.2.0RC5
- * Fri Jan 29 2009 Paul Howarth <paul@city-fan.org> 3.2.0-0.1.RC4
- - update to 3.2.0RC4 (#481264)
- - new upstream URLs
- - buildreq /usr/include/tcl.h for embedded tcl support
- * Thu Aug 21 2008 Paul Howarth <paul@city-fan.org> 3.1.13-1
- - update to 3.1.13
- * Mon Jul 14 2008 Paul Howarth <paul@city-fan.org> 3.1.12-1
- - update to 3.1.12
- * Thu Jun 19 2008 Paul Howarth <paul@city-fan.org> 3.1.11-1
- - update to 3.1.11
- * Thu May 15 2008 Paul Howarth <paul@city-fan.org> 3.1.10-1
- - update to 3.1.10
- * Tue Apr 22 2008 Paul Howarth <paul@city-fan.org> 3.1.9-1
- - update to 3.1.9
- * Mon Apr 7 2008 Paul Howarth <paul@city-fan.org> 3.1.8-1
- - update to 3.1.8
- * Tue Mar 25 2008 Paul Howarth <paul@city-fan.org> 3.1.7-1
- - update to 3.1.7
- * Wed Feb 27 2008 Paul Howarth <paul@city-fan.org> 3.1.6-1
- - update to 3.1.6
- * Fri Feb 1 2008 Paul Howarth <paul@city-fan.org> 3.1.4-1
- - update to 3.1.4
- * Tue Jan 15 2008 Paul Howarth <paul@city-fan.org> 3.1.3-1
- - update to 3.1.3
- * Wed Jan 2 2008 Paul Howarth <paul@city-fan.org> 3.1.2-1
- - update to 3.1.2
- * Fri Sep 28 2007 Paul Howarth <paul@city-fan.org> 3.1.1-1
- - update to 3.1.1
- * Tue Sep 4 2007 Paul Howarth <paul@city-fan.org> 3.1.0-1
- - update to 3.1.0
- * Fri Aug 24 2007 Paul Howarth <paul@city-fan.org> 3.0.30-3
- - clarify license as GPL, version 2 or later
- * Fri Jul 27 2007 Paul Howarth <paul@city-fan.org> 3.0.30-1
- - update to 3.0.30
- * Fri Jun 8 2007 Paul Howarth <paul@city-fan.org> 3.0.29-1
- - update to 3.0.29
- - spec file much-simplified as gtkwave is now fully autotooled
- - try to retain upstream timestamps as far as possible
- - use parallel make
- * Tue May 1 2007 Paul Howarth <paul@city-fan.org> 3.0.28-1
- - update to 3.0.28
- - update source URL to master source
- * Mon Apr 30 2007 Paul Howarth <paul@city-fan.org> 3.0.27-1
- - update to 3.0.27
- - rename "vertex" to "vermin" to avoid conflict with Vertex 3D Model Assembler
- (http://wolfpack.twu.net/Vertex/index.html)
- * Fri Apr 20 2007 Paul Howarth <paul@city-fan.org> 3.0.26-1
- - update to 3.0.26
- * Wed Apr 11 2007 Paul Howarth <paul@city-fan.org> 3.0.25-1
- - update to 3.0.25
- * Thu Apr 5 2007 Paul Howarth <paul@city-fan.org> 3.0.24-1
- - update to 3.0.24
- * Tue Mar 20 2007 Paul Howarth <paul@city-fan.org> 3.0.23-1
- - update to 3.0.23
- * Mon Feb 26 2007 Paul Howarth <paul@city-fan.org> 3.0.22-1
- - update to 3.0.22
- * Mon Feb 5 2007 Paul Howarth <paul@city-fan.org> 3.0.21-1
- - update to 3.0.21
- * Wed Jan 24 2007 Paul Howarth <paul@city-fan.org> 3.0.20-1
- - update to 3.0.20
- * Tue Jan 2 2007 Paul Howarth <paul@city-fan.org> 3.0.19-1
- - update to 3.0.19
- * Tue Dec 5 2006 Paul Howarth <paul@city-fan.org> 3.0.18-1
- - update to 3.0.18
- * Tue Nov 28 2006 Paul Howarth <paul@city-fan.org> 3.0.17-1
- - update to 3.0.17
- * Tue Nov 14 2006 Paul Howarth <paul@city-fan.org> 3.0.16-1
- - update to 3.0.16
- * Mon Oct 30 2006 Paul Howarth <paul@city-fan.org> 3.0.15-1
- - update to 3.0.15
- * Wed Oct 18 2006 Paul Howarth <paul@city-fan.org> 3.0.14-1
- - update to 3.0.14
- * Mon Oct 9 2006 Paul Howarth <paul@city-fan.org> 3.0.13-1
- - update to 3.0.13
- * Tue Oct 3 2006 Paul Howarth <paul@city-fan.org> 3.0.12-2
- - rebuilt for unwind info generation, broken in gcc-4.1.1-21
- * Fri Sep 22 2006 Paul Howarth <paul@city-fan.org> 3.0.12-1
- - update to 3.0.12
- - create dummy libz/libbz2 Makefile.in files to ensure that config.h gets
- generated
- * Thu Sep 14 2006 Paul Howarth <paul@city-fan.org> 3.0.11-1
- - update to 3.0.11
- * Mon Aug 21 2006 Paul Howarth <paul@city-fan.org> 3.0.10-1
- - update to 3.0.10
- * Fri Aug 11 2006 Paul Howarth <paul@city-fan.org> 3.0.9-1
- - update to 3.0.9
- - tarball is now .tar.gz rather than .tgz
- * Mon Aug 7 2006 Paul Howarth <paul@city-fan.org> 3.0.8-1
- - update to 3.0.8
- - new program and manpage: shmidcat
- * Fri Jul 21 2006 Paul Howarth <paul@city-fan.org> 3.0.7-1
- - update to 3.0.7
- - new program and manpage: twinwave
- * Mon Jul 17 2006 Paul Howarth <paul@city-fan.org> 3.0.6-1
- - update to 3.0.6
- * Wed Jun 28 2006 Paul Howarth <paul@city-fan.org> 3.0.5-1
- - update to 3.0.5
- - new program and manpage: ghwdump
- * Fri Jun 2 2006 Paul Howarth <paul@city-fan.org> 3.0.4-1
- - update to 3.0.4
- * Tue May 30 2006 Paul Howarth <paul@city-fan.org> 3.0.3-1
- - update to 3.0.3
- * Sun May 28 2006 Paul Howarth <paul@city-fan.org> 3.0.2-2
- - adding missing buildreq flex
- * Wed May 10 2006 Paul Howarth <paul@city-fan.org> 3.0.2-1
- - update to 3.0.2
- * Tue May 9 2006 Paul Howarth <paul@city-fan.org> 3.0.1-1
- - update to 3.0.1
- * Tue May 2 2006 Paul Howarth <paul@city-fan.org> 3.0.0-1
- - update to 3.0.0
- - add examples directory as %%doc
- - add new buildreq gperf
- - tweak Makefile.in edits to handle Makefiles under contrib/
- - add new binaries rtlbrowse and vertex
- - add new manpages for rtlbrowse, vertex, and gtkwaverc
- - %%{_mandir} no longer needs to be created manually
- - configure script now accepts --libdir
- * Tue Mar 7 2006 Paul Howarth <paul@city-fan.org> 1.3.86-1
- - update to 1.3.86
- * Mon Feb 27 2006 Paul Howarth <paul@city-fan.org> 1.3.85-1
- - update to 1.3.85
- * Tue Feb 21 2006 Paul Howarth <paul@city-fan.org> 1.3.84-1
- - update to 1.3.84
- - INSTALL now called INSTALL.TXT
- * Thu Feb 16 2006 Paul Howarth <paul@city-fan.org> 1.3.83-2
- - rebuild
- * Tue Jan 31 2006 Paul Howarth <paul@city-fan.org> 1.3.83-1
- - update to 1.3.83
- * Thu Jan 19 2006 Paul Howarth <paul@city-fan.org> 1.3.82-1
- - update to 1.3.82
- * Tue Dec 13 2005 Paul Howarth <paul@city-fan.org> 1.3.81-1
- - update to 1.3.81
- * Sun Nov 27 2005 Paul Howarth <paul@city-fan.org> 1.3.80-1
- - update to 1.3.80
- * Wed Nov 23 2005 Paul Howarth <paul@city-fan.org> 1.3.79-2
- - fix file permissions in debuginfo package
- * Mon Nov 21 2005 Paul Howarth <paul@city-fan.org> 1.3.79-1
- - update to 1.3.79
- * Wed Nov 9 2005 Paul Howarth <paul@city-fan.org> 1.3.78-1
- - update to 1.3.78
- * Tue Nov 8 2005 Paul Howarth <paul@city-fan.org> 1.3.77-1
- - update to 1.3.77
- - GHDL ghw support now included upstream, so remove patches
- * Mon Nov 7 2005 Paul Howarth <paul@city-fan.org> 1.3.76-3
- - clean up for Fedora Extras:
- - don't support GTK1 builds
- - unconditionally remove buildroot in %%clean and %%install
- - remove redundant glib2-devel buildreq
- - add dist tag
- * Mon Nov 7 2005 Thomas Sailer <t.sailer@alumni.ethz.ch> - 1.3.76-2
- - add GHDL ghw support
- * Thu Oct 27 2005 Paul Howarth <paul@city-fan.org> 1.3.76-1
- - update to 1.3.76
- * Thu Oct 13 2005 Paul Howarth <paul@city-fan.org> 1.3.73-1
- - update to 1.3.73
- * Mon Oct 10 2005 Paul Howarth <paul@city-fan.org> 1.3.72-1
- - update to 1.3.72
- * Fri Oct 7 2005 Paul Howarth <paul@city-fan.org> 1.3.71-1
- - update to 1.3.71
- * Thu Sep 15 2005 Paul Howarth <paul@city-fan.org> 1.3.70-1
- - update to 1.3.70
- - new program tla2vcd (with manpage)
- * Mon Sep 5 2005 Paul Howarth <paul@city-fan.org> 1.3.69-1
- - update to 1.3.69
- - honour %%{optflags}
- - use system bzip and zlib libraries
- * Fri Sep 2 2005 Paul Howarth <paul@city-fan.org> 1.3.68-1
- - update to 1.3.68
- * Wed Aug 25 2005 Paul Howarth <paul@city-fan.org> 1.3.67-1
- - update to 1.3.67
- * Wed Aug 10 2005 Paul Howarth <paul@city-fan.org> 1.3.64-1
- - update to 1.3.64
- - new programs lxt2miner & vztminer (with manpages)
- * Tue Jul 26 2005 Paul Howarth <paul@city-fan.org> 1.3.63-1
- - update to 1.3.63
- * Mon Jul 11 2005 Paul Howarth <paul@city-fan.org> 1.3.62-1
- - update to 1.3.62
- * Thu Apr 21 2005 Paul Howarth <paul@city-fan.org> 1.3.58-1
- - update to 1.3.58
- - include sample .gtkwaverc in doc area
- - update URL to point to new project home page
- * Wed Apr 13 2005 Paul Howarth <paul@city-fan.org> 1.3.57-1
- - update to 1.3.57
- - add support for building with gtk version 1 (build using: --without gtk2)
- * Tue Apr 12 2005 Paul Howarth <paul@city-fan.org> 1.3.56-1
- - initial RPM build
|