|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Version: 5.27.0
|
|
|
|
Version: 5.27.0
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Summary: KDE Frameworks 5 Tier 2 module providing Pty abstraction
|
|
|
|
Summary: KDE Frameworks 5 Tier 2 module providing Pty abstraction
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+ and GPLv2+
|
|
|
|
License: LGPLv2+ and GPLv2+
|
|
|
@ -17,9 +17,6 @@ URL: https://quickgit.kde.org/?p=%{framework}.git
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
|
|
|
|
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
|
|
## upstreamable patches
|
|
|
|
|
|
|
|
Patch100: kpty-5.27.0-utempter_path.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: extra-cmake-modules >= %{version}
|
|
|
|
BuildRequires: extra-cmake-modules >= %{version}
|
|
|
|
BuildRequires: kf5-rpm-macros >= %{version}
|
|
|
|
BuildRequires: kf5-rpm-macros >= %{version}
|
|
|
|
BuildRequires: kf5-kcoreaddons-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kcoreaddons-devel >= %{version}
|
|
|
@ -50,7 +47,10 @@ developing applications that use %{name}.
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
mkdir %{_target_platform}
|
|
|
|
mkdir %{_target_platform}
|
|
|
|
pushd %{_target_platform}
|
|
|
|
pushd %{_target_platform}
|
|
|
|
%{cmake_kf5} ..
|
|
|
|
# find_program for utempter is failing for some reason, so
|
|
|
|
|
|
|
|
# set path explicitly to known-good value
|
|
|
|
|
|
|
|
%{cmake_kf5} .. \
|
|
|
|
|
|
|
|
-DUTEMPTER_EXECUTABLE:PATH=/usr/libexec/utempter/utempter
|
|
|
|
popd
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
@ -79,6 +79,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Oct 11 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.27.0-4
|
|
|
|
|
|
|
|
- set -DUTEMPTER_EXECUTABLE explicitly
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 11 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.27.0-3
|
|
|
|
* Tue Oct 11 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.27.0-3
|
|
|
|
- patch to find /usr/libexec/utempter/utempter
|
|
|
|
- patch to find /usr/libexec/utempter/utempter
|
|
|
|
|
|
|
|
|
|
|
|