Compare commits
8 Commits
21.08.2-1m
...
22.04.2-1m
Author | SHA1 | Date | |
---|---|---|---|
c5c9e02aaa | |||
2df198c6bf | |||
b640898f99 | |||
2986c3bb2c | |||
19af5da43e | |||
57f3556ee7 | |||
1ad25781e4 | |||
22ed671f4d |
34
kcalc.spec
34
kcalc.spec
@ -1,5 +1,5 @@
|
|||||||
Name: kcalc
|
Name: kcalc
|
||||||
Version: 21.08.2
|
Version: 22.04.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Scientific calculator
|
Summary: Scientific calculator
|
||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
@ -26,8 +26,8 @@ BuildRequires: libknotifications-devel
|
|||||||
BuildRequires: libkwidgetsaddons-devel
|
BuildRequires: libkwidgetsaddons-devel
|
||||||
BuildRequires: libkxmlgui-devel
|
BuildRequires: libkxmlgui-devel
|
||||||
BuildRequires: libmpfr-devel
|
BuildRequires: libmpfr-devel
|
||||||
BuildRequires: libqt5-devel
|
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: qt5-qtbase-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Provides: kcalc4
|
Provides: kcalc4
|
||||||
|
|
||||||
@ -67,15 +67,39 @@ exit 0
|
|||||||
%files -f %{name}5_qt.lang
|
%files -f %{name}5_qt.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kde5_bindir}/%{name}
|
%{_kde5_bindir}/%{name}
|
||||||
%dir %{_kde5_datadir}/kcalc
|
#%dir %{_kde5_datadir}/kcalc
|
||||||
%{_kde5_datadir}/kcalc/scienceconstants.xml
|
#%{_kde5_datadir}/kcalc/scienceconstants.xml
|
||||||
%{_datadir}/metainfo/org.kde.kcalc.appdata.xml
|
%{_datadir}/metainfo/org.kde.kcalc.appdata.xml
|
||||||
%{_kde5_xdgappsdir}/org.kde.%{name}.desktop
|
%{_kde5_xdgappsdir}/org.kde.%{name}.desktop
|
||||||
%{_kde5_kconfupdatedir}/kcalcrc.upd
|
%{_kde5_kconfupdatedir}/kcalcrc.upd
|
||||||
%{_kde5_kcfgdir}/%{name}.kcfg
|
%{_kde5_kcfgdir}/%{name}.kcfg
|
||||||
%doc COPYING COPYING.LIB
|
%doc LICENSES
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 10 2022 Automatic Build System <autodist@mambasoft.it> 22.04.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu May 12 2022 Automatic Build System <autodist@mambasoft.it> 22.04.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Apr 22 2022 Automatic Build System <autodist@mambasoft.it> 22.04.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Mar 03 2022 Automatic Build System <autodist@mambasoft.it> 21.12.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Feb 04 2022 Automatic Build System <autodist@mambasoft.it> 21.12.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Jan 07 2022 Automatic Build System <autodist@mambasoft.it> 21.12.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Dec 11 2021 Automatic Build System <autodist@mambasoft.it> 21.12.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Nov 04 2021 Automatic Build System <autodist@mambasoft.it> 21.08.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Oct 08 2021 Automatic Build System <autodist@mambasoft.it> 21.08.2-1mamba
|
* Fri Oct 08 2021 Automatic Build System <autodist@mambasoft.it> 21.08.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user