329 lines
12 KiB
RPMSpec
329 lines
12 KiB
RPMSpec
### AUTOUPDATE-OFF: 1
|
|
Name: kalgebra
|
|
Version: 17.04.3
|
|
Release: 1mamba
|
|
Summary: A mathematical calculator based content markup MathML language
|
|
Group: Graphical Desktop/Applications/Scientific
|
|
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/kalgebra-%{version}.tar.xz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libGL-devel
|
|
BuildRequires: libanalitza-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libkauth-devel
|
|
BuildRequires: libkcodecs-devel
|
|
BuildRequires: libkconfig-devel
|
|
BuildRequires: libkconfigwidgets-devel
|
|
BuildRequires: libkcoreaddons-devel
|
|
BuildRequires: libki18n-devel
|
|
BuildRequires: libkio-devel
|
|
BuildRequires: libkservice-devel
|
|
BuildRequires: libkwidgetsaddons-devel
|
|
BuildRequires: libkxmlgui-devel
|
|
BuildRequires: libqt5-devel
|
|
BuildRequires: libreadline-devel
|
|
BuildRequires: libstdc++6-devel
|
|
BuildRequires: libtermcap-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: cmake
|
|
BuildRequires: libkdeedu-devel
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
KAlgebra is a mathematical calculator based content markup MathML language.
|
|
Nowadays it is capable to make simple MathML operations (arithmetic and logical) and representate 2D and 3D graphs.
|
|
It is actually not necessary to know MathML to use KAlgebra.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%cmake_kde5 -d build \
|
|
-DCMAKE_EXE_LINKER_FLAGS="-ltermcap" \
|
|
\
|
|
%ifarch arm
|
|
-DWITH_OpenGL:BOOL=OFF
|
|
%endif
|
|
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall -C build
|
|
|
|
rm -f %{buildroot}%{_kde4_libdir}/libanalitzagui.so
|
|
rm -f %{buildroot}%{_kde4_libdir}/libanalitza.so
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post
|
|
/sbin/ldconfig
|
|
touch --no-create %{_kde4_icondir}/hicolor &>/dev/null
|
|
exit 0
|
|
|
|
%posttrans
|
|
/sbin/ldconfig
|
|
update-desktop-database -q &>/dev/null
|
|
gtk-update-icon-cache %{_kde4_icondir}/hicolor &>/dev/null
|
|
exit 0
|
|
|
|
%postun
|
|
/sbin/ldconfig
|
|
if [ $1 -eq 0 ]; then
|
|
update-desktop-database -q &>/dev/null
|
|
touch --no-create %{_kde4_icondir}/hicolor &>/dev/null
|
|
gtk-update-icon-cache %{_kde4_icondir}/hicolor &>/dev/null
|
|
fi
|
|
exit 0
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/calgebra
|
|
%{_bindir}/kalgebra
|
|
%{_bindir}/kalgebramobile
|
|
%{_datadir}/metainfo/org.kde.kalgebra.appdata.xml
|
|
%{_datadir}/applications/*.desktop
|
|
%{_datadir}/doc/HTML/en/kalgebra/*
|
|
%{_datadir}/icons/hicolor/64x64/apps/kalgebra.png
|
|
%{_datadir}/icons/hicolor/scalable/apps/kalgebra.svgz
|
|
%{_datadir}/kalgebramobile/plugins/*
|
|
%{_datadir}/katepart5/syntax/kalgebra.xml
|
|
%{_datadir}/kservices5/graphsplasmoid.desktop
|
|
%dir %{_datadir}/plasma/plasmoids/org.kde.graphsplasmoid
|
|
%{_datadir}/plasma/plasmoids/org.kde.graphsplasmoid/*
|
|
|
|
%doc %lang(ca) %{_datadir}/doc/HTML/ca/kalgebra/*.docbook
|
|
%doc %lang(ca) %{_datadir}/doc/HTML/ca/kalgebra/index.cache.bz2
|
|
%doc %lang(de) %{_datadir}/doc/HTML/de/kalgebra/*.docbook
|
|
%doc %lang(de) %{_datadir}/doc/HTML/de/kalgebra/index.cache.bz2
|
|
%doc %lang(de) %{_datadir}/doc/HTML/de/kalgebra/*.png
|
|
%doc %lang(es) %{_datadir}/doc/HTML/es/kalgebra/*.docbook
|
|
%doc %lang(es) %{_datadir}/doc/HTML/es/kalgebra/index.cache.bz2
|
|
%doc %lang(es) %{_datadir}/doc/HTML/es/kalgebra/*.png
|
|
%doc %lang(et) %{_datadir}/doc/HTML/et/kalgebra/*.docbook
|
|
%doc %lang(et) %{_datadir}/doc/HTML/et/kalgebra/index.cache.bz2
|
|
%doc %lang(it) %{_datadir}/doc/HTML/it/kalgebra/*.docbook
|
|
%doc %lang(it) %{_datadir}/doc/HTML/it/kalgebra/index.cache.bz2
|
|
%doc %lang(nl) %{_datadir}/doc/HTML/nl/kalgebra/*.docbook
|
|
%doc %lang(nl) %{_datadir}/doc/HTML/nl/kalgebra/index.cache.bz2
|
|
%doc %lang(pt_BR) %{_datadir}/doc/HTML/pt_BR/kalgebra/*.docbook
|
|
%doc %lang(pt_BR) %{_datadir}/doc/HTML/pt_BR/kalgebra/index.cache.bz2
|
|
%doc %lang(pt_BR) %{_datadir}/doc/HTML/pt_BR/kalgebra/*.png
|
|
%doc %lang(sv) %{_datadir}/doc/HTML/sv/kalgebra/*.docbook
|
|
%doc %lang(sv) %{_datadir}/doc/HTML/sv/kalgebra/index.cache.bz2
|
|
%doc %lang(uk) %{_datadir}/doc/HTML/uk/kalgebra/*.docbook
|
|
%doc %lang(uk) %{_datadir}/doc/HTML/uk/kalgebra/index.cache.bz2
|
|
%doc %lang(uk) %{_datadir}/doc/HTML/uk/kalgebra/*.png
|
|
%lang(ar) %{_datadir}/locale/ar/LC_MESSAGES/kalgebra.mo
|
|
%lang(ast) %{_datadir}/locale/ast/LC_MESSAGES/*.mo
|
|
%lang(bg) %{_datadir}/locale/bg/LC_MESSAGES/*.mo
|
|
%lang(bs) %{_datadir}/locale/bs/LC_MESSAGES/*.mo
|
|
%lang(ca) %{_datadir}/locale/ca/LC_MESSAGES/*.mo
|
|
%lang(ca@valencia) %{_datadir}/locale/ca@valencia/LC_MESSAGES/*.mo
|
|
%lang(cs) %{_datadir}/locale/cs/LC_MESSAGES/*.mo
|
|
%lang(da) %{_datadir}/locale/da/LC_MESSAGES/*.mo
|
|
%lang(de) %{_datadir}/locale/de/LC_MESSAGES/*.mo
|
|
%lang(el) %{_datadir}/locale/el/LC_MESSAGES/*.mo
|
|
%lang(en_GB) %{_datadir}/locale/en_GB/LC_MESSAGES/*.mo
|
|
%lang(eo) %{_datadir}/locale/eo/LC_MESSAGES/*.mo
|
|
%lang(es) %{_datadir}/locale/es/LC_MESSAGES/*.mo
|
|
%lang(et) %{_datadir}/locale/et/LC_MESSAGES/*.mo
|
|
%lang(eu) %{_datadir}/locale/eu/LC_MESSAGES/*.mo
|
|
%lang(fi) %{_datadir}/locale/fi/LC_MESSAGES/*.mo
|
|
%lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/*.mo
|
|
%lang(ga) %{_datadir}/locale/ga/LC_MESSAGES/*.mo
|
|
%lang(gl) %{_datadir}/locale/gl/LC_MESSAGES/*.mo
|
|
%lang(hi) %{_datadir}/locale/hi/LC_MESSAGES/*.mo
|
|
%lang(hr) %{_datadir}/locale/hr/LC_MESSAGES/*.mo
|
|
%lang(hu) %{_datadir}/locale/hu/LC_MESSAGES/*.mo
|
|
%lang(it) %{_datadir}/locale/it/LC_MESSAGES/*.mo
|
|
%lang(ja) %{_datadir}/locale/ja/LC_MESSAGES/*.mo
|
|
%lang(kk) %{_datadir}/locale/kk/LC_MESSAGES/*.mo
|
|
%lang(km) %{_datadir}/locale/km/LC_MESSAGES/*.mo
|
|
%lang(ko) %{_datadir}/locale/ko/LC_MESSAGES/*.mo
|
|
%lang(lt) %{_datadir}/locale/lt/LC_MESSAGES/*.mo
|
|
%lang(lv) %{_datadir}/locale/lv/LC_MESSAGES/*.mo
|
|
%lang(mr) %{_datadir}/locale/mr/LC_MESSAGES/*.mo
|
|
%lang(nb) %{_datadir}/locale/nb/LC_MESSAGES/*.mo
|
|
%lang(nds) %{_datadir}/locale/nds/LC_MESSAGES/*.mo
|
|
%lang(nl) %{_datadir}/locale/nl/LC_MESSAGES/*.mo
|
|
%lang(nn) %{_datadir}/locale/nn/LC_MESSAGES/*.mo
|
|
%lang(pa) %{_datadir}/locale/pa/LC_MESSAGES/*.mo
|
|
%lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/*.mo
|
|
%lang(pt) %{_datadir}/locale/pt/LC_MESSAGES/*.mo
|
|
%lang(pt_BR) %{_datadir}/locale/pt_BR/LC_MESSAGES/*.mo
|
|
%lang(ro) %{_datadir}/locale/ro/LC_MESSAGES/*.mo
|
|
%lang(ru) %{_datadir}/locale/ru/LC_MESSAGES/*.mo
|
|
%lang(sk) %{_datadir}/locale/sk/LC_MESSAGES/*.mo
|
|
%lang(sl) %{_datadir}/locale/sl/LC_MESSAGES/*.mo
|
|
%lang(sv) %{_datadir}/locale/sv/LC_MESSAGES/*.mo
|
|
%lang(tr) %{_datadir}/locale/tr/LC_MESSAGES/*.mo
|
|
%lang(ug) %{_datadir}/locale/ug/LC_MESSAGES/*.mo
|
|
%lang(uk) %{_datadir}/locale/uk/LC_MESSAGES/*.mo
|
|
%lang(zh_CN) %{_datadir}/locale/zh_CN/LC_MESSAGES/*.mo
|
|
%lang(zh_TW) %{_datadir}/locale/zh_TW/LC_MESSAGES/*.mo
|
|
%doc COPYING COPYING.DOC COPYING.LIB
|
|
|
|
%changelog
|
|
* Fri Jul 14 2017 Automatic Build System <autodist@mambasoft.it> 17.04.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jun 25 2017 Automatic Build System <autodist@mambasoft.it> 17.04.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Mar 10 2017 Automatic Build System <autodist@mambasoft.it> 16.12.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Feb 10 2017 Automatic Build System <autodist@mambasoft.it> 16.12.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jan 13 2017 Automatic Build System <autodist@mambasoft.it> 16.12.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Dec 19 2016 Automatic Build System <autodist@mambasoft.it> 16.12.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Nov 11 2016 Automatic Build System <autodist@mambasoft.it> 16.08.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Oct 14 2016 Automatic Build System <autodist@mambasoft.it> 16.08.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Sep 08 2016 Automatic Build System <autodist@mambasoft.it> 16.08.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Aug 26 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 16.08.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jul 13 2016 Automatic Build System <autodist@mambasoft.it> 16.04.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 15 2016 Automatic Build System <autodist@mambasoft.it> 16.04.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jun 05 2016 Automatic Build System <autodist@mambasoft.it> 16.04.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Apr 29 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 16.04.0-1mamba
|
|
- update to 16.04.0
|
|
|
|
* Thu Nov 20 2014 Automatic Build System <autodist@mambasoft.it> 4.14.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Oct 20 2014 Automatic Build System <autodist@mambasoft.it> 4.14.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Sep 27 2014 Automatic Build System <autodist@mambasoft.it> 4.14.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Aug 22 2014 Automatic Build System <autodist@mambasoft.it> 4.14.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jul 15 2014 Automatic Build System <autodist@mambasoft.it> 4.13.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jun 13 2014 Automatic Build System <autodist@mambasoft.it> 4.13.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon May 19 2014 Automatic Build System <autodist@mambasoft.it> 4.13.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Apr 17 2014 Automatic Build System <autodist@mambasoft.it> 4.13.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Apr 03 2014 Automatic Build System <autodist@mambasoft.it> 4.12.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Mar 05 2014 Automatic Build System <autodist@mambasoft.it> 4.12.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Feb 05 2014 Automatic Build System <autodist@mambasoft.it> 4.12.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jan 14 2014 Automatic Build System <autodist@mambasoft.it> 4.12.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Dec 19 2013 Automatic Build System <autodist@mambasoft.it> 4.12.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Dec 05 2013 Automatic Build System <autodist@mambasoft.it> 4.11.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Nov 06 2013 Automatic Build System <autodist@mambasoft.it> 4.11.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Oct 02 2013 Automatic Build System <autodist@mambasoft.it> 4.11.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Sep 04 2013 Automatic Build System <autodist@mambasoft.it> 4.11.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Aug 14 2013 Automatic Build System <autodist@mambasoft.it> 4.11.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jul 02 2013 Automatic Build System <autodist@mambasoft.it> 4.10.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 05 2013 Automatic Build System <autodist@mambasoft.it> 4.10.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue May 07 2013 Automatic Build System <autodist@mambasoft.it> 4.10.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Apr 03 2013 Automatic Build System <autodist@mambasoft.it> 4.10.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Mar 05 2013 Automatic Build System <autodist@mambasoft.it> 4.10.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Feb 15 2013 Automatic Build System <autodist@mambasoft.it> 4.10.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jan 03 2013 Automatic Build System <autodist@mambasoft.it> 4.9.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Dec 05 2012 Automatic Build System <autodist@mambasoft.it> 4.9.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Nov 08 2012 Automatic Build System <autodist@mambasoft.it> 4.9.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Oct 04 2012 Automatic Build System <autodist@mambasoft.it> 4.9.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Sep 06 2012 Automatic Build System <autodist@mambasoft.it> 4.9.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Aug 15 2012 Automatic Build System <autodist@mambasoft.it> 4.9.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jun 10 2012 Automatic Build System <autodist@mambasoft.it> 4.8.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat May 05 2012 Automatic Build System <autodist@mambasoft.it> 4.8.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Apr 07 2012 Automatic Build System <autodist@mambasoft.it> 4.8.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Mar 27 2012 Automatic Build System <autodist@mambasoft.it> 4.8.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Dec 11 2011 Automatic Build System <autodist@mambasoft.it> 4.7.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Nov 03 2011 Automatic Build System <autodist@mambasoft.it> 4.7.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Oct 14 2011 Automatic Build System <autodist@mambasoft.it> 4.7.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Sep 25 2011 Davide Madrisan <davide.madrisan@gmail.com> 4.7.1-1mamba
|
|
- package created by autospec
|