update to 2.2.2
This commit is contained in:
parent
984281d9f9
commit
bead1c8b5f
Binary file not shown.
BIN
kiran-calculator-2.2.2.tar.gz
Normal file
BIN
kiran-calculator-2.2.2.tar.gz
Normal file
Binary file not shown.
@ -1,10 +1,10 @@
|
|||||||
Name: kiran-calculator
|
Name: kiran-calculator
|
||||||
|
|
||||||
Version: 2.2.0
|
Version: 2.2.2
|
||||||
Release: 5
|
Release: 1
|
||||||
Summary: Kiran Calculator
|
Summary: Kiran Calculator
|
||||||
|
|
||||||
License: GPLv3
|
License: GPL-3.0-only
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
@ -13,10 +13,12 @@ BuildRequires: qt5-qtbase-devel
|
|||||||
BuildRequires: qt5-linguist
|
BuildRequires: qt5-linguist
|
||||||
BuildRequires: kiran-widgets-qt5-devel
|
BuildRequires: kiran-widgets-qt5-devel
|
||||||
BuildRequires: kiran-log-qt5-devel
|
BuildRequires: kiran-log-qt5-devel
|
||||||
|
BuildRequires: kiran-qt5-integration-devel
|
||||||
Requires: qt5-qtbase
|
Requires: qt5-qtbase
|
||||||
Requires: kiran-widgets-qt5
|
Requires: kiran-widgets-qt5
|
||||||
Requires: kiran-log-qt5
|
Requires: kiran-log-qt5
|
||||||
Requires: gtk-update-icon-cache
|
Requires: gtk-update-icon-cache
|
||||||
|
Requires: kiran-qt5-integration
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is a calculator with three modes:standard,science and programmer
|
This is a calculator with three modes:standard,science and programmer
|
||||||
@ -38,12 +40,27 @@ gtk-update-icon-cache -f /usr/share/icons/hicolor/
|
|||||||
%files
|
%files
|
||||||
%{_datadir}/kiran-calculator/translations/*.qm
|
%{_datadir}/kiran-calculator/translations/*.qm
|
||||||
%{_datadir}/applications/*.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
|
%{_datadir}/icons/hicolor/16x16/apps/kc-calculator.png
|
||||||
|
%{_datadir}/icons/hicolor/22x22/apps/kc-calculator.png
|
||||||
%{_datadir}/icons/hicolor/24x24/apps/kc-calculator.png
|
%{_datadir}/icons/hicolor/24x24/apps/kc-calculator.png
|
||||||
|
%{_datadir}/icons/hicolor/32x32/apps/kc-calculator.png
|
||||||
|
%{_datadir}/icons/hicolor/48x48/apps/kc-calculator.png
|
||||||
|
%{_datadir}/icons/hicolor/64x64/apps/kc-calculator.png
|
||||||
|
%{_datadir}/icons/hicolor/96x96/apps/kc-calculator.png
|
||||||
|
%{_datadir}/icons/hicolor/128x128/apps/kc-calculator.png
|
||||||
%{_bindir}/kiran-calculator
|
%{_bindir}/kiran-calculator
|
||||||
%clean
|
%clean
|
||||||
rm -rf ${buildroot}
|
rm -rf ${buildroot}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 04 2022 luoqing <luoqing@kylinsec.com.cn> - 2.2.2-1
|
||||||
|
- KYOS-F: Add icons of different sizes
|
||||||
|
- KYOS-F: Modify license and add yaml file
|
||||||
|
|
||||||
|
* Wed Jul 13 2022 luoqing <luoqing@kylinsec.com.cn> - 2.2.1-1
|
||||||
|
- KYOS-F: Add light theme
|
||||||
|
- KYOS-F: Fix C99 standard compilation problem and change to gnu99 standard
|
||||||
|
|
||||||
* Tue Mar 01 2022 longcheng <longcheng@kylinos.com.cn> - 2.2.0-5
|
* Tue Mar 01 2022 longcheng <longcheng@kylinos.com.cn> - 2.2.0-5
|
||||||
- KYOS-B: Add Requires gtk-update-icon-cache
|
- KYOS-B: Add Requires gtk-update-icon-cache
|
||||||
|
|
||||||
@ -68,5 +85,5 @@ rm -rf ${buildroot}
|
|||||||
* Fri Nov 12 2021 luoqing <luoqing@kylinos.com.cn> - 2.2.0-1.kb2
|
* Fri Nov 12 2021 luoqing <luoqing@kylinos.com.cn> - 2.2.0-1.kb2
|
||||||
- KYOS-F: move button menu position
|
- KYOS-F: move button menu position
|
||||||
|
|
||||||
* Fri Nov 09 2021 luoqing <luoqing@kylinos.com.cn> - 2.2.0-1.kb1
|
* Tue Nov 09 2021 luoqing <luoqing@kylinos.com.cn> - 2.2.0-1.kb1
|
||||||
- Inital build
|
- Inital build
|
||||||
|
|||||||
4
kiran-calculator.yaml
Normal file
4
kiran-calculator.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: gitee
|
||||||
|
src_repo: https://gitee.com/openeuler/kiran-calculator.git
|
||||||
|
tag_prefix: "v"
|
||||||
|
seperator: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user