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
This commit is contained in:
parent
42764a7685
commit
3d761f2aae
3
alkimia-7.0.2.tar.xz
Normal file
3
alkimia-7.0.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:59e6b10d819479bc8dde53a8b10e6ec05e9d465c5e035528a5c0b036456a2454
|
||||
size 38420
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5601780f6ed95b5e14dd3a243ecd1afbdbdb522f0e32dec2fb86933ec363115
|
||||
size 209148
|
@ -1,11 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 22 08:24:50 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- 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 <christophe@krop.fr>
|
||||
|
||||
|
49
alkimia.spec
49
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
|
||||
|
Loading…
Reference in New Issue
Block a user