Accepting request 95846 from KDE:Distro:Factory

forward to factory

OBS-URL: https://build.opensuse.org/request/show/95846
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=6
This commit is contained in:
Stephan Kulow 2011-12-12 15:59:00 +00:00 committed by Git OBS Bridge
parent 8be28bb308
commit 99eafc1b5e
2 changed files with 17 additions and 11 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 7 14:18:26 UTC 2011 - coolo@suse.com
- this is GPL-2.0+
-------------------------------------------------------------------
Mon Mar 14 09:16:58 UTC 2011 - coolo@novell.com

View File

@ -15,23 +15,28 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
%define major 5
%define libname libqalculate
Summary: Powerful Calulator application
License: GPL-2.0+
Group: Productivity/Scientific/Math
Name: qalculate
Version: 0.9.7
Release: 5
License: GPL
Release: 0
Url: http://qalculate.sourceforge.net/
Source0: %{libname}-%{version}.tar.bz2
Group: Productivity/Scientific/Math
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc-c++ glib2-devel intltool libxml2-devel perl-XML-Parser pkgconfig readline-devel
BuildRequires: cln-devel gmp-devel
BuildRequires: cln-devel
BuildRequires: gcc-c++
BuildRequires: glib2-devel
BuildRequires: gmp-devel
BuildRequires: intltool
BuildRequires: libxml2-devel
BuildRequires: perl-XML-Parser
BuildRequires: pkgconfig
BuildRequires: readline-devel
%description
Qalculate! is a modern multi-purpose desktop calculator for GNU/Linux. It is
@ -42,8 +47,6 @@ and a graphical interface that uses a one-line fault-tolerant expression entry
This is the commandline interface, named qalc.
%package -n %{libname}%{major}
Summary: Powerful Calulator Library
Group: System/Libraries
Suggests: %{name}
@ -58,8 +61,6 @@ and a graphical interface that uses a one-line fault-tolerant expression entry
This is the shared library package.
%package -n %{libname}-devel
Summary: Header files, libraries and development documentation for %{libname}
Group: Development/Libraries/C and C++
Requires: %{libname} = %{version}