Ignore all generated/compiled files
[gwave-svn.git] / gwave.spec.in
blobe192a26538db5269a8fb83adbc90a9a6513acb18
1 # Note that this is NOT a relocatable package
2 %define ver @VERSION@
3 %define rel 1
4 %define prefix /usr
6 Name: gwave
7 Summary: GPLed Analog Waveform Viewing Environment
8 Version: %ver
9 Release: %rel
10 Source: http://geda.seul.org/dist/gwave-%ver.tar.gz
11 Group: Applications/Engineering
12 BuildRoot: /tmp/gwave-%ver-build
13 Copyright: GPL
14 Packager: Steve Tell <steve@telltronics.org>
15 URL: http://www.geda.seul.org/tools/gwave/index.html
16 Distribution: gwave
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
23 %description
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
32 other tabluar data.
34 %changelog
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.
44 %prep
45 %setup -n gwave-%ver
47 %build
48 ./configure --prefix=%{prefix}
49 make
51 %install
52 make prefix=$RPM_BUILD_ROOT/%{prefix} mandir=$RPM_BUILD_ROOT/%{prefix}/share/man/ install
54 %clean
55 rm -rf $RPM_BUILD_ROOT
57 %post
59 %postun
61 %files
62 %defattr(-, root, root)
64 %{prefix}/bin/gwave
65 %{prefix}/bin/gwave-exec
66 %{prefix}/bin/gwaverepl
67 %{prefix}/bin/sp2sp
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