File kde4-kio_beagle.spec of Package kde4-kio_beagle
#
# spec file for package kde4-kio_beagle (Version 0.4.0)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: kde4-kio_beagle
BuildRequires: libbeagle-devel libkde4-devel
License: GPL v2 or later
Url: http://www.kde-apps.org/content/show.php?content=28437
Group: Productivity/Other
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: KIO Slave for Beagle
Version: 0.4.0
Release: 2
Source: kio_beagle-%{version}.tar.bz2
%description
A KIO slave for Beagle that allows a user to use Beagle in Konqueror,
the open_file dialog box, or the Alt-F2 command line. This is an
initial version and supports basic querying.
Authors:
--------
Debajyoti Bera <dbera.web@gmail.com>
%prep
%setup -n kio_beagle-%{version}
%build
%cmake_kde4 -d build
%make_jobs
%install
cd build
%makeinstall
cd $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING
/usr/%_lib/kde4/kio_beagle.so
/usr/share/kde4/services/beagle.protocol
/usr/share/icons/hicolor/*/apps/kio_beagle.*
/usr/share/kde4/apps/kio_beagle
%changelog
* Fri Jun 27 2008 dmueller@suse.de
- fix filelist
* Mon Jun 16 2008 stbinner@suse.de
- update to version 0.4:
* Cleanups, fixes (handle archive results).
* Feature: Option to save queries as desktop files.
* Feature: Show help files in beagle:/
* Feature: Show beagle related tools (starting, stopping beagled
and beagle-settings) in beagle:/
* Sun Mar 16 2008 stbinner@suse.de
- initial package of KDE4 version in abuild