Name: genius
Summary: Advanced calculator
Version: 0.7.7
Release: 1
License: GPL
Group: Applications/Engineering
URL: http://www.jirka.org/genius.html
Description: Genius is an advanced calculator and a mathematical programming language.
It handles multiple precision floating point numbers, infinite precision
integers, complex numbers and matrixes.
The build could not start because of the following missing build requirements:
The build was not successful.
The spec file used by the build system currently has the following contents:
# $Id$
# Authority: dag
Summary: Advanced calculator
Name: genius
Version: 0.7.7
Release: 1%{?dist}
License: GPL
Group: Applications/Engineering
URL: http://www.jirka.org/genius.html
Source: http://ftp.5z.com/pub/genius/genius-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: gtk2-devel, vte-devel, libgnomeui-devel >= 2.0, gcc-c++
BuildRequires: gtksourceview-devel >= 0.3, libglade2-devel >= 1.99
BuildRequires: readline-devel, ncurses-devel, gmp-devel, flex
BuildRequires: intltool, perl(XML::Parser)
%description
Genius is an advanced calculator and a mathematical programming language.
It handles multiple precision floating point numbers, infinite precision
integers, complex numbers and matrixes.
%prep
%setup
%build
%configure
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot}
%makeinstall
%find_lang %{name}
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.lang
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_bindir}/*
%{_datadir}/genius/
%{_libdir}/genius/
%{_libexecdir}/*
%{_includedir}/genius/
%{_datadir}/applications/*.desktop
%changelog
* Tue Feb 13 2007 Dries Verachtert <dries@ulyssis.org> - 0.7.7-1
- Updated to release 0.7.7.
* Wed Apr 19 2006 Dries Verachtert <dries@ulyssis.org> - 0.7.4-1
- Updated to release 0.7.4.
* Sat Apr 08 2006 Dries Verachtert <dries@ulyssis.org> - 0.5.6-0.2
- Rebuild for Fedora Core 5.
* Mon Nov 24 2003 Dag Wieers <dag@wieers.com> - 0.5.6-0
- Initial package. (using DAR)