Name: pcmanfm Version: 0.9.3 Release: 1%{?dist} Summary: Extremely fast and lightweight file manager Group: User Interface/Desktops License: GPLv2+ URL: http://pcmanfm.sourceforge.net/ Source0: http://downloads.sourceforge.net/pcmanfm/pcmanfm-%{version}.tar.gz Patch0: pcmanfm-0.9.3-rename.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel BuildRequires: libfm-gtk-devel BuildRequires: menu-cache-devel BuildRequires: desktop-file-utils BuildRequires: gettext BuildRequires: intltool # needed as long as we are beta BuildRequires: automake BuildRequires: libtool # as hald-addon-storage is a separate package in F-14 %if 0%{?fedora} >= 14 Requires: hald-addon-storage %endif %description PCMan File Manager is an extremely fast and lightweight file manager which features tabbed browsing and user-friendly interface. %prep %setup -q %patch0 -p1 -b .pcmanfm2 # permission fix %{__chmod} 0644 \ [A-Z]* %build %configure #--enable-debug make %{?_smp_mflags} -k %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" desktop-file-install \ --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --remove-category 'Application' \ --remove-category 'Utility' \ --add-category 'System' \ --add-category 'FileManager' \ --vendor 'fedora' \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop %find_lang %{name} /usr/lib/rpm/check-rpaths %clean rm -rf $RPM_BUILD_ROOT %post update-desktop-database &> /dev/null exit 0 %postun update-desktop-database &> /dev/null exit 0 %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS #%doc Changelog # FIXME: empty %doc COPYING %doc README #%doc NEWS # FIXME: empty %{_bindir}/%{name}* %{_datadir}/%{name}/ %{_datadir}/applications/fedora-%{name}.desktop %changelog * Fri Mar 19 2010 Christoph Wickert - 0.9.3-1 - Update to 0.9.3 (1.0 Beta 1) * Sat Mar 13 2010 Christoph Wickert - 0.9.2-1 - Update to 0.9.2 (1.0 Alpha 1) * Fri Mar 05 2010 Christoph Wickert - 0.9.1-1 - Update to 0.9.1 (1.0 Alpha 1) * Sun Feb 14 2010 Mamoru Tasaka - 0.5.2-2 - Fix F-13 DSO linkage issue * Fri Oct 30 2009 Christoph Wickert - 0.5.2-1 - Update tp 0.5.2 (fixes sourceforge bug 2883172) * Sat Jul 25 2009 Mamoru Tasaka - 0.5.1-2 - F-12: Mass rebuild * Thu Jun 4 2009 Mamoru Tasaka - 0.5.1-1 - Update to 0.5.1 - Remove icon name fallback hack - Still enable 2 patches * Mon Apr 6 2009 Mamoru Tasaka - 0.5-7 - Fix the issue when application cannot be lauched from desktop menu (sourceforge bug 2313286) * Tue Feb 24 2009 Mamoru Tasaka - 0.5-6 - F-11: Mass rebuild * Fri Aug 8 2008 Mamoru Tasaka - 0.5-5 - More fallback * Wed Jul 30 2008 Mamoru Tasaka - 0.5-4 - More fallback for gnome-icon-theme 2.23.X (F-10) * Tue Jul 29 2008 Mamoru Tasaka - 0.5-2 - F-10+: Use more generic icon name due to gnome-icon-theme 2.23.X change First try (need more fix) * Thu Jul 17 2008 Mamoru Tasaka - 0.5-1 - 0.5 * Wed Jul 16 2008 Mamoru Tasaka - 0.4.6.2-1 - 0.4.6.2 * Tue Jul 15 2008 Mamoru Tasaka - 0.4.6.1-1 - 0.4.6 - 0.4.6.1 - -Werror-implicit-function-declaration is added upstream * Sat Jun 28 2008 Mamoru Tasaka - 0.4.5-1 - 0.4.5 (remote server access function temporally removed) - BR: intltool * Sun May 25 2008 Mamoru Tasaka - 0.4.4.2-1 - 0.4.4.2 * Mon May 19 2008 Mamoru Tasaka - 0.4.4.0-1 - 0.4.4.0 * Sun May 11 2008 Mamoru Tasaka - 0.4.1.1-1 - 0.4.1 - 0.4.1.1 * Mon May 5 2008 Mamoru Tasaka - 0.4.0-1 - 0.4.0 * Sun Apr 13 2008 Mamoru Tasaka - 0.3.9.98-2 - First trial to suppress compilation warning (containing fix for crash on an occasion) * Wed Apr 9 2008 Mamoru Tasaka - 0.3.9.98-1 - 0.3.9.98 * Thu Mar 20 2008 Mamoru Tasaka - 0.3.9.10-1 - 0.3.9.10 * Sat Mar 15 2008 Mamoru Tasaka - 0.3.9.5-1 - 0.3.9.5 * Wed Mar 5 2008 Mamoru Tasaka - 0.3.9-1 - 0.3.9 * Fri Feb 29 2008 Mamoru Tasaka - 0.3.6.1-1 - 0.3.6.1 * Sat Feb 23 2008 Mamoru Tasaka - 0.3.6-1 - 0.3.6 * Wed Feb 20 2008 Mamoru Tasaka - 0.3.5.99-1 - 0.3.6 RC - 2 patches dropped (applied by upstream) * Tue Feb 19 2008 Mamoru Tasaka - 0.3.5.23-3 - Fix crash on mounting removable devices * Mon Feb 18 2008 Mamoru Tasaka - 0.3.5.23-2 - Apply patch to fix crash on 64bits arch as suggested by Hans (bug 433182) - Disable to mount removable devices for now * Sun Feb 17 2008 Mamoru Tasaka - 0.3.5.23-1 - Initial draft - Disable inotify support, too buggy (also default is no currently)