automatic version update by autodist [release 5.61.0-1mamba;Sat Aug 31 2019]
This commit is contained in:
parent
08eaa904e0
commit
8c125e2972
@ -1,7 +1,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
|
||||||
Name: kjsembed
|
Name: kjsembed
|
||||||
Version: 5.60.0
|
Version: 5.61.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: KDE Frameworks 5 component for binding Javascript object to QObjects
|
Summary: KDE Frameworks 5 component for binding Javascript object to QObjects
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -51,6 +51,11 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde5 -d build
|
%cmake_kde5 -d build
|
||||||
|
|
||||||
|
%ifarch x86_64
|
||||||
|
sed -i "s|/usr/lib/lib|/usr/lib64/lib|g" src/kjsembed/CMakeFiles/KF5JsEmbed.dir/link.txt
|
||||||
|
%endif
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -94,6 +99,9 @@ exit 0
|
|||||||
%{_kde5_mkspecsdir}/qt_KJsEmbed.pri
|
%{_kde5_mkspecsdir}/qt_KJsEmbed.pri
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 31 2019 Automatic Build System <autodist@mambasoft.it> 5.61.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Jul 20 2019 Automatic Build System <autodist@mambasoft.it> 5.60.0-1mamba
|
* Sat Jul 20 2019 Automatic Build System <autodist@mambasoft.it> 5.60.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user