From 3d761f2aaecc652fca860b5be5f94165ad291251c1bab553ab6dc96d8f201109 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Mon, 22 Apr 2019 11:48:37 +0000 Subject: [PATCH] revert to alkimia 7.0.2. alkimia 8 adds an unwanted dependency on qtwebkit. OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/alkimia?expand=0&rev=24 --- alkimia-7.0.2.tar.xz | 3 +++ alkimia-8.0.1.tar.xz | 3 --- alkimia.changes | 8 -------- alkimia.spec | 49 +++++++------------------------------------- 4 files changed, 10 insertions(+), 53 deletions(-) create mode 100644 alkimia-7.0.2.tar.xz delete mode 100644 alkimia-8.0.1.tar.xz diff --git a/alkimia-7.0.2.tar.xz b/alkimia-7.0.2.tar.xz new file mode 100644 index 0000000..361125f --- /dev/null +++ b/alkimia-7.0.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e6b10d819479bc8dde53a8b10e6ec05e9d465c5e035528a5c0b036456a2454 +size 38420 diff --git a/alkimia-8.0.1.tar.xz b/alkimia-8.0.1.tar.xz deleted file mode 100644 index e5d7d8d..0000000 --- a/alkimia-8.0.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5601780f6ed95b5e14dd3a243ecd1afbdbdb522f0e32dec2fb86933ec363115 -size 209148 diff --git a/alkimia.changes b/alkimia.changes index 77f41ca..98e0d3f 100644 --- a/alkimia.changes +++ b/alkimia.changes @@ -1,11 +1,3 @@ -------------------------------------------------------------------- -Mon Apr 22 08:24:50 UTC 2019 - Christophe Giboudeaux - -- Update to 8.0.1: - No changelog available -- Use the preferred MPIR dependency instead of GMP -- Change the package group - ------------------------------------------------------------------- Mon Mar 25 07:22:02 UTC 2019 - Christophe Giboudeaux diff --git a/alkimia.spec b/alkimia.spec index b790bab..72ccece 100644 --- a/alkimia.spec +++ b/alkimia.spec @@ -16,30 +16,21 @@ # -%define sonum 8 -%bcond_without lang +%define sonum 7 Name: alkimia -Version: 8.0.1 +Version: 7.0.2 Release: 0 Summary: Library with common classes and functionality used by finance applications License: LGPL-2.1-or-later -Group: Productivity/Office/Finance +Group: Development/Libraries/C and C++ URL: https://kmymoney.org/ Source0: https://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz BuildRequires: doxygen BuildRequires: extra-cmake-modules -BuildRequires: libmpir-devel -BuildRequires: cmake(KF5Config) -BuildRequires: cmake(KF5CoreAddons) -BuildRequires: cmake(KF5KDELibs4Support) -BuildRequires: cmake(KF5NewStuff) -BuildRequires: cmake(KF5Package) -BuildRequires: cmake(KF5Plasma) -BuildRequires: cmake(Qt5Core) -BuildRequires: cmake(Qt5Qml) -BuildRequires: cmake(Qt5Test) -BuildRequires: cmake(Qt5WebKitWidgets) -Recommends: %{name}-lang = %{version} +BuildRequires: gmp-devel +BuildRequires: cmake(Qt5Core) >= 5.2.0 +BuildRequires: cmake(Qt5DBus) >= 5.2.0 +BuildRequires: cmake(Qt5Test) >= 5.2.0 %description libalkimia is a library with common classes and functionality used by finance @@ -57,13 +48,10 @@ applications. Summary: Development Files for libalkimia Group: Development/Languages/C and C++ Requires: libalkimia5-%{sonum} = %{version} -Requires: libmpir-devel %description -n libalkimia5-devel The development files for libalkimia. -%lang_package - %prep %setup -q @@ -74,28 +62,9 @@ The development files for libalkimia. %install %kf5_makeinstall -C build -%if %{with lang} -%find_lang alkimia %{name}.lang -%find_lang onlinequoteseditor %{name}.lang -%find_lang plasma_applet_onlinequote %{name}.lang -%find_lang plasma_applet_org.wincak.foreigncurrencies2 %{name}.lang -%endif - %post -n libalkimia5-%{sonum} -p /sbin/ldconfig %postun -n libalkimia5-%{sonum} -p /sbin/ldconfig -%files -%license COPYING.LIB -%{_kf5_applicationsdir}/org.kde.onlinequoteeditor.desktop -%{_kf5_appstreamdir}/org.wincak.foreigncurrencies2.appdata.xml -%{_kf5_bindir}/onlinequoteseditor -%{_kf5_iconsdir}/hicolor/*/apps/onlinequoteseditor.* -%{_kf5_plasmadir}/plasmoids/ -%{_kf5_qmldir}/ -%{_kf5_servicesdir}/plasma-applet-org.wincak.foreigncurrencies2.desktop -%{_kf5_sharedir}/alkimia5/ -%{_kf5_sysconfdir}/xdg/*.knsrc - %files -n libalkimia5-devel %license COPYING.LIB %dir %{_includedir}/alkimia/ @@ -109,8 +78,4 @@ The development files for libalkimia. %doc README.md %{_kf5_libdir}/libalkimia5.so.%{sonum}* -%if %{with lang} -%files lang -f %{name}.lang -%endif - %changelog