automatic version update by autodist [release 8.1.0-1mamba;Sun Mar 07 2021]
This commit is contained in:
parent
02704cd412
commit
bfad0d13e4
@ -1,6 +1,5 @@
|
|||||||
# libalkimia
|
# libalkimia
|
||||||
|
|
||||||
libalkimia is a library with common classes and functionality used by finance applications for the KDE SC.
|
libalkimia is a library with common classes and functionality used by finance applications for the KDE SC.
|
||||||
|
|
||||||
Currently it supports a common class to represent monetary values with arbitrary precision.
|
Currently it supports a common class to represent monetary values with arbitrary precision.
|
||||||
|
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
Name: libalkimia
|
Name: libalkimia
|
||||||
Version: 8.0.4
|
Version: 8.1.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library with common classes and functionality used by finance applications
|
Summary: A library with common classes and functionality used by finance applications
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
Packager: Automatic Build System <autodist@mambasoft.it>
|
||||||
URL: http://kde-apps.org/content/show.php/libalkimia?content=137323
|
URL: https://kde-apps.org/content/show.php/libalkimia?content=137323
|
||||||
Source: https://download.kde.org/stable/alkimia/%{version}/alkimia-%{version}.tar.xz
|
Source: https://download.kde.org/stable/alkimia/%{version}/alkimia-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -19,11 +19,9 @@ BuildRequires: pkg-config
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libgmp-cxx-devel
|
BuildRequires: libgmp-cxx-devel
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libalkimia is a library with common classes and functionality used by finance applications for the KDE SC.
|
libalkimia is a library with common classes and functionality used by finance applications for the KDE SC.
|
||||||
|
|
||||||
Currently it supports a common class to represent monetary values with arbitrary precision.
|
Currently it supports a common class to represent monetary values with arbitrary precision.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
@ -61,9 +59,6 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%find_lang %{name}5_qt --with-qt --with-man --all-name || touch %{name}5_qt.lang
|
%find_lang %{name}5_qt --with-qt --with-man --all-name || touch %{name}5_qt.lang
|
||||||
|
|
||||||
#install -d -m0755 %{buildroot}%{_datadir}/cmake/Modules
|
|
||||||
#mv %{buildroot}%{_datadir}/apps/cmake/modules/FindLibAlkimia.cmake %{buildroot}%{_datadir}/cmake/Modules/FindLibAlkimia.cmake
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -89,12 +84,11 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%files tools -f %{name}5_qt.lang
|
%files tools -f %{name}5_qt.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_sysconfdir}/xdg/alkimia-quotes.knsrc
|
|
||||||
%{_sysconfdir}/xdg/kmymoney-quotes.knsrc
|
|
||||||
%{_sysconfdir}/xdg/skrooge-quotes.knsrc
|
|
||||||
%{_bindir}/onlinequoteseditor5
|
%{_bindir}/onlinequoteseditor5
|
||||||
%{_datadir}/applications/org.kde.onlinequoteseditor5.desktop
|
%{_datadir}/applications/org.kde.onlinequoteseditor5.desktop
|
||||||
#%{_datadir}/alkimia5/misc/financequote.pl
|
%{_datadir}/knsrcfiles/alkimia-quotes.knsrc
|
||||||
|
%{_datadir}/knsrcfiles/kmymoney-quotes.knsrc
|
||||||
|
%{_datadir}/knsrcfiles/skrooge-quotes.knsrc
|
||||||
%{_datadir}/kservices5/plasma-applet-org.wincak.foreigncurrencies2.desktop
|
%{_datadir}/kservices5/plasma-applet-org.wincak.foreigncurrencies2.desktop
|
||||||
%{_datadir}/metainfo/org.wincak.foreigncurrencies2.appdata.xml
|
%{_datadir}/metainfo/org.wincak.foreigncurrencies2.appdata.xml
|
||||||
%dir %{_datadir}/plasma/plasmoids/org.wincak.foreigncurrencies2
|
%dir %{_datadir}/plasma/plasmoids/org.wincak.foreigncurrencies2
|
||||||
@ -103,6 +97,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_datadir}/icons/hicolor/scalable/apps/onlinequoteseditor5.svgz
|
%{_datadir}/icons/hicolor/scalable/apps/onlinequoteseditor5.svgz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 07 2021 Automatic Build System <autodist@mambasoft.it> 8.1.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Dec 28 2020 Automatic Build System <autodist@mambasoft.it> 8.0.4-1mamba
|
* Mon Dec 28 2020 Automatic Build System <autodist@mambasoft.it> 8.0.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user