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