diff --git a/kf5-kplotting.spec b/kf5-kplotting.spec index 14affd2..da1165c 100644 --- a/kf5-kplotting.spec +++ b/kf5-kplotting.spec @@ -1,12 +1,13 @@ +%undefine __cmake_in_source_build %global framework kplotting Name: kf5-%{framework} -Version: 5.55.0 -Release: 1 +Version: 5.90.0 +Release: 1 Summary: KDE Frameworks 5 Tier 1 addon for plotting License: GPLv2+ and LGPLv2+ -URL: https://cgit.kde.org/%{framework}.git +URL: https://invent.kde.org/frameworks/%{framework} %global majmin %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -22,6 +23,7 @@ BuildRequires: kf5-rpm-macros >= %{majmin} BuildRequires: pcre-devel BuildRequires: perl-interpreter BuildRequires: qt5-qtbase-devel +BuildRequires: qt5-qttools-devel Requires: kf5-filesystem >= %{majmin} @@ -58,8 +60,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %files %doc README.md -%license COPYING.LIB +%license LICENSES/*.txt %{_kf5_libdir}/libKF5Plotting.so.* +%{_kf5_qtplugindir}/designer/kplotting5widgets.so %files devel %{_kf5_includedir}/kplotting_version.h @@ -70,5 +73,11 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat Feb 12 2022 pei-jiankang - 5.90.0-1 +- update to upstream version 5.90.0 + +* Mon Jan 17 2022 pei-jiankang - 5.88.0-1 +- update to upstream version 5.88.0 + * Mon Aug 17 2020 yeqinglong - 5.55.0-1 - Initial release for OpenEuler diff --git a/kf5-kplotting.yaml b/kf5-kplotting.yaml index e0951e8..a78caeb 100644 --- a/kf5-kplotting.yaml +++ b/kf5-kplotting.yaml @@ -1,4 +1,4 @@ version_control: github src_repo: KDE/kplotting tag_prefix: "^v" -seperator: "." +separator: "." diff --git a/kplotting-5.55.0.tar.xz b/kplotting-5.55.0.tar.xz deleted file mode 100644 index 66975a8..0000000 Binary files a/kplotting-5.55.0.tar.xz and /dev/null differ diff --git a/kplotting-5.90.0.tar.xz b/kplotting-5.90.0.tar.xz new file mode 100644 index 0000000..29f0425 Binary files /dev/null and b/kplotting-5.90.0.tar.xz differ