122 lines
3.4 KiB
RPMSpec
122 lines
3.4 KiB
RPMSpec
%undefine __cmake_in_source_build
|
|
%global framework kinit
|
|
%global rpm_macros_dir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
|
|
|
Name: kf5-%{framework}
|
|
Version: 5.113.0
|
|
Release: 1
|
|
Summary: KDE Frameworks 5 tier 3 solution for process launching
|
|
|
|
License: BSD-3-Clause AND CC0-1.0 AND LGPL-2.0-only AND LGPL-2.1-only AND LGPL-3.0-only AND LicenseRef-KDE-Accepted-LGPL
|
|
URL: https://invent.kde.org/frameworks/%{framework}
|
|
|
|
%global majmin %majmin_ver_kf5
|
|
%global stable %stable_kf5
|
|
|
|
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
|
|
|
Source10: macros.kf5-kinit
|
|
|
|
|
|
BuildRequires: extra-cmake-modules >= %{version}
|
|
BuildRequires: kf5-rpm-macros
|
|
BuildRequires: kf5-kconfig-devel >= %{version}
|
|
BuildRequires: kf5-kcrash-devel >= %{version}
|
|
BuildRequires: kf5-kdbusaddons-devel >= %{version}
|
|
BuildRequires: kf5-kdoctools-devel >= %{version}
|
|
BuildRequires: kf5-ki18n-devel >= %{version}
|
|
BuildRequires: kf5-kio-devel >= %{version}
|
|
BuildRequires: kf5-kservice-devel >= %{version}
|
|
BuildRequires: kf5-kwindowsystem-devel >= %{version}
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
BuildRequires: pkgconfig(libcap)
|
|
BuildRequires: pkgconfig(x11)
|
|
BuildRequires: pkgconfig(xcb)
|
|
|
|
%description
|
|
kdeinit is a process launcher somewhat similar to the famous init used for
|
|
booting UNIX.
|
|
|
|
It launches processes by forking and then loading a dynamic library which should
|
|
contain a 'kdemain(...)' function.
|
|
|
|
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
%description devel
|
|
The %{name}-devel package contains libraries and header files for
|
|
developing applications that use %{name}.
|
|
|
|
|
|
%prep
|
|
%autosetup -n %{framework}-%{version} -p1
|
|
|
|
|
|
%build
|
|
mkdir %{_target_platform}
|
|
pushd %{_target_platform}
|
|
%{cmake_kf5} ..
|
|
popd
|
|
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
|
|
%install
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
%find_lang kinit5_qt --with-man --with-qt --all-name
|
|
|
|
# rpm macros
|
|
install -p -m644 -D %{SOURCE10} \
|
|
%{buildroot}%{rpm_macros_dir}/macros.%{name}
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
%files -f kinit5_qt.lang
|
|
%doc README.md
|
|
%license LICENSES/*.txt
|
|
%{_kf5_datadir}/qlogging-categories5/%{framework}.*
|
|
%{_kf5_bindir}/*
|
|
%{_kf5_libdir}/libkdeinit5_klauncher.so
|
|
%{_kf5_libexecdir}/*
|
|
%{_kf5_mandir}/man8/kdeinit5.8*
|
|
|
|
%files devel
|
|
%{_kf5_libdir}/cmake/KF5Init/
|
|
%{_kf5_datadir}/dbus-1/interfaces/*.xml
|
|
%{rpm_macros_dir}/macros.%{name}
|
|
|
|
|
|
%changelog
|
|
* Mon Jan 08 2024 haomimi <haomimi@uniontech.com> - 5.113.0-1
|
|
- Update to upstream version 5.113.0
|
|
|
|
* Thu Aug 03 2023 wangqia <wangqia@uniontech.com> - 5.108.0-1
|
|
- Update to upstream version 5.108.0
|
|
|
|
* Tue Dec 13 2022 liqiuyu <liqiuyu@kylinos.cn> - 5.100.0-1
|
|
- Update package to version 5.100.0
|
|
|
|
* Mon Sep 05 2022 liweiganga <liweiganga@uniontech.com> - 5.97.0-1
|
|
- update to upstream version 5.97.0
|
|
|
|
* Tue Jul 05 2022 tanyulong<tanyulong@kylinos.cn> - 5.95.0-1
|
|
- update to upstream version 5.95.0
|
|
|
|
* Fri Feb 18 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.90.0-2
|
|
- rebuild
|
|
|
|
* Sat Feb 12 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.90.0-1
|
|
- update to upstream version 5.90.0
|
|
|
|
* Sun Jan 16 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.88.0-1
|
|
- update to upstream version 5.88.0
|
|
|
|
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1
|
|
- Initial release for OpenEuler
|
|
|