Compare commits
10 Commits
b33fefdd2f
...
f236f005a8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f236f005a8 | ||
|
|
0f083b9537 | ||
|
|
e4ecbbc5db | ||
|
|
28d2f98653 | ||
|
|
b4b293c3cc | ||
|
|
746d82a768 | ||
|
|
8f5fef408d | ||
|
|
4da332d506 | ||
|
|
6d660db115 | ||
|
|
78898c65e1 |
@ -1,12 +1,13 @@
|
||||
%undefine __cmake_in_source_build
|
||||
%global framework kplotting
|
||||
|
||||
Name: kf5-%{framework}
|
||||
Version: 5.55.0
|
||||
Release: 1
|
||||
Version: 5.100.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,11 +60,11 @@ 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
|
||||
%{_kf5_includedir}/KPlotting/
|
||||
%{_kf5_libdir}/libKF5Plotting.so
|
||||
%{_kf5_libdir}/cmake/KF5Plotting/
|
||||
@ -70,5 +72,20 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Dec 12 2022 lijian <lijian2@kylinos.cn> - 5.100.0-1
|
||||
- update to upstream version 5.100.0
|
||||
|
||||
* Mon Sep 05 2022 liweiganga <liweiganga@uniontech.com> - 5.97.0-1
|
||||
- update to upstream version 5.97.0
|
||||
|
||||
* Tue Jul 5 2022 peijiankang <peijiankang@kylinos.cn> - 5.95.0-1
|
||||
- update to upstream version 5.95.0
|
||||
|
||||
* Sat Feb 12 2022 peijiankang <peijiankang@kylinos.cn> - 5.90.0-1
|
||||
- update to upstream version 5.90.0
|
||||
|
||||
* Mon Jan 17 2022 pei-jiankang <peijiankang@kylinos.cn> - 5.88.0-1
|
||||
- update to upstream version 5.88.0
|
||||
|
||||
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1
|
||||
- Initial release for OpenEuler
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: KDE/kplotting
|
||||
tag_prefix: "^v"
|
||||
seperator: "."
|
||||
separator: "."
|
||||
|
||||
BIN
kplotting-5.100.0.tar.xz
Normal file
BIN
kplotting-5.100.0.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user