1 # Note that this is NOT a relocatable package
7 Summary: GPLed Analog Waveform Viewing Environment
10 Source: http
://geda.seul.org
/dist
/gwave
-%ver.tar.gz
11 Group: Applications
/Engineering
12 BuildRoot: /tmp
/gwave
-%ver-build
14 Packager: Steve Tell
<steve@telltronics.org
>
15 URL: http
://www.geda.seul.org
/tools
/gwave
/index.html
17 Requires: gtk
+ >= 1.2.3
18 Requires: glib
>= 1.2.3
19 Requires: guile
>= 1.6
20 Requires: guile
-gtk
>= 1.2
21 Docdir
: %{prefix}/share
/doc
25 Gwave is a waveform viewer
, intended originaly
for displaying the output
26 of analog simulators such as spice
, but also useful
for other purposes.
27 Gwave can
read tabluar ascii files
in additionto the specialized output
28 files from Spice3
, NGSpice
, and Hspice. It displays the data as
2-D plots
,
29 and allows
for scrolling
, zooming
, and measuring the waveforms.
31 Install gwave
if you need
2-D interactive display of analog waveforms or
35 * Mon Dec
19 2003 Steve Tell
<steve@telltronics.org
>
36 - updates
for Redhat
9, gwave
-20031224
38 * Mon Aug
4 2003 Steve Tell
<steve@telltronics.org
>
39 - updates
for Redhat
9, gwave
-20030804
41 * Thu Nov
23 2000 Steve Tell
<steve@telltronics.org
>
42 - Created spec file
for first RPM.
48 .
/configure
--prefix
=%{prefix}
52 make prefix
=$RPM_BUILD_ROOT
/%{prefix} mandir=$RPM_BUILD_ROOT/%{prefix}/share
/man
/ install
55 rm -rf $RPM_BUILD_ROOT
62 %defattr(-, root
, root
)
65 %{prefix}/bin
/gwave
-exec
66 %{prefix}/bin
/gwaverepl
68 %{prefix}/share
/guile
/app
/gwave
69 %{prefix}/share
/man
/man1
/*
70 # %config %{prefix}/share/guile/app/gwave/system.gwaverc
72 %doc AUTHORS COPYING ChangeLog
73 %doc INSTALL NEWS README FAQ
74 %doc doc
/sp2sp.sgml doc
/spice3.txt
75 %doc doc
/hspice.txt doc
/hspice
-output.txt
76 %doc doc
/gwave
-concepts.txt doc
/gwave
-procedures.txt
77 %doc doc
/gwave
-hooks.txt doc
/gwave
-variables.txt