]> git.pld-linux.org Git - packages/geg.git/blob - geg.spec
- raw version from RH.
[packages/geg.git] / geg.spec
1 Summary: A program for drawing two-dimensional mathematical functions.
2 Name: geg
3 Version: 1.0.2
4 Release: 1
5 Copyright: GPL
6 Group: Applications/Engineering
7 Source0: http://www.infolaunch.com/~daveb/geg-%{version}.tar.gz 
8 URL: http://www.infolaunch.com/~daveb 
9 BuildRoot: /var/tmp/geg-root
10
11 %description
12 Geg (GTK+ Equation Grapher)is a simple program which will draw
13 two-dimensional mathematical functions (e.g., f(x) = 3 + sin(x/2)).
14 Geg allows you view multiple functions simultaneously, with each
15 function drawn in a different color.  Functions can be selectively
16 erased.  Geg's view can be zoomed in and out on selected regions.
17
18 %prep
19 %setup -q
20
21 %build
22 %configure
23 make
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27
28
29 make prefix=$RPM_BUILD_ROOT%{_prefix} install 
30
31 strip $RPM_BUILD_ROOT%{_prefix}/bin/* || :
32
33 %clean 
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(-,root,root) 
38 %doc AUTHORS COPYING ChangeLog NEWS README
39 %{_prefix}/bin/*
40 %{_prefix}/man/*/*
41
42 %changelog 
43 * Wed May 10 2000 Tim Powers <timp@redhat.com>
44 - updated to 1.0.2
45 - updtaed URLs
46
47 * Mon Jan 10 2000 Tim Powers <timp@redhat.com>
48 - rebuilt for 6.2
49
50 * Wed Jul 14 1999 Tim Powers <timp@redhat.com>
51 - rebuilt for 6.1
52
53 * Mon Apr 12 1999 Michael Maher <mike@redhat.com>
54 - built package for 6.0
55
56 * Tue Oct 06 1998 Michael Maher <mike@redhat.com>
57 - updated package
58
59 * Mon Aug 10 1998 Michael Maher <mike@redhat.com>
60 - built package                                                  
This page took 0.074797 seconds and 4 git commands to generate.