From c0063424a21ba717cb8e9572a78ad91c89564b3a992cec64463c94a3da8850f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Br=C3=BCns?= Date: Sat, 8 Feb 2020 19:38:54 +0000 Subject: [PATCH] Accepting request 772343 from GNOME:Apps This package makes no sense living in G:A -- We do not care for it at all, and the person who subbed it to G:A have not kept it up to date. It makes more sense to me that the app should live in the science repo where it's cli version also lives, and where there might be someone wanting to care for the app. OBS-URL: https://build.opensuse.org/request/show/772343 OBS-URL: https://build.opensuse.org/package/show/science/qalculate-gtk?expand=0&rev=1 --- .gitattributes | 23 ++++++++++++ .gitignore | 1 + _service | 4 ++ qalculate-gtk-3.7.0.tar.gz | 3 ++ qalculate-gtk.changes | 41 +++++++++++++++++++++ qalculate-gtk.spec | 75 ++++++++++++++++++++++++++++++++++++++ 6 files changed, 147 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 _service create mode 100644 qalculate-gtk-3.7.0.tar.gz create mode 100644 qalculate-gtk.changes create mode 100644 qalculate-gtk.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_service b/_service new file mode 100644 index 0000000..ef87964 --- /dev/null +++ b/_service @@ -0,0 +1,4 @@ + + + + diff --git a/qalculate-gtk-3.7.0.tar.gz b/qalculate-gtk-3.7.0.tar.gz new file mode 100644 index 0000000..346ce41 --- /dev/null +++ b/qalculate-gtk-3.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c74996ca25ba97332035b8ef9875c7b27879df4ed166dce21ccc7f0520142174 +size 4300204 diff --git a/qalculate-gtk.changes b/qalculate-gtk.changes new file mode 100644 index 0000000..18e6546 --- /dev/null +++ b/qalculate-gtk.changes @@ -0,0 +1,41 @@ +------------------------------------------------------------------- +Sat Feb 8 13:52:27 UTC 2020 - Bjørn Lie + +- Update to version 3.7.0: + + Configurable keyboard shortcuts + + New functions: bernoulli(), erfi(), fresnels(), fresnelc() + + Improved zeta(), with exact values for negative and even + integers, support for all real values, and optional second + argument for calculation of Hurwitz zeta + + Support for complex numbers in Ei(), li(), Si(), Ci(), Shi(), + and Chi() + + Support for all branches and complex numbers in lambertw() + + Extended argument support in Li() + + Add base units (or local currency) for unit conversion when + units are missing in original expression (e.g. 5 to ft = 5 m + to ft) + + Improvements and fixes for integrals + + Fix crash when used in Cantor (caused by conflict with Poppler + library) + + Minor bug fixes and feature improvements + +------------------------------------------------------------------- +Wed Sep 4 17:19:13 UTC 2019 - Bjørn Lie + +- Fix Source url so the tarball gets a nice name-version format. +- Use autosetup and make_build macros. + +------------------------------------------------------------------- +Fri Jun 28 08:37:39 UTC 2019 - Андрей Алыпов + +- added full URL to the source and _service + +------------------------------------------------------------------- +Wed Jun 19 08:22:56 UTC 2019 - Андрей Алыпов + +- release version 3.2.0 + +------------------------------------------------------------------- +Wed Jun 19 07:03:45 UTC 2019 - Андрей Алыпов + +- Git version diff --git a/qalculate-gtk.spec b/qalculate-gtk.spec new file mode 100644 index 0000000..1c11bf6 --- /dev/null +++ b/qalculate-gtk.spec @@ -0,0 +1,75 @@ +# +# spec file for package qalculate-gtk +# +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: qalculate-gtk +Version: 3.7.0 +Release: 0 +Summary: Multi-purpose cross-platform desktop calculator +License: GPL-2.0-or-later +Group: Productivity/Scientific/Math +URL: https://qalculate.github.io +Source0: https://github.com/Qalculate/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz + +BuildRequires: automake +BuildRequires: c++_compiler +BuildRequires: intltool +BuildRequires: libtool +BuildRequires: pkgconfig +BuildRequires: pkgconfig(gdk-pixbuf-2.0) +BuildRequires: pkgconfig(glib-2.0) >= 2.4 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.12 +BuildRequires: pkgconfig(libqalculate) >= 3.2.0 +BuildRequires: pkgconfig(libxml-2.0) + +%description +Qalculate! is a multi-purpose cross-platform desktop calculator. It is +simple to use but provides power and versatility normally reserved for +complicated math packages, as well as useful tools for everyday needs +(such as currency conversion and percent calculation). Features include a +large library of customizable functions, unit calculations and conversion, +symbolic calculations (including integrals and equations), arbitrary +precision, uncertainty propagation, interval arithmetic, plotting, and a +user-friendly interface (GTK+ and CLI). + +%lang_package + +%prep +%autosetup -p1 + +%build +NOCONFIGURE=1 ./autogen.sh +%configure +%make_build + +%install +%make_install +%find_lang %{name} + +%files +%doc AUTHORS ChangeLog README TODO +%doc %{_datadir}/doc/%{name} +%{_bindir}/%{name} +%{_datadir}/metainfo/%{name}.appdata.xml +%{_datadir}/applications/%{name}.desktop +%{_datadir}/pixmaps/qalculate.??g +%license COPYING +%{_mandir}/man?/%{name}.?%{ext_man} + +%files lang -f %{name}.lang + +%changelog