2014-02-07 22:43:12 +01:00
|
|
|
#
|
|
|
|
# spec file for package kinit
|
|
|
|
#
|
2016-01-02 18:43:54 +01:00
|
|
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
2014-02-07 22:43:12 +01:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2015-04-10 18:28:03 +02:00
|
|
|
%bcond_without lang
|
2016-04-04 16:21:00 +02:00
|
|
|
%define _tar_path 5.21
|
2014-02-07 22:43:12 +01:00
|
|
|
Name: kinit
|
2016-04-04 16:21:00 +02:00
|
|
|
Version: 5.21.0
|
2014-02-07 22:43:12 +01:00
|
|
|
Release: 0
|
2014-07-11 11:58:05 +02:00
|
|
|
%define kf5_version %{version}
|
2014-02-07 22:43:12 +01:00
|
|
|
BuildRequires: cmake >= 2.8.12
|
2015-04-10 18:28:03 +02:00
|
|
|
BuildRequires: extra-cmake-modules >= %{_tar_path}
|
2014-02-07 22:43:12 +01:00
|
|
|
BuildRequires: fdupes
|
2015-04-10 18:28:03 +02:00
|
|
|
BuildRequires: kcrash-devel >= %{_tar_path}
|
|
|
|
BuildRequires: kdoctools-devel >= %{_tar_path}
|
2014-02-07 22:43:12 +01:00
|
|
|
BuildRequires: kf5-filesystem
|
2015-04-10 18:28:03 +02:00
|
|
|
BuildRequires: ki18n-devel >= %{_tar_path}
|
|
|
|
BuildRequires: kio-devel >= %{_tar_path}
|
|
|
|
BuildRequires: kservice-devel >= %{_tar_path}
|
|
|
|
BuildRequires: kwindowsystem-devel >= %{_tar_path}
|
2014-06-01 20:44:36 +02:00
|
|
|
BuildRequires: libcap-devel
|
|
|
|
BuildRequires: libcap-progs
|
2016-04-04 16:21:00 +02:00
|
|
|
BuildRequires: cmake(Qt5Core) >= 5.4.0
|
|
|
|
BuildRequires: cmake(Qt5DBus) >= 5.4.0
|
|
|
|
BuildRequires: cmake(Qt5Gui) >= 5.4.0
|
|
|
|
BuildRequires: cmake(Qt5Widgets) >= 5.4.0
|
2014-02-07 22:43:12 +01:00
|
|
|
BuildRequires: pkgconfig(x11)
|
2016-02-06 19:03:40 +01:00
|
|
|
BuildRequires: pkgconfig(xcb)
|
2015-04-10 18:28:03 +02:00
|
|
|
%if %{with lang}
|
2014-06-01 22:16:30 +02:00
|
|
|
Recommends: %{name}-lang = %{version}
|
2015-04-10 18:28:03 +02:00
|
|
|
%endif
|
2014-02-11 03:39:33 +01:00
|
|
|
Summary: Helper library to speed up start of applications on KDE workspaces
|
2014-02-07 22:43:12 +01:00
|
|
|
License: LGPL-2.1+
|
|
|
|
Group: System/GUI/KDE
|
|
|
|
Url: http://www.kde.org
|
2015-02-11 20:54:28 +01:00
|
|
|
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
|
2014-06-03 23:37:57 +02:00
|
|
|
Source1: baselibs.conf
|
2014-07-27 03:11:09 +02:00
|
|
|
# PATCH-FIX-OPENSUSE more_verbose.patch -- add more usefull verbosity to kdeinit5 and klauncher
|
2014-07-26 14:57:14 +02:00
|
|
|
Patch0: more_verbose.patch
|
2014-07-27 03:11:09 +02:00
|
|
|
# PATCH-FIX-OPENSUSE fpie.patch -- add -(f)pie link flags to start_kdeinit target
|
|
|
|
Patch1: fpie.patch
|
2014-02-07 22:43:12 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
2014-02-11 03:39:33 +01:00
|
|
|
Kdeinit is a process launcher somewhat similar to the famous init used for
|
|
|
|
booting UNIX.
|
2014-02-07 22:43:12 +01:00
|
|
|
|
|
|
|
%package devel
|
2014-02-11 03:39:33 +01:00
|
|
|
Summary: Helper library to speed up start of applications on KDE workspaces
|
2014-02-07 22:43:12 +01:00
|
|
|
Group: Development/Libraries/KDE
|
|
|
|
Requires: extra-cmake-modules
|
|
|
|
|
|
|
|
%description devel
|
2014-02-11 03:39:33 +01:00
|
|
|
Kdeinit is a process launcher somewhat similar to the famous init used for
|
|
|
|
booting UNIX. Development files.
|
2014-02-07 22:43:12 +01:00
|
|
|
|
2014-06-01 22:16:30 +02:00
|
|
|
%lang_package
|
2014-02-07 22:43:12 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2014-07-26 14:57:14 +02:00
|
|
|
%patch0 -p1
|
2014-07-27 03:11:09 +02:00
|
|
|
%patch1 -p1
|
2014-02-07 22:43:12 +01:00
|
|
|
|
|
|
|
%build
|
2014-07-27 03:13:22 +02:00
|
|
|
%cmake_kf5 -d build
|
2014-02-07 22:43:12 +01:00
|
|
|
%make_jobs
|
|
|
|
|
|
|
|
%install
|
|
|
|
%kf5_makeinstall -C build
|
2015-04-10 18:48:10 +02:00
|
|
|
%fdupes %{buildroot}
|
2014-02-07 22:43:12 +01:00
|
|
|
|
2015-04-10 18:28:03 +02:00
|
|
|
%if %{with lang}
|
2015-04-05 13:45:58 +02:00
|
|
|
%find_lang %{name}5
|
2015-05-03 22:29:48 +02:00
|
|
|
echo "%doc %lang(ca) %{_kf5_mandir}/ca" >>%{name}5.lang
|
2015-04-10 12:37:45 +02:00
|
|
|
echo "%doc %lang(de) %{_kf5_mandir}/de" >>%{name}5.lang
|
|
|
|
echo "%doc %lang(it) %{_kf5_mandir}/it" >>%{name}5.lang
|
|
|
|
echo "%doc %lang(nl) %{_kf5_mandir}/nl" >>%{name}5.lang
|
|
|
|
echo "%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR" >>%{name}5.lang
|
|
|
|
echo "%doc %lang(sv) %{_kf5_mandir}/sv" >>%{name}5.lang
|
|
|
|
echo "%doc %lang(uk) %{_kf5_mandir}/uk" >>%{name}5.lang
|
2015-04-10 18:28:03 +02:00
|
|
|
%endif
|
2014-06-01 22:16:30 +02:00
|
|
|
|
2014-04-22 21:18:18 +02:00
|
|
|
%post -p /sbin/ldconfig
|
2014-02-07 22:43:12 +01:00
|
|
|
|
2014-04-22 21:18:18 +02:00
|
|
|
%postun -p /sbin/ldconfig
|
2014-02-07 22:43:12 +01:00
|
|
|
|
2015-04-10 18:28:03 +02:00
|
|
|
%if %{with lang}
|
2014-06-01 22:16:30 +02:00
|
|
|
%files lang -f %{name}5.lang
|
2015-04-10 18:28:03 +02:00
|
|
|
%endif
|
2014-06-01 22:16:30 +02:00
|
|
|
|
2014-02-07 22:43:12 +01:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc COPYING* README*
|
|
|
|
%{_kf5_bindir}/kdeinit5
|
|
|
|
%{_kf5_bindir}/kdeinit5_shutdown
|
|
|
|
%{_kf5_bindir}/kdeinit5_wrapper
|
|
|
|
%{_kf5_bindir}/kwrapper5
|
|
|
|
%{_kf5_libdir}/libkdeinit5_klauncher.so
|
|
|
|
%{_kf5_libexecdir}/klauncher
|
|
|
|
%{_kf5_bindir}/kshell5
|
2014-04-22 21:18:18 +02:00
|
|
|
%{_kf5_libexecdir}/start_kdeinit
|
2014-02-07 22:43:12 +01:00
|
|
|
%{_kf5_libexecdir}/start_kdeinit_wrapper
|
2014-11-03 00:00:11 +01:00
|
|
|
%doc %lang(en) %{_kf5_mandir}/*/kdeinit5.*
|
2014-02-07 22:43:12 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_kf5_libdir}/cmake/KF5Init/
|
|
|
|
%{_kf5_dbusinterfacesdir}/kf5_org.kde.KLauncher.xml
|
|
|
|
|
|
|
|
%changelog
|