File kppp.spec of Package kppp
#
# spec file for package kppp
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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/
#
Name: kppp
Version: 17.08.3
Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Summary: Internet Dial-Up Tool
License: GPL-2.0+
Group: Productivity/Networking/Other
Source0: %{name}-%{version}.tar.xz
BuildRequires: libkde4-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{kde4_runtime_requires}
%description
A dialer and front-end to pppd
%prep
%setup -q
%build
%ifarch ppc ppc64
export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
%endif
%cmake_kde4 -d build
make
%install
cd build
make %{?_smp_mflags} DESTDIR=%{buildroot} install
cd ..
chmod u-s %{buildroot}%{_bindir}/kppp
%suse_update_desktop_file Kppp Network Dialup
%suse_update_desktop_file -r kppplogview System Monitor
%kde_post_install
%files
%defattr(-,root,root)
%doc COPYING COPYING.DOC README
%{_kde4_bindir}/kppp
%{_kde4_bindir}/kppplogview
%{_kde4_applicationsdir}/Kppp.desktop
%{_kde4_applicationsdir}/kppplogview.desktop
%{_datadir}/dbus-1/interfaces/org.kde.kppp.xml
%{_kde4_htmldir}/en/kppp/
%{_kde4_iconsdir}/hicolor/*/apps/kppp.*
%{_kde4_appsdir}/kppp/
%changelog