rebuilt with cmake_kde5 to fix plugin installation directory for calamares installer [release 3.3.0-2mamba;Sun Dec 31 2017]
This commit is contained in:
parent
8fac32929a
commit
29d562136a
11
kpmcore.spec
11
kpmcore.spec
@ -1,6 +1,6 @@
|
|||||||
Name: kpmcore
|
Name: kpmcore
|
||||||
Version: 3.3.0
|
Version: 3.3.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Library for managing partitions
|
Summary: Library for managing partitions
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -56,7 +56,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build
|
%cmake_kde5 -d build
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -72,8 +72,8 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libkpmcore.so.*
|
%{_libdir}/libkpmcore.so.*
|
||||||
%{_libdir}/plugins/libpmdummybackendplugin.so
|
%{_qt5_plugindir}/libpmdummybackendplugin.so
|
||||||
%{_libdir}/plugins/libpmlibpartedbackendplugin.so
|
%{_qt5_plugindir}/libpmlibpartedbackendplugin.so
|
||||||
%{_datadir}/kservices5/pmdummybackendplugin.desktop
|
%{_datadir}/kservices5/pmdummybackendplugin.desktop
|
||||||
%{_datadir}/kservices5/pmlibpartedbackendplugin.desktop
|
%{_datadir}/kservices5/pmlibpartedbackendplugin.desktop
|
||||||
%{_kde5_servicetypesdir}/pmcorebackendplugin.desktop
|
%{_kde5_servicetypesdir}/pmcorebackendplugin.desktop
|
||||||
@ -87,6 +87,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_libdir}/libkpmcore.so
|
%{_libdir}/libkpmcore.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 31 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 3.3.0-2mamba
|
||||||
|
- rebuilt with cmake_kde5 to fix plugin installation directory for calamares installer
|
||||||
|
|
||||||
* Thu Dec 21 2017 Automatic Build System <autodist@mambasoft.it> 3.3.0-1mamba
|
* Thu Dec 21 2017 Automatic Build System <autodist@mambasoft.it> 3.3.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user