]> git.pld-linux.org Git - packages/geg.git/blob - geg.spec
- tabs in preamble
[packages/geg.git] / geg.spec
1 Summary:        A program for drawing two-dimensional mathematical functions
2 Summary(pl.UTF-8):      Program do rysowania dwuwymiarowych wykresów funkcji matematycznych
3 Name:           geg
4 Version:        1.0.2
5 Release:        3
6 License:        GPL
7 Group:          Applications/Engineering
8 Source0:        http://www.infolaunch.com/~daveb/%{name}-%{version}.tar.gz
9 # Source0-md5:  0c3c15874eb10a0463dc12e680b38081
10 Patch0:         %{name}-etc_dir.patch
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  gtk+-devel
14 URL:            http://www.infolaunch.com/~daveb/
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17
18 %description
19 Geg (GTK+ Equation Grapher)is a simple program which will draw
20 two-dimensional mathematical functions (e.g., f(x) = 3 + sin(x/2)).
21 Geg allows you view multiple functions simultaneously, with each
22 function drawn in a different color. Functions can be selectively
23 erased. Geg's view can be zoomed in and out on selected regions.
24
25 %description -l pl.UTF-8
26 Geg (GTK+ Equation Grapher) jest prostym programem rysującym wykresy
27 funkcji matematycznych (np. f(x) = 3 + sin(x/2)). Geg pozwala ci na
28 oglądanie wielu wykresów równocześnie, przy czym każda funkcja jest
29 rysowana innym kolorem. Funkcje mogą być selektywnie usuwane. Widok
30 określonych regionów może być powiększany i zmniejszany.
31
32 %prep
33 %setup -q
34 %patch0 -p1
35
36 %build
37 rm -f missing
38 %{__aclocal}
39 %{__autoconf}
40 %{__automake}
41 %configure
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc AUTHORS ChangeLog NEWS README
56 %attr(755,root,root) %{_bindir}/*
57 %{_mandir}/man1/*
This page took 0.073815 seconds and 3 git commands to generate.