%define glib2_version 2.48.0 %define pango_version 1.40.0 %define gtk3_version 3.20.0 %define libxml2_version 2.9.1 %define eog_version 3.20.0 %define gnome_desktop3_version 3.20.0 %define vine_menus_version 3.0 %define startup_notification_version 0.10 %define libexif_version 0.6.19 %define tracker_version 1.6.0 %define gobject_introspection_version 0.9.8 %define _unpackaged_files_terminate_build 1 Summary: Nautilus is a file manager for GNOME Summary(ja): Nautilus - GNOME ファイルマネージャ Name: nautilus Version: 3.36.3 Release: 1%{?_dist_release} Vendor: Project Vine Distribution: Vine Linux License: GPLv2+ URL: http://www.gnome.org/projects/nautilus/ %global shortver %(echo %{version} | sed -e 's/\.[0-9]*$//') Source0: https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz # vine Patch2000: nautilus-vine-settings.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: gamin Requires: vine-menus >= %{vine_menus_version} Requires: gvfs, gvfs-fuse, gvfs-smb, gvfs-archive, gvfs-gphoto2 Requires: libexif >= %{libexif_version} Requires: %{name}-libs = %{version}-%{release} Requires: tracker-miners BuildRequires: meson BuildRequires: intltool BuildRequires: desktop-file-utils BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: pango-devel >= %{pango_version} BuildRequires: gtk3-devel >= %{gtk3_version} BuildRequires: libxml2-devel >= %{libxml2_version} BuildRequires: gnome-desktop3-devel >= %{gnome_desktop3_version} BuildRequires: gamin-devel BuildRequires: startup-notification-devel >= %{startup_notification_version} BuildRequires: tracker-devel >= %{tracker_version} BuildRequires: libexif-devel >= %{libexif_version} BuildRequires: unique3-devel BuildRequires: libnotify-devel BuildRequires: libSM-devel BuildRequires: exempi-devel BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version} BuildRequires: gsettings-desktop-schemas BuildRequires: libgexiv2-devel BuildRequires: gnome-autoar-devel BuildRequires: libseccomp-devel BuildRequires: libappstream-glib-devel BuildRequires: python3-devel BuildRequires: gstreamer1-plugins-base-devel Obsoletes: nautilus-extras Obsoletes: nautilus-suggested Obsoletes: nautilus-mozilla < 2.0 Obsoletes: eel2 <= 2.24.1 Provides: eel2 <= 2.24.1 %description Nautilus integrates access to files, applications, media, Internet-based resources and the Web. Nautilus delivers a dynamic and rich user experience. Nautilus is an free software project developed under the GNU General Public License and is a core component of the GNOME desktop project. %description -l ja Nautilus は、ファイル、アプリケーション、メディア、インターネットベースの リソースおよびウェブへのアクセスを統合します。Nautilus は、ダイナミックで 豊かなユーザ体験を実現します。Nautilus は、GNU General Public License のもとに開発されているフリーソフトウェアプロジェクトで GNOME デスクトップ プロジェクトのコア・コンポーネントです。 %package devel Summary: Support for developing nautilus extensions Summary(ja): Nautilus 拡張機能開発のためのサポート License: LGPLv2+ Group: Development/Libraries Requires: %{name}-libs = %{version}-%{release} Requires: pkgconfig %description devel This package provides libraries and header files needed for developing nautilus extensions. %description -l ja devel このパッケージは、Nautilus 拡張機能の開発に必要なライブラリおよび ヘッダファイルを提供します。 %package libs Summary: Libraries for use in nautilus extentions Summary(ja): Nautilus 拡張機能で利用するライブラリ Group: System Environment/Libraries %description libs This package provides libraries required by nautilus extention module. %description -l ja libs このパッケージは、Nautilus 拡張機能が必要とするライブラリを提供します。 %package docs Summary: Documentation for %{name} Summary(ja): %{name} 用のドキュメント Group: Documentation BuildArch: noarch %description docs This package contains documentation for %{name}. %prep %setup -q -n %{name}-%{version} %patch2000 -p1 -b .vine %build %meson \ -Dselinux=false \ -Dpackagekit=true \ -Dintrospection=true \ -Ddocs=true %meson_build %install rm -rf $RPM_BUILD_ROOT %meson_install # make sure desktop files validate by ignoring sr@Latn perl -pi -e 's/sr\@Latn/sp/g' $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop # desktop-file-install can't handle empty OnlyShowIn correctly perl -pi -e 's/OnlyShowIn=GNOME;Unity;/OnlyShowIn=GNOME;/' $RPM_BUILD_ROOT%{_datadir}/applications/nautilus.desktop desktop-file-install --vendor "" --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-only-show-in GNOME \ $RPM_BUILD_ROOT%{_datadir}/applications/* %find_lang %name %clean rm -rf $RPM_BUILD_ROOT %postun if [ $1 -eq 0 ] ; then glib-compile-schemas %{_datadir}/glib-2.0/schemas || : fi %posttrans glib-compile-schemas %{_datadir}/glib-2.0/schemas || : %post libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig %files -f %{name}.lang %defattr(-,root,root,-) %license LICENSE %doc NEWS README* %dir %{_libdir}/nautilus %dir %{_libdir}/nautilus/extensions-3.0 %{_libdir}/nautilus/extensions-3.0/*.so %{_datadir}/metainfo/org.gnome.Nautilus.appdata.xml %{_datadir}/dbus-1/services/org.freedesktop.FileManager1.service %{_datadir}/dbus-1/services/org.gnome.Nautilus.service %{_datadir}/gnome-shell/search-providers/org.gnome.Nautilus.search-provider.ini %{_datadir}/applications/*.desktop %{_datadir}/icons/hicolor/*/apps/* %{_bindir}/* %{_datadir}/glib-2.0/schemas/ %{_mandir}/man1/* %files devel %defattr(-,root,root,-) %{_includedir}/nautilus %{_libdir}/pkgconfig/* %{_libdir}/*.so %{_datadir}/gir-1.0 %files libs %defattr(-,root,root,-) %{_libdir}/*.so.* %{_libdir}/girepository-1.0/*.typelib %files docs %defattr(-,root,root,-) %{_datadir}/gtk-doc/html/libnautilus-extension/* %changelog * Wed Aug 05 2020 Tomohiro "Tomo-p" KATO 3.36.3-1 - new upstream release. * Sun Sep 01 2019 Tomohiro "Tomo-p" KATO 3.30.5-1 - rebuilt with tracker-2.2.2. * Sat Dec 29 2018 Tomohiro "Tomo-p" KATO 3.30.5-1 - new upstream release. - dropped Patch102. - updated Patch2000. * Sat Jul 30 2016 Yoji TOYODA 3.20.2-1 - new upstream release - update Patch2000 * Sat Dec 19 2015 Yoji TOYODA 3.18.4-1 - new upstream release * Sat Nov 14 2015 Yoji TOYODA 3.18.2-1 - new upstream release * Sun Nov 01 2015 Yoji TOYODA 3.18.1-1 - new upstream release * Sat May 16 2015 Yoji TOYODA 3.16.2-1 - new upstream release * Sun Apr 19 2015 Yoji TOYODA 3.16.1-1 - new upstream release * Sun Mar 29 2015 Yoji TOYODA 3.16.0-1 - new upstream release - update Patch2000 (nautilus-vine-settings.patch) - create %%{name}-docs subpackage * Tue Jan 13 2015 Ryoichi INAGAKI 3.14.2-2 - moved libs subpackage to System Environment/Libraries Group * Wed Nov 26 2014 Yoji TOYODA 3.14.2-1 - new upstream release * Wed Nov 19 2014 Yoji TOYODA 3.14.1-1 - new upstream release - remove Patch0 (nautilus-3.14.0-git20141015.patch) * Sun Oct 26 2014 Yoji TOYODA 3.14.0-1 - new upstream release - add Patch0 (nautilus-3.14.0-git20141015.patch) * Fri May 16 2014 Yoji TOYODA 3.12.2-1 - new upstream release * Sat Mar 29 2014 Yoji TOYODA 3.12.0-1 - new upstream release * Sat Nov 09 2013 Yoji TOYODA 3.10.1-1 - new upstream release * Sat Oct 26 2013 Yoji TOYODA 3.10.0-1 - new upstream release - add Patch2000 (nautilus-vine-settings.patch) * Mon Jul 15 2013 Yoji TOYODA 3.8.2-1 - new upstream release * Sun Apr 21 2013 Yoji TOYODA 3.8.1-1 - new upstream release * Mon Jan 07 2013 Yoji TOYODA 3.6.3-1 - new upstream release * Tue Oct 30 2012 Yoji TOYODA 3.6.2-1 - new upstream release * Tue Oct 16 2012 Yoji TOYODA 3.6.1-1 - new upstream release * Sat Sep 29 2012 Yoji TOYODA 3.6.0-1 - new upstream release - remove Patch0,7 - add BuildRequires: exempi-devel, tracker-devel * Sat Aug 18 2012 Yoji TOYODA 3.4.2-2 - add Patch0 (nautilus-3.4.2-ja.po.patch) * Sun May 20 2012 Yoji TOYODA 3.4.2-1 - new upstream release * Sun Apr 22 2012 Yoji TOYODA 3.4.1-1 - new upstream release * Sat Jan 28 2012 Toshiharu Kudoh 3.2.1-2 - added patch102 to fix autostart in other desktop environments (https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/826058) * Fri Oct 21 2011 Yoji TOYODA 3.2.1-1 - new upstream release * Thu Sep 29 2011 Yoji TOYODA 3.2.0-1 - new upstream release * Fri Sep 23 2011 Yoji TOYODA 3.1.92-1 - new upstream release * Sat Sep 03 2011 Yoji TOYODA 3.1.90-1 - new upstream release * Mon Aug 15 2011 Yoji TOYODA 3.1.4-1 - new upstream release - drop Patch101 - change BuildRequires: gtk3-devel instread of gtk2-devel - change BuildRequires: gnome-desktop3-devel instread of gnome-desktop-devel - change BuildRequires: unique3-devel instread of unique-devel - add BuildRequires: libnotify-devel, gsettings-desktop-schemas * Sat Apr 16 2011 Yasumichi Akahoshi 2.32.2.1-2 - fixed group of libs - add translation of summary and description. - add Vendor, Distribution and Packager tags. * Wed Dec 29 2010 Yoji TOYODA 2.32.2.1-1 - new upstream release * Sat Dec 18 2010 Yoji TOYODA 2.32.2-1 - new upstream release * Sat Nov 20 2010 Yoji TOYODA 2.32.1-1 - new upstream release * Sun Oct 03 2010 Yoji TOYODA 2.32.0-1 - new upstream release - add BuildRequires: gobject-introspection-devel - remove BuildRequires: libgnomeui-devel - add configure option (--enable-introspection=yes) * Thu Sep 23 2010 Yoji TOYODA 2.30.1-3 - rebuild with rpm-4.8.1 for pkg-config file * Sat Jun 12 2010 Daisuke SUZUKI 2.30.1-2 - split nautilus extention libraries to -libs subpackage. * Sat May 01 2010 Yoji TOYODA 2.30.1-1 - new upstream release * Wed Mar 31 2010 Yoji TOYODA 2.30.0-1 - new upstream release - drop Patch100 - add Patch101 - add Obsoletes: eel2 <= 2.24.1 - add Provides: eel2 <= 2.24.1 * Sun Mar 14 2010 Yoji TOYODA 2.28.4-1 - new upstream release - add BuildRequires: libSM-devel * Sat Nov 7 2009 Ryoichi INAGAKI 2.28.1-2 - removed Requires: eel2 - added %%posttrans section * Sat Oct 31 2009 Ryoichi INAGAKI 2.28.1-1 - new upstream release * Wed May 20 2009 Daisuke SUZUKI 2.26.3-1 - new upstream release * Wed Apr 15 2009 Daisuke SUZUKI 2.26.2-1 - new upstream release * Sun Mar 22 2009 Daisuke SUZUKI 2.26.0-1 - new upstream release - split -devel subpackage * Tue Oct 28 2008 Daisuke SUZUKI 2.24.1-1 - new upstream release * Mon Oct 13 2008 Daisuke SUZUKI 2.24.0-2 - patch6 needs autoreconf * Wed Sep 24 2008 Daisuke SUZUKI 2.24.0-1 - new upstream release * Sun Jun 1 2008 Ryoichi INAGAKI 2.22.3-1 - new upstream release * Thu Apr 10 2008 Ryoichi INAGAKI 2.22.2-1vl5 - new upstream release - added Requires: gvfs * Sun Mar 30 2008 Ryoichi INAGAKI 2.22.1-1vl5 - new upstream release - added Patches from FC * Thu Mar 13 2008 Tomas Bzatek - 2.22.0-2 - Don't create application/x-ext- types for known mimetypes (patch from head) - Fix a crash in the Properties dialog while changing owner (patch from head) * Tue Feb 26 2008 Tomas Bzatek - 2.21.92-2 - Change libbeagle .so name for libbeagle-0.3.0 in nautilus-2.21.1-dynamic-search-r2.patch (#434722) * Thu Dec 13 2007 Ryoichi INAGAKI 2.20.0-0vl1 - new upstream release - dropped Patch11-13 and added Patch7-9 from Fedora * Tue Oct 16 2007 - Bastien Nocera - 2.20.0-5 - Add patch from upstream to get audio preview working again (#332251) * Tue Oct 2 2007 Matthias Clasen - 2.20.0-3 - Fix a crash with small fonts (#242350) * Tue Oct 2 2007 Alexander Larsson - 2.20.0-1 - Backport fixes for async thumbnail loading from svn * Sun May 06 2007 Daisuke SUZUKI 2.18.1-0vl4 - run autoreconf for Patch11 changes * Wed May 02 2007 Daisuke SUZUKI 2.18.1-0vl3 - remove tracker dependancy, Patch13 detects tracker dynamically. * Mon Apr 30 2007 Daisuke SUZUKI 2.18.1-0vl2 - add Patch13 to support user-dirs * Sun Apr 29 2007 Daisuke SUZUKI 2.18.1-0vl1 - new upstream release - enable tracker support - add BuildRequires: tracker-devel, Requires: tracker * Fri Apr 27 2007 Daisuke SUZUKI 2.18.0.1-0vl1 - new upstream release * Mon Aug 28 2006 Daisuke SUZUKI 2.14.3-0vl2 - add BuildRequires: gamin-devel, Requires: gamin - remove fam dependency (replaced by gamin) * Wed Aug 02 2006 Ryoichi INAGAKI 2.14.3-0vl1 - new upsteram release * Sat Jul 01 2006 Daisuke SUZUKI 2.14.1-0vl3 - really applied Patch110... * Fri Jun 30 2006 Daisuke SUZUKI 2.14.1-0vl2 - add Patch110 to fix corruption of help option message. * Wed Apr 12 2006 Daisuke SUZUKI 2.14.1-0vl1 - new upstream release * Thu Mar 30 2006 Daisuke SUZUKI 2.14.0-0vl4 - fix typo in ja.po * Wed Mar 29 2006 Daisuke SUZUKI 2.14.0-0vl3 - update ja.po to translate patch50 related message. * Tue Mar 28 2006 Daisuke SUZUKI 2.14.0-0vl2 - add Patch50 to show progressbar on umounting (ubuntu patch in Bug 313639) * Tue Mar 14 2006 Daisuke SUZUKI 2.14.0-0vl1 - new upstream release * Thu Mar 09 2006 Daisuke SUZUKI 2.13.92-0vl2 - add Patch10 to avoid background rendering delay * Tue Mar 07 2006 Daisuke SUZUKI 2.13.92-0vl1 - new upstream release * Mon Feb 06 2006 KAZUKI SHIMURA 2.12.2-0vl2 - add fix-non-UTF-8-encoding.patch (patch0) - cf. http://bugzilla.gnome.org/show_bug.cgi?id=314538 * Wed Nov 30 2005 Daisuke SUZUKI 2.12.2-0vl1 - new upstream release * Thu Oct 06 2005 Daisuke SUZUKI 2.12.1-0vl1 - new upstream release * Mon Sep 19 2005 Daisuke SUZUKI 2.12.0-0vl1 - new upstream release * Thu Aug 04 2005 Daisuke SUZUKI 2.11.90-0vl1 - new upstream release * Fri Jul 22 2005 Daisuke SUZUKI 2.10.1-0vl2 - rebuild * Mon May 30 2005 Ryoichi INAGAKI 2.10.1-0vl1 - new upstream version * Mon Mar 21 2005 Daisuke SUZUKI 2.10.0-0vl1 - new upstream version * Mon Nov 08 2004 Daisuke SUZUKI 2.8.2-0vl2 - add vine patch to change some defaults. - change default zoom sine - set always_use_browser * Sun Nov 07 2004 Daisuke SUZUKI 2.8.2-0vl1 - new upstream release * Fri Oct 29 2004 Daisuke SUZUKI 2.4.2-0vl3 - add Patch110 to fix libegg(egg-recent-model.c) save old umask value before create ".recently-used" file. * Thu Jul 22 2004 Daisuke SUZUKI 2.4.2-0vl2 - change default desktop font to Sans 9 (from Sans 10) - add patch10 to build with gtk+-2.4 * Wed Feb 04 2004 Daisuke SUZUKI 2.4.2-0vl1 - new upstream release * Fri Oct 17 2003 Daisuke SUZUKI 2.4.1-0vl1 - new upstream release * Tue Sep 23 2003 Daisuke SUZUKI 2.4.0-0vl3 - add backport patch from rawhide (Patch10) * Thu Sep 11 2003 Daisuke SUZUKI 2.4.0-0vl2 - modified vine patch - change default zoom level to small - change desktop font to Sans 10 * Thu Sep 11 2003 Daisuke SUZUKI 2.4.0-0vl1 - new upstream release * Mon Sep 08 2003 Daisuke SUZUKI 2.3.90-0vl3 - add desktop icon patch from rawhide * Sat Sep 06 2003 Daisuke SUZUKI 2.3.90-0vl2 - remove obsolete ja.po * Fri Sep 05 2003 Daisuke SUZUKI 2.3.90-0vl1 - new upstream release * Wed Sep 03 2003 Daisuke SUZUKI 2.3.9-0vl1 - new upstream release * Sat Jun 21 2003 Daisuke SUZUKI 2.2.4-0vl1 - new upstream release * Mon Apr 21 2003 Daisuke SUZUKI 2.2.3.1-0vl2 - update ja.po * Thu Apr 3 2003 Daisuke SUZUKI 2.2.3.1-0vl1 - new upstream release * Fri Mar 21 2003 Daisuke SUZUKI 2.2.2-0vl1 - new upstream release * Sat Mar 1 2003 Daisuke SUZUKI 2.2.1-0vl1 - new upstream release * Thu Jan 30 2003 Daisuke SUZUKI 2.2.0.2-0vl1 - new upstream release * Fri Jan 24 2003 Daisuke SUZUKI 2.2.0.1-0vl1 - new upstream release * Tue Jan 21 2003 Daisuke SUZUKI 2.2.0-0vl1 - new upstream release * Thu Jan 16 2003 Daisuke SUZUKI 2.1.91-0vl2 - add nautilus-cd-burner patch * Thu Jan 16 2003 Daisuke SUZUKI 2.1.91-0vl1 - new upstream release * Sat Jan 4 2003 Daisuke SUZUKI 2.1.5-0vl5 - discard scrollkeeper outputs. - update PreReq tags. * Mon Dec 30 2002 Daisuke SUZUKI 2.1.5-0vl4 - change icon for nautilus-file-management-properties - update ja.po * Mon Dec 30 2002 Daisuke SUZUKI 2.1.5-0vl3 - update ja.po - add translation for .desktop files. * Thu Dec 26 2002 Daisuke SUZUKI 2.1.5-0vl2 - add Requires: vine-menus * Thu Dec 26 2002 Daisuke SUZUKI 2.1.5-0vl1 - new upstream release * Sun Dec 22 2002 Daisuke SUZUKI 2.1.4-0vl4 - remove redhatize patch * Tue Dec 17 2002 Daisuke SUZUKI 2.1.4-0vl2 - rebuild to remove unneeded dependancy. * Mon Dec 16 2002 Daisuke SUZUKI 2.1.4-0vl1 - build for Vine Linux * Tue Dec 3 2002 Havoc Pennington - add explicit startup-notification dependency because build system is dumb - 2.1.3 * Wed Nov 13 2002 Havoc Pennington - 2.1.2 * Thu Oct 10 2002 Havoc Pennington - 2.0.7 - remove patches that are upstream * Tue Sep 3 2002 Alexander Larsson 2.0.6-6 - Add badhack to make weblinks on desktop work * Mon Sep 2 2002 Havoc Pennington - fix #70667 assertion failures - fix triple click patch * Mon Sep 2 2002 Jonathan Blandford - don't activate on double click * Sat Aug 31 2002 Havoc Pennington - put button press mask in triple-click patch, maybe it will work - remove html-hack patch as it does nothing useful * Sat Aug 31 2002 Havoc Pennington - require newer redhat-artwork, -menus, eel2, gnome-vfs2 to avoid bogus bug reports - add hack for HTML mime type handling in a web browser, not nautilus * Thu Aug 29 2002 Alexander Larsson - Updated to 2.0.6. Removed the patches I put upstream. - Added patch that fixes #72410 * Wed Aug 28 2002 Owen Taylor - Add a simple patch so that redhat-config-packages can disable the new window behavior for mounted CDs behavior. * Wed Aug 28 2002 Alexander Larsson 2.0.5-4 - Add patch to fix bug #70667 * Sun Aug 25 2002 Havoc Pennington - remove mp3 * Fri Aug 23 2002 Havoc Pennington - ignore the "add_to_session" preference as it only broke stuff - pad the left margin a bit to cope with poor word wrapping * Fri Aug 23 2002 Alexander Larsson 2.0.5-1 - Update to 2.0.5, remove topleft icon patch * Thu Aug 15 2002 Alexander Larsson 2.0.4-2 - Add patch to fix the bug where desktop icons get stuck in the top left corner on startup * Wed Aug 14 2002 Alexander Larsson 2.0.4-1 - 2.0.4 * Tue Aug 13 2002 Havoc Pennington - obsolete nautilus-mozilla < 2.0 #69839 * Mon Aug 12 2002 Havoc Pennington - add rhconfig patch to Bluecurve theme and disable sidebar by default * Wed Aug 7 2002 Havoc Pennington - drop start here files, require redhat-menus that has them * Tue Aug 6 2002 Havoc Pennington - 2.0.3 * Sat Jul 27 2002 Havoc Pennington - build for new eel2, gail * Wed Jul 24 2002 Havoc Pennington - and add the libexec components, mumble * Wed Jul 24 2002 Havoc Pennington - put the components in the file list, were moved upstream * Tue Jul 23 2002 Havoc Pennington - 2.0.1 * Thu Jun 27 2002 Owen Taylor - Relibtoolize to fix relink problems for solib components - Add LANG=en_US to %makeinstall as well - Back out previous change, force locale to en_US to prevent UTF-8 problems - Add workaround for intltool-merge bug on ia64 * Fri Jun 21 2002 Tim Powers - automated rebuild * Sun Jun 16 2002 Havoc Pennington - 2.0.0 - use desktop-file-install - require desktop-backgrounds-basic * Wed Jun 12 2002 Havoc Pennington - add wacky hack in hopes of fixing the hang-on-login thing * Sat Jun 8 2002 Havoc Pennington - add build requires on new gail - rebuild to try to lose broken libgailutil.so.13 dependency * Sat Jun 08 2002 Havoc Pennington - rebuild in different environment * Wed Jun 5 2002 Havoc Pennington - 1.1.19 * Fri May 31 2002 Havoc Pennington - rebuild in different environment * Thu May 30 2002 Havoc Pennington - really remove nautilus-devel if we are going to obsolete it - don't require hwbrowser * Sun May 26 2002 Tim Powers - automated rebuild * Tue May 21 2002 Havoc Pennington - rebuild in different environment * Tue May 21 2002 Havoc Pennington - 1.1.17 * Fri May 3 2002 Havoc Pennington - 1.1.14 * Thu Apr 25 2002 Havoc Pennington - require eog - obsolete nautilus-devel - fix name of schemas file in post * Mon Apr 22 2002 Alex Larsson - Update to 1.1.13 * Fri Apr 19 2002 Havoc Pennington - put tree view in file list * Thu Apr 18 2002 Havoc Pennington - nautilus for gnome 2 - clean up the spec file and file list a bit * Mon Apr 15 2002 Havoc Pennington - merge translations * Thu Apr 4 2002 Alex Larsson - Add patch to fix trash crash * Mon Apr 1 2002 Havoc Pennington - fix for metadata tmp race - backport thumbnail speed fix and thumbnail inf. loop fix * Mon Mar 25 2002 Havoc Pennington - add some fixes from CVS version, including one for #61819 and a couple segfaults * Wed Mar 20 2002 Havoc Pennington - fix thumbnails for files with future timestamp, #56862 * Mon Mar 11 2002 Havoc Pennington - buildrequires intltool #60633 - apply Alex's pixbuf cache patch to save a few megs #60581 * Wed Feb 27 2002 Havoc Pennington - drop Milan-specific features, including png10 and ac25 patches - copy in 1.0.5 help component to avoid large risky patch - remove .la files - drop mozilla from ia64 again - remove oaf file from nautilus-mozilla that was also in the base package * Mon Jan 28 2002 Bill Nottingham - enable mozilla support on ia64 * Fri Dec 28 2001 Christopher Blizzard - require Mozilla 0.9.7 - Add patch that puts mozilla profile startup before embedding is initialized * Tue Nov 20 2001 Havoc Pennington - 1.0.6, require Mozilla 0.9.6 * Tue Oct 23 2001 Alex Larsson - Update to 1.0.5 * Thu Sep 6 2001 Owen Taylor - Fix handling of GnomeVFSFileInfo structure (#53315) * Wed Sep 5 2001 Owen Taylor - Change handling of names on unmount to fix #52325 * Tue Sep 4 2001 Havoc Pennington - put nautilus-help.desktop in file list; #53109 * Fri Aug 31 2001 Havoc Pennington - Add po files from sources.redhat.com * Mon Aug 27 2001 Havoc Pennington - Add po files from sources.redhat.com * Thu Aug 23 2001 Alex Larsson 1.0.4-38 - Added patch to fix the .directory issuer * Thu Aug 23 2001 Havoc Pennington - I screwed up the build yesterday, so it didn't actually contain the fixes mentioned. This build should contain them. * Wed Aug 22 2001 Havoc Pennington - fix bug causing 32000 stats or so in large directories, should speed things up somewhat - fix #52104 via gruesome kdesktop-detection hack and setting window type hint on our desktop window - fix so Start Here icon displays in sidebar - don't load non-local .desktop files * Mon Aug 20 2001 Havoc Pennington - make Programs icon into a link, to match the other .desktop files - own various directories #51164 - web page titles in Japanese, #51709 - tree defaults to only directories #51850 * Wed Aug 15 2001 Havoc Pennington - make start here icon work again - kill some warning spew, #51661 - cache getpwnam() results to speed things up a bit * Tue Aug 14 2001 Owen Taylor - Fix problem with missing desktop starthere.desktop file - New snapshot from our branch, fixes: - On upgrade, icons migrated from GNOME desktop are not properly lined up (#51436) - icons dropped on the desktop don't end up where dropped. (#51441) - Nautilus shouldn't have fam monitor read-only windows. This keeps CDROMS from being unmounted until you close all nautilus windows pointing to them. (#51442) - Warnings about 'cannot statfs...' when moving items to trash. - Use separate start-here.desktop for panel, since the one used for the root window only works from Nautilus. * Fri Aug 10 2001 Alexander Larsson - Changed starthere .desktop files to be links instead - of spawning a new nautilus. This makes start-here: - much faster. * Thu Aug 9 2001 Alexander Larsson - Added hwbrowser dependency - New snapshot, fixes the mozilla-view submit form problem * Wed Aug 8 2001 Jonathan Blandford - Rebuild with new xml-i18n-tools - fix crash in creating new desktop files * Tue Aug 7 2001 Jonathan Blandford - Fix up DnD code some more * Thu Aug 02 2001 Havoc Pennington - Sync our CVS version; fixes some MUSTFIX (the one about drawing background on startup, properly translate desktop files, etc.) * Wed Aug 1 2001 Alexander Larsson 1.0.4-24 - Fix 64bit cleanness issue - Fix NULL mimetype crash - Disable additional_text for .desktop files * Tue Jul 31 2001 Alexander Larsson 1.0.4-23 - Fix unmounting devices. * Tue Jul 31 2001 Alexander Larsson 1.0.4-22 - Make it depend on gnome-vfs-1.0.1-13. Needed for .desktop - mimetype sniffing. * Mon Jul 30 2001 Alexander Larsson 1.0.4-21 - Remove the "don't run as root" warning. - Remove eazel from bookmarks - langified (again? did someone change it?) * Fri Jul 27 2001 Alexander Larsson - Apply a patch that makes nautilus dnd reset work with the latest - eel release. * Thu Jul 26 2001 Alexander Larsson - Build on ia64 without the mozilla component. * Wed Jul 25 2001 Havoc Pennington - Fix crash-on-startup showstopper - Fix can't-find-images bug (this one was only showing up when built with debug symbols, since it was an uninitialized memory read) * Tue Jul 24 2001 Havoc Pennington - sync new tarball from our CVS branch, fixes some drag-and-drop, changes URI scheme names, etc. * Tue Jul 24 2001 Owen Taylor - Add BuildRequires (#49539, 49537) - Fix %%post, %%postun (#49720) - Background efficiency improvements and hacks * Fri Jul 13 2001 Alexander Larsson - Don't launch esd on each mouseover. * Wed Jul 11 2001 Havoc Pennington - move first time druid patch into my "CVS outstanding" patch - try to really remove Help/Feedback - try to really fix Help/Community Support - try again to get Start Here in the Go menu - try again to get Start Here on the desktop - don't show file sizes for .desktop files * Tue Jul 10 2001 Havoc Pennington - add newline to ends of .desktop files that were missing them * Tue Jul 10 2001 Havoc Pennington - update to my latest 'cvs diff -u' (adds default Start Here link, displays .directory name in sidebar) - include /etc/X11/* links (starthere, sysconfig, serverconfig) * Tue Jul 10 2001 Jonathan Blandford - Patch to remove firsttime druid and flash * Mon Jul 09 2001 Havoc Pennington - add hacks for displaying desktop files - add hack to turn off the "unwriteable" emblem * Sun Jul 8 2001 Tim Powers - added defattr to the files lists to be (-,root,root) - languified * Sat Jul 7 2001 Alexander Larsson - Need to run autoheader too. * Fri Jul 6 2001 Alexander Larsson - Make the fam dependency a real runtime dependency - by linking to libfam (nautilus-1.0.4-fam-lib.patch) - Cleaned up specfile. * Fri Jul 6 2001 Alexander Larsson - Change default background and rubberband color. - Use the sidebar tabs from the default theme - BuildDepend on fam-devel, depend on fam - Disable the eazel update pages in the first-time druid. - Remove the eazel logo from the first-time druid * Thu Jul 05 2001 Havoc Pennington - 1.0.4, removes eazel services icon and wizard page - Eazel logo is still in startup wizard for now, needs fixing * Tue Jul 03 2001 Havoc Pennington - fix group (s/Desktop/Desktops/) #47134 - remove ammonite dependency * Wed Jun 27 2001 Havoc Pennington - add a different default theme - clean up file list overspecificity a bit * Tue Jun 26 2001 Havoc Pennington - move to a CVS snapshot of nautilus for now (Darin is my hero for having distcheck work out of CVS) * Thu May 10 2001 Jonathan Blandford - clean up defaults a bit * Wed May 9 2001 Jonathan Blandford - New version * Tue Apr 17 2001 Gregory Leblanc - Added BuildRequires lines - Changed Source to point to ftp.gnome.org instead of just the tarball name - Moved %description sections closer to their %package sections - Moved %changelog to the end, where so that it's not in the way - Changed configure and make install options to allow moving of libraries, includes, binaries more easily - Removed hard-coded paths (don't define %prefix or %docdir) - replace %{prefix}/bin with %{_bindir} - replace %{prefix}/share with %{_datadir} - replace %{prefix}/lib with %{_libdir} - replace %{prefix}/include with %{_includedir} * Tue Oct 10 2000 Robin Slomkowski - removed obsoletes from sub packages and added mozilla and trilobite subpackages * Wed Apr 26 2000 Ramiro Estrugo - created this thing