# $Id: qalculate.spec 4499 2006-06-09 17:17:40Z dag $ # Authority: dag # Upstream: Niklas Knutsson Summary: Versatile desktop calculator library Name: qalculate Version: 0.9.4 Release: 1 License: GPL Group: Applications/Engineering URL: http://qalculate.sourceforge.net/ Source: http://dl.sf.net/qalculate/libqalculate-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: pkgconfig, cln-devel, gcc-c++, gmp-devel BuildRequires: ImageMagick, gettext, glib2-devel >= 2.4 BuildRequires: intltool, perl-XML-Parser, libxml2-devel Requires: gnuplot, wget %description Qalculate! is a modern multi-purpose desktop calculator for GNU/Linux. It is small and simple to use but with much power and versatility underneath. Features include customizable functions, units, arbitrary precision and plotting. This package contains the qulculate library which is used by the KDE and GTK+ GUI packages. %prep %setup -n libqalculate-%{version} %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} install DESTDIR="%{buildroot}" %find_lang libqalculate %clean %{__rm} -rf %{buildroot} %files -f libqalculate.lang %defattr(-, root, root, 0755) %doc AUTHORS ChangeLog NEWS README TODO docs/reference/ %{_bindir}/qalc %{_datadir}/qalculate/ %{_includedir}/libqalculate/ %{_libdir}/libqalculate.a %exclude %{_libdir}/libqalculate.la %{_libdir}/libqalculate.so* %{_libdir}/pkgconfig/libqalculate.pc %exclude %{_docdir}/libqalculate-%{version}/ %changelog * Fri Jun 09 2006 Dag Wieers - 0.9.4-1 - Updated to release 0.9.4. * Thu Mar 16 2006 Dag Wieers - 0.9.3-1 - Updated to release 0.9.3. * Sun Dec 25 2005 Dries Verachtert - 0.9.2-1 - Updated to release 0.9.2. * Sun Nov 13 2005 Dries Verachtert - 0.9.0-1 - Updated to release 0.9.0. * Mon Oct 10 2005 Dries Verachtert - 0.8.2-1 - Updated to release 0.8.2. * Fri Jun 10 2005 Dag Wieers - 0.8.1-1 - Updated to release 0.8.1. * Sun Feb 06 2005 Dag Wieers - 0.7.2-1 - Updated to release 0.7.2. * Mon Nov 22 2004 Dag Wieers - 0.7.1-1 - Updated to release 0.7.1. * Sat Nov 13 2004 Dag Wieers - 0.7.0-1 - Updated to release 0.7.0. * Wed Aug 25 2004 Dag Wieers - 0.6.2-1 - Initial package. (using DAR)