update to 7.0.2 [release 7.0.2-1mamba;Sun Jul 29 2018]
This commit is contained in:
parent
c5f0d52247
commit
b91f2a4008
@ -1,5 +1,5 @@
|
|||||||
Name: libalkimia
|
Name: libalkimia
|
||||||
Version: 5.0.0
|
Version: 7.0.2
|
||||||
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
|
||||||
@ -7,7 +7,7 @@ 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: http://kde-apps.org/content/show.php/libalkimia?content=137323
|
||||||
Source: https://ftp.heanet.ie/mirrors/ftp.kde.org/stable/alkimia/%{version}/src/libalkimia-%{version}.tar.xz
|
Source: https://download.kde.org/stable/alkimia/%{version}/alkimia-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -38,7 +38,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n alkimia-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde5 -d build \
|
%cmake_kde5 -d build \
|
||||||
@ -61,17 +61,26 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libalkimia.so.*
|
%{_libdir}/libalkimia5.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/alkimia
|
%dir %{_includedir}/alkimia
|
||||||
%{_includedir}/alkimia/*.h
|
%dir %{_includedir}/alkimia/Qt5
|
||||||
%{_libdir}/libalkimia.so
|
%dir %{_includedir}/alkimia/Qt5/alkimia
|
||||||
%{_libdir}/pkgconfig/libalkimia.pc
|
%{_includedir}/alkimia/Qt5/alkimia/*.h
|
||||||
%{_libdir}/cmake/LibAlkimia/LibAlkimia*.cmake
|
%{_libdir}/libalkimia5.so
|
||||||
|
%{_libdir}/pkgconfig/libalkimia5.pc
|
||||||
|
%dir %{_libdir}/cmake/LibAlkimia5-*
|
||||||
|
%{_libdir}/cmake/LibAlkimia5-*/*.cmake
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 29 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 7.0.2-1mamba
|
||||||
|
- update to 7.0.2
|
||||||
|
|
||||||
|
* Sat Mar 24 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 7.0.1-1mamba
|
||||||
|
- update to 7.0.1
|
||||||
|
|
||||||
* Fri May 20 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0.0-1mamba
|
* Fri May 20 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0.0-1mamba
|
||||||
- update to 5.0.0
|
- update to 5.0.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user