File dolphin-box-plugin.spec of Package dolphin-box-plugin
#
# spec file for package flashrip
#
# Copyright (c) 2010 Thomas Richard <thomas.richard@proan.be>
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
#
# norootforbuild
Name: dolphin-box-plugin
URL: http://none
%if %{?suse_version:1}0
BuildRequires: libqt4-devel libkonq-devel libkde4-devel cmake
%else
BuildRequires: libqt4-devel kdebase-devel kdelibs-devel cmake
%endif
License: GPL
Group: Applications/Multimedia
Summary: Provide Dropbox integration in Dolphin
Version: 0.1
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: dolphin-box-plugin-%{version}.tar.gz
Requires: dolphin
%description
This plugin is able to draw icon overlays and can provide custom
context menus for Dropbox in Dolphin.
Authors:
--------
Thomas Richard <thomas.richard@proan.be>
%prep
%setup -q -n dolphin-box-plugin-%version
%build
%cmake_kde4 -d build
%make_jobs
%install
cd build
%makeinstall
%kde_post_install
%clean
rm -rf $RPM_BUILD_ROOT
rm  /usr/lib64/kde4/dolphin-box-plugin.so
  rm  /usr/share/kde4/services/dolphin-box-plugin.desktop
%files
%defattr(-,root,root)
%changelog
* Thu Dec 21 2010 trichard
- Initial RPM