]> git.pld-linux.org Git - packages/Guppi.git/blame - Guppi.spec
- raw version.
[packages/Guppi.git] / Guppi.spec
CommitLineData
3dc1835b 1%define ver 0.34.2
2%define rel 1
3%define prefix /usr
4
5Summary: GNOME Plotting Engine
6Name: Guppi
7Version: %ver
8Release: %rel
9Copyright: GPL
10Group: X11/GNOME/Applications
11Source: ftp://ftp.gnome.org/pub/guppi/Guppi-%{ver}.tar.gz
12Url: http://www.gnome.org/guppi
13BuildRoot: /var/tmp/Guppi-%{ver}-root
14Requires: guile >= 1.3.4
15
16%description
17GNOME is the GNU Network Object Model Environment. This powerful environment is both easy to use and easy to configure.
18
19This package will install Guppi, a GNOME plotting engine.
20
21Install this package if you want to test Guppi.
22
23%prep
24%setup
25
26%build
27%ifarch alpha
28 MYARCH_FLAGS="--host=alpha-redhat-linux"
29%endif
30CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix $MYARCH_FLAGS --sysconfdir=/etc
31make
32
33%install
34rm -rf $RPM_BUILD_ROOT
35make prefix=$RPM_BUILD_ROOT%{prefix} install-strip
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(-, root, root)
42
43%doc AUTHORS BIBLIOGRAPHY ChangeLog NEWS README
44
45%{prefix}/*
46
47%changelog
48
49* Mon Feb 28 2000 Kenny Graunke <graunke@teleport.com>
50- Upgrade to 0.34.2 (which turns off readline, thank goodness)
51
52* Mon Feb 22 2000 Kenny Graunke <graunke@teleport.com>
53- This 0.34.1-1rl enables readline. If Guppi complains about undefined symbols
54 in libguilereadline.so when you start it, get the readline disabled RPM.
55
56* Mon Feb 22 2000 Kenny Graunke <graunke@teleport.com>
57
58- Updated to 0.34.1 (using repackaged source, ugh), spec file rewrite
59- This 0.34.1 source disables readline due to broken libguilereadline.so
60 problems in every guile 1.3.4 x86 RPM I've seen...
61
62* Wed Jan 26 2000 Conrad Steenberg <conrad@srl.caltech.edu>
63
64- Some Alpha fixes for configure
65- Remove some unneeded stripping foo and just do a 'make install-strip' instead.
66- Move this changelog to the bottom of the file :-)
67
68* Mon Jan 24 2000 Kenny Graunke <graunke@teleport.com>
69
70- First Guppi RPM
This page took 0.052814 seconds and 4 git commands to generate.