2024-01-06 01:49:02 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
Name: kinit
|
2024-01-06 01:49:03 +01:00
|
|
|
Version: 5.45.0
|
2024-01-06 01:49:02 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 01:49:02 +01:00
|
|
|
Summary: Helper library to speed up start of applications on KDE workspaces
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://www.kde.org
|
|
|
|
Source: http://download.kde.org/stable/frameworks/%{majver}/kinit-%{version}.tar.xz
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libcap-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libkcompletion-devel
|
2024-01-06 01:49:02 +01:00
|
|
|
BuildRequires: libkconfig-devel
|
2024-01-06 01:49:02 +01:00
|
|
|
BuildRequires: libkcoreaddons-devel
|
|
|
|
BuildRequires: libkcrash-devel
|
|
|
|
BuildRequires: libki18n-devel
|
|
|
|
BuildRequires: libkio-devel
|
|
|
|
BuildRequires: libkjobwidgets-devel
|
|
|
|
BuildRequires: libkservice-devel
|
|
|
|
BuildRequires: libkwidgetsaddons-devel
|
|
|
|
BuildRequires: libkwindowsystem-devel
|
|
|
|
BuildRequires: libqt5-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
2024-01-06 01:49:02 +01:00
|
|
|
BuildRequires: libxcb-devel
|
2024-01-06 01:49:02 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
kdeinit is a process launcher somewhat similar to the famous init used for booting UNIX.
|
|
|
|
|
|
|
|
%package -n %{name}-devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description -n %{name}-devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-01-06 01:49:02 +01:00
|
|
|
%cmake_kde5 -d build
|
|
|
|
|
2024-01-06 01:49:02 +01:00
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
|
|
|
%find_lang kinit5
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f kinit5.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/kdeinit5
|
|
|
|
%{_bindir}/kdeinit5_shutdown
|
|
|
|
%{_bindir}/kdeinit5_wrapper
|
|
|
|
%{_bindir}/kshell5
|
|
|
|
%{_bindir}/kwrapper5
|
2024-01-06 01:49:02 +01:00
|
|
|
%{_libexecdir}/kf5/klauncher
|
|
|
|
%{_libexecdir}/kf5/start_kdeinit
|
|
|
|
%{_libexecdir}/kf5/start_kdeinit_wrapper
|
2024-01-06 01:49:02 +01:00
|
|
|
%{_libdir}/libkdeinit5_klauncher.so
|
|
|
|
%{_datadir}/dbus-1/interfaces/kf5_org.kde.KLauncher.xml
|
|
|
|
%{_mandir}/man8/kdeinit5.8*
|
2024-01-06 01:49:02 +01:00
|
|
|
%lang(ca) %{_mandir}/ca/man8/kdeinit5.8*
|
|
|
|
%lang(de) %{_mandir}/de/man8/kdeinit5.8*
|
|
|
|
%lang(es) %{_mandir}/es/man8/kdeinit5.8*
|
|
|
|
%lang(it) %{_mandir}/it/man8/kdeinit5.8*
|
|
|
|
%lang(nl) %{_mandir}/nl/man8/kdeinit5.8*
|
|
|
|
%lang(pt) %{_mandir}/pt/man8/kdeinit5.8*
|
|
|
|
%lang(pt_BR) %{_mandir}/pt_BR/man8/kdeinit5.8*
|
|
|
|
%lang(sv) %{_mandir}/sv/man8/kdeinit5.8*
|
|
|
|
%lang(uk) %{_mandir}/uk/man8/kdeinit5.8*
|
2024-01-06 01:49:02 +01:00
|
|
|
%doc COPYING.LIB
|
|
|
|
|
|
|
|
%files -n %{name}-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_libdir}/cmake/KF5Init
|
|
|
|
%{_libdir}/cmake/KF5Init/KF5Init*.cmake
|
|
|
|
%{_libdir}/cmake/KF5Init/KF5InitMacros.cmake
|
|
|
|
%{_libdir}/cmake/KF5Init/kde5init_dummy.cpp.in
|
|
|
|
%doc README.md
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 01:49:03 +01:00
|
|
|
* Thu Apr 19 2018 Automatic Build System <autodist@mambasoft.it> 5.45.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:49:03 +01:00
|
|
|
* Sun Mar 18 2018 Automatic Build System <autodist@mambasoft.it> 5.44.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:49:03 +01:00
|
|
|
* Wed Mar 07 2018 Automatic Build System <autodist@mambasoft.it> 5.43.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:49:03 +01:00
|
|
|
* Mon Jan 22 2018 Automatic Build System <autodist@mambasoft.it> 5.42.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:49:02 +01:00
|
|
|
* Sat Dec 30 2017 Automatic Build System <autodist@mambasoft.it> 5.41.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:49:02 +01:00
|
|
|
* Tue Nov 14 2017 Automatic Build System <autodist@mambasoft.it> 5.40.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:49:02 +01:00
|
|
|
* Mon Oct 23 2017 Automatic Build System <autodist@mambasoft.it> 5.39.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:49:02 +01:00
|
|
|
* Fri Sep 22 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 5.38.0-2mamba
|
|
|
|
- rebuilt with CMAKE_INSTALL_FULL_LIBEXECDIR_KF5=%{_libexecdir}/kf5 to fix startkde
|
|
|
|
|
2024-01-06 01:49:02 +01:00
|
|
|
* Thu Sep 14 2017 Automatic Build System <autodist@mambasoft.it> 5.38.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:49:02 +01:00
|
|
|
* Fri Aug 25 2017 Automatic Build System <autodist@mambasoft.it> 5.37.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:49:02 +01:00
|
|
|
* Tue Aug 08 2017 Automatic Build System <autodist@mambasoft.it> 5.36.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:49:02 +01:00
|
|
|
* Tue Apr 11 2017 Automatic Build System <autodist@mambasoft.it> 5.32.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:49:02 +01:00
|
|
|
* Wed Jan 25 2017 Automatic Build System <autodist@mambasoft.it> 5.30.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Dec 24 2016 Automatic Build System <autodist@mambasoft.it> 5.29.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:49:02 +01:00
|
|
|
* Sat Oct 15 2016 Automatic Build System <autodist@mambasoft.it> 5.27.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:49:02 +01:00
|
|
|
* Mon Oct 10 2016 Automatic Build System <autodist@mambasoft.it> 5.26.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:49:02 +01:00
|
|
|
* Wed Aug 24 2016 Automatic Build System <autodist@mambasoft.it> 5.25.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:49:02 +01:00
|
|
|
* Sun Jul 24 2016 Automatic Build System <autodist@mambasoft.it> 5.24.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:49:02 +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:49:02 +01:00
|
|
|
* Sun May 29 2016 Automatic Build System <autodist@mambasoft.it> 5.22.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:49:02 +01:00
|
|
|
* Sat Apr 23 2016 Automatic Build System <autodist@mambasoft.it> 5.21.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:49:02 +01:00
|
|
|
* Sun Apr 03 2016 Automatic Build System <autodist@mambasoft.it> 5.20.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:49:02 +01:00
|
|
|
* Sat Feb 27 2016 Automatic Build System <autodist@mambasoft.it> 5.19.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:49:02 +01:00
|
|
|
* Mon Jan 18 2016 Automatic Build System <autodist@mambasoft.it> 5.18.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:49:02 +01:00
|
|
|
* Sat Dec 26 2015 Automatic Build System <autodist@mambasoft.it> 5.17.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:49:02 +01:00
|
|
|
* Tue Dec 08 2015 Automatic Build System <autodist@mambasoft.it> 5.16.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:49:02 +01:00
|
|
|
* Thu Nov 05 2015 Automatic Build System <autodist@mambasoft.it> 5.15.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:49:02 +01:00
|
|
|
* Sun Oct 11 2015 Automatic Build System <autodist@mambasoft.it> 5.14.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:49:02 +01:00
|
|
|
* Mon Aug 17 2015 Automatic Build System <autodist@mambasoft.it> 5.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:49:02 +01:00
|
|
|
* Sat Jul 04 2015 Automatic Build System <autodist@mambasoft.it> 5.11.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:49:02 +01:00
|
|
|
* Sun May 24 2015 Automatic Build System <autodist@mambasoft.it> 5.10.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:49:02 +01:00
|
|
|
* Sat Apr 25 2015 Automatic Build System <autodist@mambasoft.it> 5.9.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Mar 27 2015 Automatic Build System <autodist@mambasoft.it> 5.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Mar 12 2015 Automatic Build System <autodist@mambasoft.it> 5.7.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Feb 16 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.6.0-1mamba
|
|
|
|
- package created using the webbuild interface
|