rpms/gtkwave/EL-4 .cvsignore, 1.14, 1.15 gtkwave.spec, 1.13, 1.14 sources, 1.14, 1.15

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Wed Aug 13 20:01:26 UTC 2008


Author: pghmcfc

Update of /cvs/pkgs/rpms/gtkwave/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1607/EL-4

Modified Files:
	.cvsignore gtkwave.spec sources 
Log Message:
Resync all active branches to current stable version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gtkwave/EL-4/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	28 Jun 2006 13:17:50 -0000	1.14
+++ .cvsignore	13 Aug 2008 20:00:56 -0000	1.15
@@ -1 +1 @@
-gtkwave-3.0.5.tgz
+gtkwave-3.1.12.tar.gz


Index: gtkwave.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gtkwave/EL-4/gtkwave.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- gtkwave.spec	28 Jun 2006 13:17:50 -0000	1.13
+++ gtkwave.spec	13 Aug 2008 20:00:56 -0000	1.14
@@ -1,13 +1,13 @@
-Summary:		Waveform Viewer
-Name:			gtkwave
-Version:		3.0.5
-Release:		1%{?dist}
-License:		GPL & MIT
-Group:			Applications/Engineering
-URL:			http://home.nc.rr.com/gtkwave/
-Source0:		http://www.ibiblio.org/pub/Linux/Incoming/gtkwave-%{version}.tgz
-BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:		gtk2-devel, bzip2-devel, zlib-devel, gperf, flex
+Summary:	Waveform Viewer
+Name:		gtkwave
+Version:	3.1.12
+Release:	1%{?dist}
+License:	GPLv2+
+Group:		Applications/Engineering
+URL:		http://home.nc.rr.com/gtkwave/
+Source0:	http://home.nc.rr.com/gtkwave/gtkwave-%{version}.tar.gz
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:	gtk2-devel, bzip2-devel, zlib-devel, gperf, flex
 
 %description
 GTKWave is a waveform viewer that can view VCD files produced by most Verilog
@@ -15,41 +15,43 @@
 tools.
 
 %prep
-%setup -q -n gtkwave-%{version}
-# Honour %{optflags} and use system zlib/bzip2 library
-%{__perl} -pi -e 's/^C(FLAGS|OPT) ?= ?-O2/C\1 = %{optflags}/;' \
-	-e 's at -I\.\.?/libz -I\.\.?/libbz2@@;' \
-	-e 's@(\.\./(\.\./src/)?)?libz/libz\.a at -lz@;' \
-	-e 's@(\.\./(\.\./src/)?)?libbz2/libbz2\.a at -lbz2@;' \
-	-e 's@^([a-z0-9]+:.*) -lz( -lbz2)?@\1@;' \
-	src/Makefile*.in src/*/Makefile*.in contrib/*/Makefile*.in
-%{__rm} -rf src/lib{z,bz2}
-
-# Fix file permissions for sane debuginfo package
-%{__chmod} 644 src/*.[ch] src/*/*.[ch]
+%setup -q
+%{__cp} -p .gtkwaverc gtkwaverc.sample
 
 # Note that GTKWave is a GUI application but no desktop entry is provided for it.
 # This is because the application requires at least one mandatory parameter (file
 # to view) and cannot be opened in a "no file" mode from a menu.
 
 %build
-echo 2 | ./configure --libdir=%{_libdir}
-%{__make}
+%{configure} --disable-dependency-tracking
+%{__make} %{_smp_mflags}
 
 %install
 %{__rm} -rf %{buildroot}
-%{__make} \
-	bindir=%{buildroot}%{_bindir} \
-	mandir=%{buildroot}%{_mandir} \
-	install
-%{__mv} .gtkwaverc gtkwaverc.sample
+%{__make} install \
+	DESTDIR=%{buildroot} \
+	pkgdatadir=%{_docdir}/gtkwave-%{version} \
+	INSTALL="%{__install} -p"
+
+# Include extra docs
+for extradoc in \
+	gtkwaverc.sample \
+	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}
 
 %files
