Compare commits
No commits in common. "f236f005a85cfa5efb16b782a170df57eba8aff8" and "b33fefdd2f7245e08af8c9716579448b72f25e70" have entirely different histories.
f236f005a8
...
b33fefdd2f
@ -1,13 +1,12 @@
|
||||
%undefine __cmake_in_source_build
|
||||
%global framework kplotting
|
||||
|
||||
Name: kf5-%{framework}
|
||||
Version: 5.100.0
|
||||
Release: 1
|
||||
Version: 5.55.0
|
||||
Release: 1
|
||||
Summary: KDE Frameworks 5 Tier 1 addon for plotting
|
||||
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: https://invent.kde.org/frameworks/%{framework}
|
||||
URL: https://cgit.kde.org/%{framework}.git
|
||||
|
||||
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||
%global revision %(echo %{version} | cut -d. -f3)
|
||||
@ -23,7 +22,6 @@ BuildRequires: kf5-rpm-macros >= %{majmin}
|
||||
BuildRequires: pcre-devel
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt5-qttools-devel
|
||||
|
||||
Requires: kf5-filesystem >= %{majmin}
|
||||
|
||||
@ -60,11 +58,11 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSES/*.txt
|
||||
%license COPYING.LIB
|
||||
%{_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/
|
||||
@ -72,20 +70,5 @@ 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"
|
||||
separator: "."
|
||||
seperator: "."
|
||||
|
||||
Binary file not shown.
BIN
kplotting-5.55.0.tar.xz
Normal file
BIN
kplotting-5.55.0.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user