2024-01-06 03:45:25 +01:00
|
|
|
Name: libalkimia
|
2024-01-06 03:45:25 +01:00
|
|
|
Version: 5.0.0
|
|
|
|
Release: 1mamba
|
2024-01-06 03:45:25 +01:00
|
|
|
Summary: A library with common classes and functionality used by finance applications
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Automatic Build System <autodist@mambasoft.it>
|
|
|
|
URL: http://kde-apps.org/content/show.php/libalkimia?content=137323
|
2024-01-06 03:45:25 +01:00
|
|
|
Source: https://ftp.heanet.ie/mirrors/ftp.kde.org/stable/alkimia/%{version}/src/libalkimia-%{version}.tar.xz
|
2024-01-06 03:45:25 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libgmp-devel
|
2024-01-06 03:45:25 +01:00
|
|
|
BuildRequires: libqt5-devel
|
2024-01-06 03:45:25 +01:00
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: pkg-config
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: libgmp-cxx-devel
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
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.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-06 03:45:25 +01:00
|
|
|
Requires: pkg-config
|
2024-01-06 03:45:25 +01:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-01-06 03:45:25 +01:00
|
|
|
%cmake_kde5 -d build \
|
|
|
|
-DQT_QMAKE_EXECUTABLE=qmake-qt5
|
|
|
|
|
2024-01-06 03:45:25 +01:00
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
2024-01-06 03:45:25 +01:00
|
|
|
#install -d -m0755 %{buildroot}%{_datadir}/cmake/Modules
|
|
|
|
#mv %{buildroot}%{_datadir}/apps/cmake/modules/FindLibAlkimia.cmake %{buildroot}%{_datadir}/cmake/Modules/FindLibAlkimia.cmake
|
2024-01-06 03:45:25 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libalkimia.so.*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/alkimia
|
|
|
|
%{_includedir}/alkimia/*.h
|
|
|
|
%{_libdir}/libalkimia.so
|
|
|
|
%{_libdir}/pkgconfig/libalkimia.pc
|
2024-01-06 03:45:25 +01:00
|
|
|
%{_libdir}/cmake/LibAlkimia/LibAlkimia*.cmake
|
2024-01-06 03:45:25 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 03:45:25 +01:00
|
|
|
* Fri May 20 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0.0-1mamba
|
|
|
|
- update to 5.0.0
|
|
|
|
|
2024-01-06 03:45:25 +01:00
|
|
|
* Mon Dec 10 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 4.3.2-3mamba
|
|
|
|
- fixed installation path of cmake module
|
|
|
|
|
|
|
|
* Mon Oct 15 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 4.3.2-2mamba
|
|
|
|
- rebuild in %{_prefix} as it doesn't depend on kde libs and should fix kmymoney build
|
|
|
|
|
|
|
|
* Sat Aug 18 2012 Automatic Build System <autodist@mambasoft.it> 4.3.2-1mamba
|
|
|
|
- package created by autospec
|