File pcmanfm.spec of Package pcmanfm
#
# spec file for package pcmanfm
#
# Copyright (c) 2012 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/
#
Name: pcmanfm
Summary: The next generation LXDE file manager
License: GPL-2.0+
Group: Productivity/File utilities
Version: 1.1.0
Release: 0
Url: http://www.lxde.org/
Source0: %{name}-%{version}.tar.gz
Source1: %name-rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: desktop-file-utils
BuildRequires: fdupes
BuildRequires: intltool
BuildRequires: libtool
BuildRequires: update-desktop-files
%if 0%{?suse_version} <= 1220
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-2.0)
%else
BuildRequires: pkgconfig(gtk+-3.0)
%endif
BuildRequires: pkgconfig(libfm) >= 1.0
BuildRequires: pkgconfig(libmenu-cache)
BuildRequires: pkgconfig(x11)
Requires: libfm
# needed for trash
Requires: gvfs
Requires: gvfs-backends
# needed to switch to root
Requires: xdg-utils
# needed to mount devices
Requires: menu-cache
Requires: polkit-gnome
Recommends: %name-lang
%description
An extremly fast, lightweight, yet feature-rich
file manager with tabbed browsing. It's also the
LXDE default file manager. This is a complete
rewrite of the old pcmanfm 0.5.x series
%lang_package
%prep
%setup -q
%build
%configure \
%if 0%{?suse_version} > 1220
--with-gtk=3 \
%endif
--enable-debug
%__make %{?_smp_mflags}
%install
%makeinstall
%suse_update_desktop_file %name Application System Utility GTK FileManager
%suse_update_desktop_file pcmanfm-desktop-pref
%fdupes -s %{buildroot}
%find_lang %name
%clean
%__rm -rf %buildroot
%post
%desktop_database_post
%postun
%desktop_database_postun
%files
%defattr(-,root,root)
%_bindir/%name
%dir %_datadir/%name
%dir %_datadir/%name/ui
%_datadir/%name/ui/*.ui
%_datadir/applications/%name.desktop
%dir %_sysconfdir/xdg/pcmanfm
%_datadir/applications/pcmanfm-desktop-pref.desktop
%_mandir/man1/pcmanfm.1.gz
%dir %_sysconfdir/xdg/pcmanfm/default
%config %_sysconfdir/xdg/pcmanfm/default/pcmanfm.conf
%files lang -f %name.lang
%changelog