automatic version update by autodist [release 5.61.0-1mamba;Sat Aug 31 2019]

This commit is contained in:
Automatic Build System 2024-01-06 01:58:09 +01:00
parent 08eaa904e0
commit 8c125e2972

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: kjsembed
Version: 5.60.0
Version: 5.61.0
Release: 1mamba
Summary: KDE Frameworks 5 component for binding Javascript object to QObjects
Group: System/Libraries
@ -51,6 +51,11 @@ This package contains libraries and header files for developing applications tha
%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
%install
@ -94,6 +99,9 @@ exit 0
%{_kde5_mkspecsdir}/qt_KJsEmbed.pri
%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
- automatic version update by autodist