Name: pcmanfm Version: 0.3.0 Release: 0.1.beta3%{?dist} Summary: PCMan File Manager Group: Applications/System License: GPL URL: http://pcmanfm.sourceforge.net Source0: http://jaist.dl.sourceforge.net/sourceforge/pcmanfm/pcmanfm-0.3.0-beta3.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: automake >= 1.9, gtk2-devel >= 2.6, gamin-devel, desktop-file-utils, gettext, startup-notification-devel Requires: gtk2 >= 2.6, gamin Requires(post): desktop-file-utils Requires(postun): desktop-file-utils %description PCMan File Manager An extremly fast and lightweight file manager which features tabbed browsing and user-friendly interface Features: Extremly fast and lightweight Can be started in one second on normal machine Tabbed browsing (Similar to Firefox) Drag & Drop support Files can be dragged among tabs Load large directories in reasonable time File association support (Default application) Basic thumbnail support Bookmarks support Handles non-UTF-8 encoded filenames correctly Provide icon view and detailed list view Standard compliant (Follows FreeDesktop.org) Clean and user-friendly interface (GTK+ 2) %prep %setup -q -n pcmanfm-0.3.0-beta3 %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %find_lang %{name} desktop-file-install \ --delete-original \ --vendor fedora \ --dir ${RPM_BUILD_ROOT}/%{_datadir}/applications \ --add-category X-Fedora \ ${RPM_BUILD_ROOT}/%{_datadir}/applications/pcmanfm.desktop %clean rm -rf $RPM_BUILD_ROOT %post update-desktop-database %{_datadir}/applications >/dev/null 2>&1 || : %postun update-desktop-database %{_datadir}/applications >/dev/null 2>&1 || : %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO %{_bindir}/pcmanfm %{_datadir}/applications/fedora-pcmanfm.desktop %changelog * Fri Aug 18 2006 Chung-Yen Chang - 0.3.0-0.1.beta3 - Initial RPM release