File xfce4-appfinder.spec of Package xfce4-appfinder
#
# spec file for package xfce4-appfinder (Version 4.6.1)
#
# Copyright (c) 2009 SUSE LINUX Products 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/
#
# norootforbuild
Name: xfce4-appfinder
Summary: Appfinder for the XFce4 Desktop Environment
Version: 4.6.1
Release: 1
License: GNU General Public License (GPL)
Url: http://www.xfce.org/
Source: %{name}-%{version}.tar.bz2
Group: System/GUI/XFCE
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: glib2-devel gtk2-devel libxfce4menu-devel libxfce4util-devel
BuildRequires: libxfcegui4-devel perl-XML-Parser update-desktop-files
BuildRequires: intltool libxfconf-devel thunar-devel
%description
xfce-appfinder shows system wide installed applications
Authors:
--------
Eduard Roccatello <eduard@xfce.org>
Craig Kelley <ink@islug.org>
%prep
%setup -q
%build
%configure
make %{?jobs:-j%jobs}
%install
make DESTDIR=$RPM_BUILD_ROOT install
%find_lang %{name}
%suse_update_desktop_file %{name} Utility DesktopUtility
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %name.lang
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/48x48/apps/*.png
%changelog