-%defattr(-,root,root,0755)
-%doc doc/* *.TXT gtkwaverc.sample examples/
+%defattr(-,root,root,-)
+%doc %{_docdir}/gtkwave-%{version}/
 %{_bindir}/ghwdump
 %{_bindir}/gtkwave
 %{_bindir}/lxt2miner
@@ -57,12 +59,14 @@
 %{_bindir}/mvl2lxt
 %{_bindir}/mvl2vcd
 %{_bindir}/rtlbrowse
+%{_bindir}/shmidcat
 %{_bindir}/tex2vcd
 %{_bindir}/tla2vcd
+%{_bindir}/twinwave
 %{_bindir}/vcd2lxt
 %{_bindir}/vcd2lxt2
 %{_bindir}/vcd2vzt
-%{_bindir}/vertex
+%{_bindir}/vermin
 %{_bindir}/vzt2vcd
 %{_bindir}/vztminer
 %{_mandir}/man1/ghwdump.1*
@@ -72,17 +76,147 @@
 %{_mandir}/man1/mvl2lxt.1*
 %{_mandir}/man1/mvl2vcd.1*
 %{_mandir}/man1/rtlbrowse.1*
+%{_mandir}/man1/shmidcat.1*
 %{_mandir}/man1/tex2vcd.1*
 %{_mandir}/man1/tla2vcd.1*
+%{_mandir}/man1/twinwave.1*
 %{_mandir}/man1/vcd2lxt.1*
 %{_mandir}/man1/vcd2lxt2.1*
 %{_mandir}/man1/vcd2vzt.1*
-%{_mandir}/man1/vertex.1*
+%{_mandir}/man1/vermin.1*
 %{_mandir}/man1/vzt2vcd.1*
 %{_mandir}/man1/vztminer.1*
 %{_mandir}/man5/gtkwaverc.5*
 
 %changelog
+* Mon Jul 14 2008 Paul Howarth <paul at city-fan.org> 3.1.12-1
+- update to 3.1.12
+
+* Thu Jun 19 2008 Paul Howarth <paul at city-fan.org> 3.1.11-1
+- update to 3.1.11
+
+* Thu May 15 2008 Paul Howarth <paul at city-fan.org> 3.1.10-1
+- update to 3.1.10
+
+* Tue Apr 22 2008 Paul Howarth <paul at city-fan.org> 3.1.9-1
+- update to 3.1.9
+
+* Mon Apr  7 2008 Paul Howarth <paul at city-fan.org> 3.1.8-1
+- update to 3.1.8
+
+* Tue Mar 25 2008 Paul Howarth <paul at city-fan.org> 3.1.7-1
+- update to 3.1.7
+
+* Wed Feb 27 2008 Paul Howarth <paul at city-fan.org> 3.1.6-1
+- update to 3.1.6
+
+* Fri Feb  1 2008 Paul Howarth <paul at city-fan.org> 3.1.4-1
+- update to 3.1.4
+
+* Tue Jan 15 2008 Paul Howarth <paul at city-fan.org> 3.1.3-1
+- update to 3.1.3
+
+* Wed Jan  2 2008 Paul Howarth <paul at city-fan.org> 3.1.2-1
+- update to 3.1.2
+
+* Fri Sep 28 2007 Paul Howarth <paul at city-fan.org> 3.1.1-1
+- update to 3.1.1
+
+* Tue Sep  4 2007 Paul Howarth <paul at city-fan.org> 3.1.0-1
+- update to 3.1.0
+
+* Fri Aug 24 2007 Paul Howarth <paul at city-fan.org> 3.0.30-3
+- clarify license as GPL, version 2 or later
+
+* Fri Jul 27 2007 Paul Howarth <paul at city-fan.org> 3.0.30-1
+- update to 3.0.30
+
+* Fri Jun  8 2007 Paul Howarth <paul at 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 at 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 at 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 at city-fan.org> 3.0.26-1
+- update to 3.0.26
+
+* Wed Apr 11 2007 Paul Howarth <paul at city-fan.org> 3.0.25-1
+- update to 3.0.25
+
+* Thu Apr  5 2007 Paul Howarth <paul at city-fan.org> 3.0.24-1
+- update to 3.0.24
+
+* Tue Mar 20 2007 Paul Howarth <paul at city-fan.org> 3.0.23-1
+- update to 3.0.23
+
+* Mon Feb 26 2007 Paul Howarth <paul at city-fan.org> 3.0.22-1
+- update to 3.0.22
+
+* Mon Feb  5 2007 Paul Howarth <paul at city-fan.org> 3.0.21-1
+- update to 3.0.21
+
+* Wed Jan 24 2007 Paul Howarth <paul at city-fan.org> 3.0.20-1
+- update to 3.0.20
+
+* Tue Jan  2 2007 Paul Howarth <paul at city-fan.org> 3.0.19-1
+- update to 3.0.19
+
+* Tue Dec  5 2006 Paul Howarth <paul at city-fan.org> 3.0.18-1
+- update to 3.0.18
+
+* Tue Nov 28 2006 Paul Howarth <paul at city-fan.org> 3.0.17-1
+- update to 3.0.17
+
+* Tue Nov 14 2006 Paul Howarth <paul at city-fan.org> 3.0.16-1
+- update to 3.0.16
+
+* Mon Oct 30 2006 Paul Howarth <paul at city-fan.org> 3.0.15-1
+- update to 3.0.15
+
+* Wed Oct 18 2006 Paul Howarth <paul at city-fan.org> 3.0.14-1
+- update to 3.0.14
+
+* Mon Oct  9 2006 Paul Howarth <paul at city-fan.org> 3.0.13-1
+- update to 3.0.13
+
+* Tue Oct  3 2006 Paul Howarth <paul at 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 at 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 at city-fan.org> 3.0.11-1
+- update to 3.0.11
+
+* Mon Aug 21 2006 Paul Howarth <paul at city-fan.org> 3.0.10-1
+- update to 3.0.10
+
+* Fri Aug 11 2006 Paul Howarth <paul at 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 at city-fan.org> 3.0.8-1
+- update to 3.0.8
+- new program and manpage: shmidcat
+
+* Fri Jul 21 2006 Paul Howarth <paul at city-fan.org> 3.0.7-1
+- update to 3.0.7
+- new program and manpage: twinwave
+
+* Mon Jul 17 2006 Paul Howarth <paul at city-fan.org> 3.0.6-1
+- update to 3.0.6
+
 * Wed Jun 28 2006 Paul Howarth <paul at city-fan.org> 3.0.5-1
 - update to 3.0.5
 - new program and manpage: ghwdump
@@ -152,10 +286,10 @@
 
 * Mon Nov  7 2005 Paul Howarth <paul at 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
+  - 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 at alumni.ethz.ch> - 1.3.76-2
 - add GHDL ghw support


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gtkwave/EL-4/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	28 Jun 2006 13:17:50 -0000	1.14
+++ sources	13 Aug 2008 20:00:56 -0000	1.15
@@ -1 +1 @@
-dfecf65f69a70767e11acc2168d7db02  gtkwave-3.0.5.tgz
+a9e8a399b9127a0d31066ac06ac39faa  gtkwave-3.1.12.tar.gz




More information about the fedora-extras-commits mailing list