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