Compare commits
45 Commits
18.08.2-1m
...
22.08.0-1m
Author | SHA1 | Date | |
---|---|---|---|
e007bdca52 | |||
03aa39e3ec | |||
c5c9e02aaa | |||
2df198c6bf | |||
b640898f99 | |||
2986c3bb2c | |||
19af5da43e | |||
57f3556ee7 | |||
1ad25781e4 | |||
22ed671f4d | |||
701baf9775 | |||
83ecf707aa | |||
771879fa3a | |||
d0334991d6 | |||
4f8ab2e57c | |||
7c48c92947 | |||
a05ab3ed92 | |||
6ec070201a | |||
62be0b7a53 | |||
0b235e6f3e | |||
834673941a | |||
fb920e57fb | |||
586bfdc785 | |||
f275c3dc82 | |||
7aca5b1c7d | |||
c3ca5543ce | |||
5cf483f2d1 | |||
fc2552f9b2 | |||
e206e20559 | |||
fe718e2f15 | |||
7183b4766d | |||
f9a6519089 | |||
b7a07da9a6 | |||
df9e45c02b | |||
30a2b9842a | |||
2eaf190a7c | |||
1d8158eb2b | |||
0a6ebd1ec7 | |||
94ecae2e36 | |||
2b01de75e5 | |||
a5a7c15bbb | |||
614af16254 | |||
bb280738e3 | |||
e5db45d234 | |||
52f32ab9da |
248
kcalc.spec
248
kcalc.spec
@ -1,25 +1,35 @@
|
||||
Name: kcalc
|
||||
Version: 18.08.2
|
||||
Version: 22.08.0
|
||||
Release: 1mamba
|
||||
Summary: Scientific calculator
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/applications/%{version}/src/kcalc-%{version}.tar.xz
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://kde.org/
|
||||
Source: http://download.kde.org/stable/release-service/%{version}/src/kcalc-%{version}.tar.xz
|
||||
License: GPL
|
||||
BuildRequires: cmake
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgmp-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: libkauth-devel
|
||||
BuildRequires: libkcodecs-devel
|
||||
BuildRequires: libkconfig-devel
|
||||
BuildRequires: libkconfigwidgets-devel
|
||||
BuildRequires: libkcoreaddons-devel
|
||||
BuildRequires: libkcrash-devel
|
||||
BuildRequires: libkguiaddons-devel
|
||||
BuildRequires: libki18n-devel
|
||||
BuildRequires: libknotifications-devel
|
||||
BuildRequires: libkwidgetsaddons-devel
|
||||
BuildRequires: libkxmlgui-devel
|
||||
BuildRequires: libmpfr-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
#Requires: kde-workspace
|
||||
Provides: kcalc4
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -37,105 +47,173 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%find_lang %{name}5_qt --with-qt --with-man --with-html --all-name || touch %{name}5_qt.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%posttrans
|
||||
update-desktop-database -q >/dev/null 2>&1
|
||||
update-mime-database %{_kde5_mimedir} >/dev/null 2>&1
|
||||
update-mime-database -n %{_kde5_mimedir} >/dev/null 2>&1
|
||||
exit 0
|
||||
|
||||
%postun
|
||||
if [ $1 -eq 0 ]; then
|
||||
update-desktop-database -q >/dev/null 2>&1
|
||||
update-mime-database %{_kde5_mimedir} >/dev/null 2>&1
|
||||
update-mime-database -n %{_kde5_mimedir} >/dev/null 2>&1
|
||||
fi
|
||||
exit 0
|
||||
|
||||
%files
|
||||
%files -f %{name}5_qt.lang
|
||||
%defattr(-,root,root)
|
||||
%{_kde5_bindir}/%{name}
|
||||
%{_kde5_libdir}/libkdeinit5_kcalc.so
|
||||
%dir %{_kde5_datadir}/kcalc
|
||||
%{_kde5_datadir}/kcalc/scienceconstants.xml
|
||||
%{_kde5_datadir}/kxmlgui5/kcalc/kcalcui.rc
|
||||
#%dir %{_kde5_datadir}/kcalc
|
||||
#%{_kde5_datadir}/kcalc/scienceconstants.xml
|
||||
%{_datadir}/metainfo/org.kde.kcalc.appdata.xml
|
||||
%{_kde5_xdgappsdir}/org.kde.%{name}.desktop
|
||||
%{_kde5_kconfupdatedir}/kcalcrc.upd
|
||||
%{_kde5_kcfgdir}/%{name}.kcfg
|
||||
%doc %lang(en) %{_kde5_htmldir}/en/%{name}
|
||||
%doc %lang(de) %{_kde5_htmldir}/de/%{name}
|
||||
%doc %lang(es) %{_kde5_htmldir}/es/%{name}
|
||||
%doc %lang(et) %{_kde5_htmldir}/et/%{name}
|
||||
%doc %lang(fr) %{_kde5_htmldir}/fr/%{name}
|
||||
%doc %lang(gl) %{_kde5_htmldir}/gl/%{name}
|
||||
%doc %lang(it) %{_kde5_htmldir}/it/%{name}
|
||||
%doc %lang(lt) %{_kde5_htmldir}/lt/%{name}
|
||||
%doc %lang(nl) %{_kde5_htmldir}/nl/%{name}
|
||||
%doc %lang(pt) %{_kde5_htmldir}/pt/%{name}
|
||||
%doc %lang(pt_BR) %{_kde5_htmldir}/pt_BR/%{name}
|
||||
%doc %lang(ru) %{_kde5_htmldir}/ru/%{name}
|
||||
%doc %lang(sr) %{_kde5_htmldir}/sr/%{name}
|
||||
%doc %lang(sv) %{_kde5_htmldir}/sv/%{name}
|
||||
%doc %lang(uk) %{_kde5_htmldir}/uk/%{name}
|
||||
%{_datadir}/locale/ar/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/ast/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/bg/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/bs/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/ca/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/ca@valencia/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/cs/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/da/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/de/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/el/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/en_GB/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/eo/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/es/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/et/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/eu/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/fa/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/fi/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/fr/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/ga/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/gl/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/he/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/hi/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/hr/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/hu/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/ia/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/id/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/is/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/it/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/ja/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/kk/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/km/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/ko/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/lt/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/lv/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/mr/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/nb/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/nds/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/nl/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/nn/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/pa/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/pl/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/pt/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/pt_BR/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/ro/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/ru/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/sk/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/sl/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/sr/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/sv/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/tr/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/ug/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/uk/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/wa/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/zh_CN/LC_MESSAGES/kcalc.mo
|
||||
%{_datadir}/locale/zh_TW/LC_MESSAGES/kcalc.mo
|
||||
%doc COPYING COPYING.LIB
|
||||
%doc LICENSES
|
||||
|
||||
%changelog
|
||||
* Fri Aug 19 2022 Automatic Build System <autodist@mambasoft.it> 22.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 08 2022 Automatic Build System <autodist@mambasoft.it> 22.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 02 2021 Automatic Build System <autodist@mambasoft.it> 21.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Aug 16 2021 Automatic Build System <autodist@mambasoft.it> 21.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jul 08 2021 Automatic Build System <autodist@mambasoft.it> 21.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 10 2021 Automatic Build System <autodist@mambasoft.it> 21.04.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 13 2021 Automatic Build System <autodist@mambasoft.it> 21.04.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 22 2021 Automatic Build System <autodist@mambasoft.it> 21.04.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 05 2021 Automatic Build System <autodist@mambasoft.it> 20.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 05 2021 Automatic Build System <autodist@mambasoft.it> 20.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 07 2021 Automatic Build System <autodist@mambasoft.it> 20.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 11 2020 Automatic Build System <autodist@mambasoft.it> 20.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 05 2020 Automatic Build System <autodist@mambasoft.it> 20.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 10 2020 Automatic Build System <autodist@mambasoft.it> 20.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 03 2020 Automatic Build System <autodist@mambasoft.it> 20.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 15 2020 Automatic Build System <autodist@mambasoft.it> 20.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 10 2020 Automatic Build System <autodist@mambasoft.it> 20.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 12 2020 Automatic Build System <autodist@mambasoft.it> 20.04.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 15 2020 Automatic Build System <autodist@mambasoft.it> 20.04.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 24 2020 Automatic Build System <autodist@mambasoft.it> 20.04.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 05 2020 Automatic Build System <autodist@mambasoft.it> 19.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 06 2020 Automatic Build System <autodist@mambasoft.it> 19.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 10 2020 Automatic Build System <autodist@mambasoft.it> 19.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Dec 30 2019 Automatic Build System <autodist@mambasoft.it> 19.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 07 2019 Automatic Build System <autodist@mambasoft.it> 19.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 10 2019 Automatic Build System <autodist@mambasoft.it> 19.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 10 2019 Automatic Build System <autodist@mambasoft.it> 19.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 28 2019 Automatic Build System <autodist@mambasoft.it> 19.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 12 2019 Automatic Build System <autodist@mambasoft.it> 19.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 07 2019 Automatic Build System <autodist@mambasoft.it> 19.04.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 11 2019 Automatic Build System <autodist@mambasoft.it> 19.04.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 19 2019 Automatic Build System <autodist@mambasoft.it> 19.04.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 07 2019 Automatic Build System <autodist@mambasoft.it> 18.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 07 2019 Automatic Build System <autodist@mambasoft.it> 18.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 11 2019 Automatic Build System <autodist@mambasoft.it> 18.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 18 2018 Automatic Build System <autodist@mambasoft.it> 18.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Nov 12 2018 Automatic Build System <autodist@mambasoft.it> 18.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 11 2018 Automatic Build System <autodist@mambasoft.it> 18.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user