2024-01-06 01:58:08 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
|
|
|
|
Name: kjsembed
|
2024-01-06 01:58:08 +01:00
|
|
|
Version: 5.26.0
|
2024-01-06 01:58:08 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: KDE Frameworks 5 component for binding Javascript object to QObjects
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://www.kde.org
|
2024-01-06 01:58:08 +01:00
|
|
|
Source: http://download.kde.org/stable/frameworks/%{majver}/portingAids/kjsembed-%{version}.tar.xz
|
2024-01-06 01:58:08 +01:00
|
|
|
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
|
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libki18n-devel
|
|
|
|
BuildRequires: libkjs-devel
|
|
|
|
BuildRequires: libqt5-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: rpm-macros-kde5
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
KDE Frameworks 5 component for binding Javascript object to QObjects.
|
|
|
|
|
|
|
|
%package -n lib%{name}
|
|
|
|
Group: System/Libraries
|
|
|
|
Summary: Shared libraries for %{name}
|
|
|
|
|
|
|
|
%description -n lib%{name}
|
|
|
|
This package contains shared libraries for %{name}.
|
|
|
|
|
|
|
|
%package -n lib%{name}-devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description -n lib%{name}-devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake_kde5 -d build
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
|
|
|
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -n lib%{name}
|
|
|
|
/sbin/ldconfig
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
%postun -n lib%{name}
|
|
|
|
/sbin/ldconfig
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
%files -f %{name}5_qt.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/kjscmd5
|
|
|
|
%{_bindir}/kjsconsole
|
|
|
|
%{_mandir}/man1/kjscmd5.1*
|
2024-01-06 01:58:08 +01:00
|
|
|
%{_mandir}/*/man1/kjscmd5.1*
|
2024-01-06 01:58:08 +01:00
|
|
|
|
|
|
|
%files -n lib%{name}
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_kde5_libdir}/libKF5JsEmbed.so.*
|
|
|
|
%doc AUTHORS COPYING.LIB
|
|
|
|
|
|
|
|
%files -n lib%{name}-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_kde5_includedir}/KJsEmbed
|
|
|
|
%dir %{_kde5_includedir}/KJsEmbed/KJsEmbed
|
|
|
|
%{_kde5_includedir}/KJsEmbed/KJsEmbed/KJsEmbed
|
|
|
|
%dir %{_kde5_includedir}/KJsEmbed/kjsembed
|
|
|
|
%{_kde5_includedir}/KJsEmbed/kjsembed/*
|
|
|
|
%dir %{_kde5_libdir}/cmake/KF5JsEmbed
|
|
|
|
%{_kde5_libdir}/cmake/KF5JsEmbed/KF5JsEmbed*.cmake
|
|
|
|
%{_kde5_libdir}/libKF5JsEmbed.so
|
|
|
|
%{_kde5_mkspecsdir}/qt_KJsEmbed.pri
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 01:58:08 +01:00
|
|
|
* Thu Oct 06 2016 Automatic Build System <autodist@mambasoft.it> 5.26.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:58:08 +01:00
|
|
|
* Sun Aug 21 2016 Automatic Build System <autodist@mambasoft.it> 5.25.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:58:08 +01:00
|
|
|
* Tue Jul 19 2016 Automatic Build System <autodist@mambasoft.it> 5.24.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:58:08 +01:00
|
|
|
* Sun Jun 26 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 5.23.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:58:08 +01:00
|
|
|
* Tue May 24 2016 Automatic Build System <autodist@mambasoft.it> 5.22.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:58:08 +01:00
|
|
|
* Mon Apr 18 2016 Automatic Build System <autodist@mambasoft.it> 5.21.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:58:08 +01:00
|
|
|
* Wed Mar 30 2016 Automatic Build System <autodist@mambasoft.it> 5.20.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:58:08 +01:00
|
|
|
* Sun Feb 21 2016 Automatic Build System <autodist@mambasoft.it> 5.19.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:58:08 +01:00
|
|
|
* Sat Jan 16 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 5.18.0-1mamba
|
|
|
|
- update to 5.18.0
|
|
|
|
|
2024-01-06 01:58:08 +01:00
|
|
|
* Sat Jan 02 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 5.17.0-1mamba
|
|
|
|
- package created using the webbuild interface
|