File spamtemplates-akonadi-agent.spec of Package spamtemplates-akonadi-agent
# Generated by kde-obs-generator version 0.3.2
#
# Copyright (c) 2010 Martin Gräßlin <kde@martin-graesslin.com>
#
# 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.
# norootforbuild
Name: spamtemplates-akonadi-agent
BuildRequires: boost-devel libkdepim4-devel
License: GPL
Url: http://blog.martin-graesslin.com/blog
Group: System/GUI/KDE
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: MailShake implementation
Version: 1.0.0
Release: 1
Source: spamtemplates-%{version}.tar.gz
%kde4_pimlibs_requires
%kde4_runtime_requires
%description
Spamtemplates is a concept to filter Spam messages based on template matching with the help of the Akonadi framework
Author(s):
Martin Gräßlin <kde@martin-graesslin.com>
%prep
%setup -n spamtemplates-%{version} -q
%build
%cmake_kde4 -d build
%make_jobs
%install
%kde4_makeinstall -C build
%kde_post_install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%{_kde4_bindir}/akonadi_spamtemplates_agent
%{_kde4_prefix}/share/akonadi/agents/spamtemplates.desktop
%changelog