Browse Source

gtkwave: update to 3.3.31

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5619 ec354946-7b23-47d6-9f5a-488ba84defc7
kenta 12 years ago
parent
commit
a2309edf1c
1 changed files with 14 additions and 10 deletions
  1. 14 10
      g/gtkwave/gtkwave-vl.spec

+ 14 - 10
g/gtkwave/gtkwave-vl.spec

@@ -1,8 +1,8 @@
 Summary:	Waveform Viewer
 Summary(ja):	波形ビューワ
 Name:		gtkwave
-Version:	3.3.7
-Release:	4%{?_dist_release}
+Version:	3.3.31
+Release:	1%{?_dist_release}
 License:	GPLv2+
 Group:		Applications/Engineering
 URL:		http://gtkwave.sourceforge.net/
@@ -16,9 +16,7 @@ BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:	gtk2-devel
 BuildRequires:  bzip2-devel
 BuildRequires:  Judy-devel
-%if %{?_dist_release} != "vl4" && %{?_dist_release} != "vl5"
 BuildRequires:  xz-devel
-%endif
 BuildRequires:  zlib-devel
 BuildRequires:	gperf
 BuildRequires:  flex
@@ -33,15 +31,12 @@ simulation tools, as well as LXT files produced by certain Verilog simulation
 tools.
 
 %prep
-%setup -q -n gtkwave-%{version}%{?prerel}
-%{__cp} -p .gtkwaverc gtkwaverc.sample
+%setup -q
 
 %build
 %configure \
     --disable-dependency-tracking \
-%if %{?_dist_release} == "vl4" || %{?_dist_release} == "vl5"
-    --disable-xz \
-%endif
+    --disable-mime-update \
     --enable-judy
 
 make %{?_smp_mflags}
@@ -63,7 +58,6 @@ make install \
 
 # Include extra docs
 for extradoc in \
-	gtkwaverc.sample \
 	ANALOG_README.TXT \
 	CHANGELOG.TXT \
 	GNU.TXT \
@@ -109,9 +103,16 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_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*
@@ -131,6 +132,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_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)