rpms/gtkwave/EL-5 .cvsignore, 1.38, 1.39 gtkwave.spec, 1.40, 1.41 sources, 1.38, 1.39

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-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1607/EL-5

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-5/.cvsignore,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- .cvsignore	1 May 2007 12:53:10 -0000	1.38
+++ .cvsignore	13 Aug 2008 20:00:56 -0000	1.39
@@ -1 +1 @@
-gtkwave-3.0.28.tar.gz
+gtkwave-3.1.12.tar.gz


Index: gtkwave.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gtkwave/EL-5/gtkwave.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- gtkwave.spec	1 May 2007 12:53:10 -0000	1.40
+++ gtkwave.spec	13 Aug 2008 20:00:56 -0000	1.41
@@ -1,8 +1,8 @@
 Summary:	Waveform Viewer
 Name:		gtkwave
-Version:	3.0.28
+Version:	3.1.12
 Release:	1%{?dist}
-License:	GPL & MIT
+License:	GPLv2+
 Group:		Applications/Engineering
 URL:		http://home.nc.rr.com/gtkwave/
 Source0:	http://home.nc.rr.com/gtkwave/gtkwave-%{version}.tar.gz
@@ -15,43 +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}
-%{__mkdir_p} src/lib{z,bz2}
-/bin/touch src/lib{z,bz2}/Makefile.in
-
-# 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,-)
-%doc doc/* *.TXT gtkwaverc.sample examples/
+%doc %{_docdir}/gtkwave-%{version}/
 %{_bindir}/ghwdump
 %{_bindir}/gtkwave
 %{_bindir}/lxt2miner
@@ -89,6 +89,54 @@
 %{_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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gtkwave/EL-5/sources,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- sources	1 May 2007 12:53:10 -0000	1.38
+++ sources	13 Aug 2008 20:00:56 -0000	1.39
@@ -1 +1 @@
-fda04d744ce240d581ffc3de17326eaa  gtkwave-3.0.28.tar.gz
+a9e8a399b9127a0d31066ac06ac39faa  gtkwave-3.1.12.tar.gz




More information about the fedora-extras-commits mailing list