File kppp.spec of Package kppp
#
# spec file for package kppp
#
# Copyright (c) 2015 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
BuildRequires: libkde4-devel
Version: 16.08.2
Release: 0
Summary: Internet Dial-Up Tool
License: GPL-2.0+
Group: Productivity/Networking/Other
Source0: %{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires
%description
A dialer and front-end to pppd
%prep
%setup -q -n %{name}-%{version}
%build
%ifarch ppc ppc64
export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
%endif
%cmake_kde4 -d build
make
%install
cd build
%makeinstall
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
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%clean
rm -rf %{buildroot}
%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