File apport-kde.spec of Package apport-kde
#
# spec file for package apport-kde
#
# Copyright (c) 2007-2008 Nikolay Derkach
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# norootforbuild
BuildRequires: libkde4-devel cmake
Name: apport-kde
Version: 0.1
Release: 1
License: GPLv2
URL: http://opensuse.org/Interactive_Crash_Analysis
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: %{name}-%{version}.tar.bz2
Group: System/Monitoring
Summary: Apport monitoring for KDE4
Requires: apport
%description
KDED modules to monitor Apport problem reports
Authors:
--------
Nikolay Derkach <nderkach@gmail.com>
%prep
%setup -n %{name}-%{version}
%build
cmake .
make %{?jobs:-j %jobs}
%install
INSTALL_ROOT=%{buildroot} %makeinstall
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_libdir}/kde4/kded_apport.so
%{_datadir}/kde4/services/kded/kdedapport.desktop
%changelog -n qstardict
* Sun Aug 03 2008 - Nikolay Derkach <nderkach@gmail.com>
- 0.1 initial release