cvsdist 67ff8db
%define glib2_version 2.0.3
cvsdist 67ff8db
%define pango_version 1.0.99
cvsdist 67ff8db
%define gtk2_version 2.0.5
cvsdist 67ff8db
%define libgnomeui_version 2.0.0
cvsdist 67ff8db
%define eel2_version 2.0.4
cvsdist d5c394c
%define libxml2_version 2.4.20
cvsdist 67ff8db
%define eog_version 1.0.0
cvsdist 67ff8db
%define gail_version 0.17-2
cvsdist 67ff8db
%define desktop_backgrounds_version 2.0-4
cvsdist 67ff8db
%define desktop_file_utils_version 0.2.90
cvsdist 67ff8db
%define gnome_desktop_version 2.0.5
cvsdist 67ff8db
%define redhat_menus_version 0.16
cvsdist 67ff8db
%define redhat_artwork_version 0.29
cvsdist d5c394c
cvsdist c6fc396
Name:		nautilus
cvsdist d5c394c
Summary:        Nautilus is a file manager for GNOME
cvsdist 11e4caa
Version: 	2.0.5
cvsdist 2c2de71
Release:        4
cvsdist 39fb0ae
Copyright: 	GPL
cvsdist d5c394c
Group:          User Interface/Desktops
cvsdist d5c394c
Source: 	ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/%{name}-%{version}.tar.bz2
cvsdist d5c394c
cvsdist 04bb6dc
## this is used to mangle the upstream tarball.
cvsdist 04bb6dc
Source2:        nautilus-remove-music-view.sh
cvsdist 04bb6dc
cvsdist d5c394c
URL: 		http://www.gnome.org
cvsdist c6fc396
BuildRoot:	/var/tmp/%{name}-%{version}-root
cvsdist d5c394c
cvsdist c6fc396
Requires:	fam
cvsdist c6fc396
Requires:       filesystem >= 2.1.1-1
cvsdist d5c394c
Requires:       eog >= %{eog_version}
cvsdist 39fb0ae
PreReq:         scrollkeeper >= 0.1.4
cvsdist 67ff8db
Requires:       desktop-backgrounds-basic >= %{desktop_backgrounds_version}
cvsdist 67ff8db
Requires:       redhat-menus >= %{redhat_menus_version}
cvsdist 67ff8db
Requires:       redhat-artwork >= %{redhat_artwork_version}
cvsdist 39fb0ae
cvsdist d5c394c
BuildRequires:	glib2-devel >= %{glib2_version}
cvsdist 67ff8db
BuildRequires:	pango-devel >= %{pango_version}
cvsdist d5c394c
BuildRequires:	gtk2-devel >= %{gtk2_version}
cvsdist d5c394c
BuildRequires:	libgnomeui-devel >= %{libgnomeui_version}
cvsdist d5c394c
BuildRequires:	libxml2-devel >= %{libxml2_version}
cvsdist d5c394c
BuildRequires:  eel2-devel >= %{eel2_version}
cvsdist d5c394c
BuildRequires:  gail-devel >= %{gail_version}
cvsdist 67ff8db
BuildRequires:  gnome-desktop-devel >= %{gnome_desktop_version}
cvsdist c6fc396
BuildRequires:	fam-devel
cvsdist d5c394c
BuildRequires:  librsvg2
cvsdist 10427ee
BuildRequires:  intltool
cvsdist 67ff8db
BuildRequires:  Xft
cvsdist 67ff8db
BuildRequires:  fontconfig
cvsdist 67ff8db
BuildRequires:  desktop-file-utils >= %{desktop_file_utils_version}
cvsdist 67ff8db
BuildRequires:  libtool >= 1.4.2-10
cvsdist 10427ee
cvsdist d5c394c
Obsoletes:      nautilus-extras
cvsdist d5c394c
Obsoletes:      nautilus-suggested
cvsdist d5c394c
Obsoletes:      nautilus-devel
cvsdist d5c394c
Provides:       nautilus-devel
cvsdist 67ff8db
Obsoletes:      nautilus-mozilla < 2.0
cvsdist 39fb0ae
cvsdist 67ff8db
Patch1:         nautilus-2.0.3-rhconfig.patch
cvsdist c29b2df
## http://bugzilla.gnome.org/show_bug.cgi?id=90882
cvsdist c29b2df
Patch3:         nautilus-2.0.4-fix-key-name.patch
cvsdist c240780
## http://bugzilla.gnome.org/show_bug.cgi?id=91543
cvsdist c240780
Patch4:         nautilus-2.0.5-session-pref.patch
cvsdist c240780
## http://bugzilla.gnome.org/show_bug.cgi?id=91547
cvsdist c240780
Patch5:         nautilus-2.0.5-left-margin.patch
cvsdist 2c2de71
Patch6:         nautilus-volume-handling.patch
cvsdist 67ff8db
cvsdist 67ff8db
# this patch is because libc had something wrong with it in 
cvsdist 67ff8db
# an early beta; safe to remove later.
cvsdist 67ff8db
Patch31:        nautilus-1.1.19-starthere-hang-hackaround.patch
cvsdist 39fb0ae
cvsdist 39fb0ae
%description
cvsdist c6fc396
Nautilus integrates access to files, applications, media,
cvsdist c6fc396
Internet-based resources and the Web. Nautilus delivers a dynamic and
cvsdist c6fc396
rich user experience. Nautilus is an free software project developed
cvsdist c6fc396
under the GNU General Public License and is a core component of the
cvsdist c6fc396
GNOME desktop project.
cvsdist 39fb0ae
cvsdist 39fb0ae
%prep
cvsdist a71ace0
%setup -q -n %{name}-%{version}
cvsdist c6fc396
cvsdist 67ff8db
%patch1 -p1 -b .rhconfig
cvsdist c29b2df
%patch3 -p1 -b .fix-key-name
cvsdist c240780
%patch4 -p1 -b .session-pref
cvsdist c240780
%patch5 -p1 -b .left-margin
cvsdist 2c2de71
%patch6 -p0 -b .volume-handling
cvsdist 67ff8db
%patch31 -p1 -b .starthere-hang-hackaround
cvsdist 10427ee
cvsdist 04bb6dc
if test -f components/music/mpg123.c ; then
cvsdist 04bb6dc
        echo "Must run %{SOURCE2} on upstream tarball prior to creating the SRPM"
cvsdist 04bb6dc
        exit 1
cvsdist 04bb6dc
fi
cvsdist 04bb6dc
cvsdist d5c394c
%build
cvsdist 10427ee
cvsdist 67ff8db
libtoolize --force --copy
cvsdist c6fc396
CFLAGS="$RPM_OPT_FLAGS -g" %configure --disable-more-warnings
cvsdist 3a86943
cvsdist 67ff8db
LANG=en_US make
cvsdist 39fb0ae
cvsdist 39fb0ae
%install
cvsdist d5c394c
rm -rf $RPM_BUILD_ROOT
cvsdist 39fb0ae
cvsdist d5c394c
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
cvsdist 67ff8db
LANG=en_US %makeinstall
cvsdist d5c394c
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
cvsdist c6fc396
cvsdist 67ff8db
## these are in desktop-backgrounds-basic
cvsdist 67ff8db
## (uncomment when we patch the source to look in the right place)
cvsdist 67ff8db
## /bin/rm -rf $RPM_BUILD_ROOT%{_datadir}/nautilus/patterns
cvsdist 67ff8db
cvsdist 67ff8db
desktop-file-install --vendor gnome --delete-original       \
cvsdist 67ff8db
  --dir $RPM_BUILD_ROOT%{_datadir}/applications             \
cvsdist 67ff8db
  --add-only-show-in GNOME                                  \
cvsdist 67ff8db
  --add-category X-Red-Hat-Base                             \
cvsdist 67ff8db
  $RPM_BUILD_ROOT%{_datadir}/applications/*
cvsdist 67ff8db
cvsdist 67ff8db
rm -f $RPM_BUILD_ROOT%{_libdir}/bonobo/*.la
cvsdist 67ff8db
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
cvsdist 67ff8db
cvsdist 67ff8db
rm -r $RPM_BUILD_ROOT%{_sysconfdir}/X11/starthere
cvsdist 67ff8db
rm -r $RPM_BUILD_ROOT%{_sysconfdir}/X11/serverconfig
cvsdist 67ff8db
rm -r $RPM_BUILD_ROOT%{_sysconfdir}/X11/sysconfig
cvsdist 67ff8db
cvsdist c6fc396
%find_lang %name
cvsdist c6fc396
cvsdist 39fb0ae
%clean
cvsdist d5c394c
rm -rf $RPM_BUILD_ROOT
cvsdist 39fb0ae
cvsdist 39fb0ae
%post
cvsdist 39fb0ae
/sbin/ldconfig
cvsdist 39fb0ae
scrollkeeper-update
cvsdist 39fb0ae
cvsdist d5c394c
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
cvsdist d5c394c
SCHEMAS="apps_nautilus_preferences.schemas"
cvsdist d5c394c
for S in $SCHEMAS; do
cvsdist d5c394c
  gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S > /dev/null
cvsdist d5c394c
done
cvsdist d5c394c
cvsdist c6fc396
%postun
cvsdist c6fc396
/sbin/ldconfig
cvsdist 39fb0ae
scrollkeeper-update
cvsdist 39fb0ae
cvsdist c6fc396
%files  -f %{name}.lang
cvsdist c6fc396
%defattr(-,root,root)
cvsdist 67ff8db
%doc AUTHORS COPYING COPYING-DOCS COPYING.LIB ChangeLog NEWS README
cvsdist 39fb0ae
cvsdist 67ff8db
%{_libexecdir}/*
cvsdist d5c394c
%{_libdir}/*.so.*
cvsdist d5c394c
%{_libdir}/*.so
cvsdist 67ff8db
%{_libdir}/bonobo/*.so
cvsdist d5c394c
%{_libdir}/bonobo/servers
cvsdist d5c394c
%{_datadir}/gnome-2.0
cvsdist d5c394c
%{_datadir}/nautilus
cvsdist 67ff8db
%{_datadir}/idl
cvsdist d5c394c
%{_datadir}/pixmaps
cvsdist 67ff8db
%{_datadir}/applications
cvsdist d5c394c
#%{_datadir}/gnome
cvsdist d5c394c
#%{_datadir}/omf
cvsdist d5c394c
%{_bindir}/*
cvsdist d5c394c
%{_sysconfdir}/gconf/schemas/*
cvsdist 67ff8db
%{_libdir}/pkgconfig/*
cvsdist c6fc396
%{_includedir}/libnautilus
cvsdist 39fb0ae
cvsdist 39fb0ae
%changelog
cvsdist 2c2de71
* Wed Aug 28 2002 Alexander Larsson <alexl@redhat.com> 2.0.5-4
cvsdist 2c2de71
- Add patch to fix bug #70667
cvsdist 2c2de71
cvsdist 04bb6dc
* Sun Aug 25 2002 Havoc Pennington <hp@redhat.com>
cvsdist 04bb6dc
- remove mp3
cvsdist 04bb6dc
cvsdist c240780
* Fri Aug 23 2002 Havoc Pennington <hp@redhat.com>
cvsdist c240780
- ignore the "add_to_session" preference as it only broke stuff
cvsdist c240780
- pad the left margin a bit to cope with poor word wrapping
cvsdist c240780
cvsdist 11e4caa
* Fri Aug 23 2002 Alexander Larsson <alexl@redhat.com> 2.0.5-1
cvsdist 11e4caa
- Update to 2.0.5, remove topleft icon patch
cvsdist 11e4caa
cvsdist 67ff8db
* Thu Aug 15 2002 Alexander Larsson <alexl@redhat.com> 2.0.4-2
cvsdist 67ff8db
- Add patch to fix the bug where desktop icons get
cvsdist 67ff8db
  stuck in the top left corner on startup
cvsdist 67ff8db
cvsdist 67ff8db
* Wed Aug 14 2002 Alexander Larsson <alexl@redhat.com> 2.0.4-1
cvsdist 67ff8db
- 2.0.4
cvsdist 67ff8db
cvsdist 67ff8db
* Tue Aug 13 2002 Havoc Pennington <hp@redhat.com>
cvsdist 67ff8db
- obsolete nautilus-mozilla < 2.0 #69839
cvsdist 67ff8db
cvsdist 67ff8db
* Mon Aug 12 2002 Havoc Pennington <hp@redhat.com>
cvsdist 67ff8db
- add rhconfig patch to Bluecurve theme and disable sidebar by default
cvsdist 67ff8db
cvsdist 67ff8db
* Wed Aug  7 2002 Havoc Pennington <hp@redhat.com>
cvsdist 67ff8db
- drop start here files, require redhat-menus that has them
cvsdist 67ff8db
cvsdist 67ff8db
* Tue Aug  6 2002 Havoc Pennington <hp@redhat.com>
cvsdist 67ff8db
- 2.0.3
cvsdist 67ff8db
cvsdist 67ff8db
* Sat Jul 27 2002 Havoc Pennington <hp@redhat.com>
cvsdist 67ff8db
- build for new eel2, gail
cvsdist 67ff8db
cvsdist 67ff8db
* Wed Jul 24 2002 Havoc Pennington <hp@redhat.com>
cvsdist 67ff8db
- and add the libexec components, mumble
cvsdist 67ff8db
cvsdist 67ff8db
* Wed Jul 24 2002 Havoc Pennington <hp@redhat.com>
cvsdist 67ff8db
- put the components in the file list, were moved upstream
cvsdist 67ff8db
cvsdist 67ff8db
* Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
cvsdist 67ff8db
- 2.0.1
cvsdist 67ff8db
cvsdist 67ff8db
* Thu Jun 27 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 67ff8db
- Relibtoolize to fix relink problems for solib components
cvsdist 67ff8db
- Add LANG=en_US to %makeinstall as well
cvsdist 67ff8db
- Back out previous change, force locale to en_US to prevent UTF-8 problems
cvsdist 67ff8db
- Add workaround for intltool-merge bug on ia64
cvsdist 67ff8db
cvsdist 67ff8db
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 67ff8db
- automated rebuild
cvsdist 67ff8db
cvsdist 67ff8db
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
cvsdist 67ff8db
- 2.0.0
cvsdist 67ff8db
- use desktop-file-install
cvsdist 67ff8db
- require desktop-backgrounds-basic
cvsdist 67ff8db
cvsdist 67ff8db
* Wed Jun 12 2002 Havoc Pennington <hp@redhat.com>
cvsdist 67ff8db
- add wacky hack in hopes of fixing the hang-on-login thing
cvsdist 67ff8db
cvsdist d5c394c
* Sat Jun  8 2002 Havoc Pennington <hp@redhat.com>
cvsdist d5c394c
- add build requires on new gail
cvsdist d5c394c
- rebuild to try to lose broken libgailutil.so.13 dependency
cvsdist d5c394c
cvsdist d5c394c
* Sat Jun 08 2002 Havoc Pennington <hp@redhat.com>
cvsdist d5c394c
- rebuild in different environment
cvsdist d5c394c
cvsdist d5c394c
* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
cvsdist d5c394c
- 1.1.19
cvsdist d5c394c
cvsdist d5c394c
* Fri May 31 2002 Havoc Pennington <hp@redhat.com>
cvsdist d5c394c
- rebuild in different environment
cvsdist d5c394c
cvsdist d5c394c
* Thu May 30 2002 Havoc Pennington <hp@redhat.com>
cvsdist d5c394c
- really remove nautilus-devel if we are going to obsolete it
cvsdist d5c394c
- don't require hwbrowser
cvsdist d5c394c
cvsdist d5c394c
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist d5c394c
- automated rebuild
cvsdist d5c394c
cvsdist d5c394c
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
cvsdist d5c394c
- rebuild in different environment
cvsdist d5c394c
cvsdist d5c394c
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
cvsdist d5c394c
- 1.1.17
cvsdist d5c394c
cvsdist d5c394c
* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
cvsdist d5c394c
- 1.1.14
cvsdist d5c394c
cvsdist d5c394c
* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
cvsdist d5c394c
- require eog
cvsdist d5c394c
- obsolete nautilus-devel
cvsdist d5c394c
- fix name of schemas file in post
cvsdist d5c394c
cvsdist d5c394c
* Mon Apr 22 2002 Alex Larsson <alexl@redhat.com>
cvsdist d5c394c
- Update to 1.1.13
cvsdist d5c394c
cvsdist d5c394c
* Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
cvsdist d5c394c
- put tree view in file list
cvsdist cf58d7d
cvsdist d5c394c
* Thu Apr 18 2002 Havoc Pennington <hp@redhat.com>
cvsdist d5c394c
- nautilus for gnome 2
cvsdist d5c394c
- clean up the spec file and file list a bit
cvsdist 886c29f
cvsdist 10427ee
* Mon Apr 15 2002 Havoc Pennington <hp@redhat.com>
cvsdist 10427ee
- merge translations
cvsdist 10427ee
cvsdist 10427ee
* Thu Apr  4 2002 Alex Larsson <alexl@redhat.com>
cvsdist 10427ee
- Add patch to fix trash crash
cvsdist 10427ee
cvsdist 10427ee
* Mon Apr  1 2002 Havoc Pennington <hp@redhat.com>
cvsdist 10427ee
- fix for metadata tmp race
cvsdist 10427ee
- backport thumbnail speed fix and thumbnail inf. loop fix
cvsdist 10427ee
cvsdist 10427ee
* Mon Mar 25 2002 Havoc Pennington <hp@redhat.com>
cvsdist 10427ee
- add some fixes from CVS version, including one for #61819 and a couple segfaults
cvsdist 10427ee
cvsdist 10427ee
* Wed Mar 20 2002 Havoc Pennington <hp@redhat.com>
cvsdist 10427ee
- fix thumbnails for files with future timestamp, #56862
cvsdist 10427ee
cvsdist 10427ee
* Mon Mar 11 2002 Havoc Pennington <hp@redhat.com>
cvsdist 10427ee
- buildrequires intltool #60633
cvsdist 10427ee
- apply Alex's pixbuf cache patch to save a few megs #60581
cvsdist 10427ee
cvsdist 10427ee
* Wed Feb 27 2002 Havoc Pennington <hp@redhat.com>
cvsdist 10427ee
- drop Milan-specific features, including png10 and ac25 patches
cvsdist 10427ee
- copy in 1.0.5 help component to avoid large risky patch
cvsdist 10427ee
- remove .la files
cvsdist 10427ee
- drop mozilla from ia64 again
cvsdist 10427ee
- remove oaf file from nautilus-mozilla that was also in the base 
cvsdist 10427ee
  package
cvsdist 10427ee
cvsdist a71ace0
* Mon Jan 28 2002 Bill Nottingham <notting@redhat.com>
cvsdist a71ace0
- enable mozilla support on ia64
cvsdist 1654c83
cvsdist a71ace0
* Fri Dec 28 2001 Christopher Blizzard <blizzard@redhat.com>
cvsdist a71ace0
- require Mozilla 0.9.7
cvsdist a71ace0
- Add patch that puts mozilla profile startup before embedding is initialized
cvsdist 3a86943
cvsdist a71ace0
* Tue Nov 20 2001 Havoc Pennington <hp@redhat.com>
cvsdist a71ace0
- 1.0.6, require Mozilla 0.9.6
cvsdist 3a86943
cvsdist a71ace0
* Tue Oct 23 2001 Alex Larsson <alexl@redhat.com>
cvsdist a71ace0
- Update to 1.0.5
cvsdist 3a86943
cvsdist 8adc338
* Thu Sep  6 2001 Owen Taylor <otaylor@redhat.com>
cvsdist 8adc338
- Fix handling of GnomeVFSFileInfo structure (#53315)
cvsdist 8adc338
cvsdist a5b2714
* Wed Sep  5 2001 Owen Taylor <otaylor@redhat.com>
cvsdist a5b2714
- Change handling of names on unmount to fix #52325
cvsdist a5b2714
cvsdist 370ba85
* Tue Sep  4 2001 Havoc Pennington <hp@redhat.com>
cvsdist 370ba85
- put nautilus-help.desktop in file list; #53109
cvsdist 370ba85
cvsdist aa45755
* Fri Aug 31 2001 Havoc Pennington <hp@redhat.com>
cvsdist aa45755
- Add po files from sources.redhat.com
cvsdist aa45755
cvsdist aa45755
* Mon Aug 27 2001 Havoc Pennington <hp@redhat.com>
cvsdist aa45755
- Add po files from sources.redhat.com
cvsdist aa45755
cvsdist 3ec7147
* Thu Aug 23 2001 Alex Larsson <alexl@redhat.com> 1.0.4-38
cvsdist 3ec7147
- Added patch to fix the .directory issuer
cvsdist 3ec7147
cvsdist 3ec7147
* Thu Aug 23 2001 Havoc Pennington <hp@redhat.com>
cvsdist 3ec7147
- I screwed up the build yesterday, so it didn't actually contain the
cvsdist 3ec7147
  fixes mentioned. This build should contain them.
cvsdist 3ec7147
cvsdist 3ec7147
* Wed Aug 22 2001 Havoc Pennington <hp@redhat.com>
cvsdist 3ec7147
- fix bug causing 32000 stats or so in large directories, 
cvsdist 3ec7147
  should speed things up somewhat
cvsdist 3ec7147
- fix #52104 via gruesome kdesktop-detection hack and setting
cvsdist 3ec7147
  window type hint on our desktop window
cvsdist 3ec7147
- fix so Start Here icon displays in sidebar
cvsdist 3ec7147
- don't load non-local .desktop files
cvsdist 3ec7147
cvsdist 3ec7147
* Mon Aug 20 2001 Havoc Pennington <hp@redhat.com>
cvsdist 3ec7147
- make Programs icon into a link, to match the other .desktop files
cvsdist 3ec7147
- own various directories #51164
cvsdist 3ec7147
- web page titles in Japanese, #51709
cvsdist 3ec7147
- tree defaults to only directories #51850
cvsdist 3ec7147
cvsdist dd07ade
* Wed Aug 15 2001 Havoc Pennington <hp@redhat.com>
cvsdist dd07ade
- make start here icon work again
cvsdist dd07ade
- kill some warning spew, #51661
cvsdist dd07ade
- cache getpwnam() results to speed things up a bit
cvsdist dd07ade
cvsdist c6fc396
* Tue Aug 14 2001 Owen Taylor <otaylor@redhat.com>
cvsdist c6fc396
- Fix problem with missing desktop starthere.desktop file
cvsdist c6fc396
- New snapshot from our branch, fixes:
cvsdist c6fc396
  - On upgrade, icons migrated from GNOME desktop are not properly lined up
cvsdist c6fc396
    (#51436)
cvsdist c6fc396
  - icons dropped on the desktop don't end up where dropped. (#51441)
cvsdist c6fc396
  - Nautilus shouldn't have fam monitor read-only windows. This
cvsdist c6fc396
    keeps CDROMS from being unmounted until you close all
cvsdist c6fc396
cvsdist c6fc396
    nautilus windows pointing to them. (#51442)
cvsdist c6fc396
  - Warnings about 'cannot statfs...' when moving items to trash.
cvsdist c6fc396
- Use separate start-here.desktop for panel, since the one used
cvsdist c6fc396
  for the root window only works from Nautilus.
cvsdist c6fc396
cvsdist c6fc396
* Fri Aug 10 2001 Alexander Larsson <alexl@redhat.com>
cvsdist c6fc396
- Changed starthere .desktop files to be links instead
cvsdist c6fc396
- of spawning a new nautilus. This makes start-here:
cvsdist c6fc396
- much faster.
cvsdist c6fc396
cvsdist c6fc396
* Thu Aug  9 2001 Alexander Larsson <alexl@redhat.com>
cvsdist c6fc396
- Added hwbrowser dependency
cvsdist c6fc396
- New snapshot, fixes the mozilla-view submit form problem
cvsdist c6fc396
cvsdist c6fc396
* Wed Aug  8 2001 Jonathan Blandford <jrb@redhat.com>
cvsdist c6fc396
- Rebuild with new xml-i18n-tools
cvsdist c6fc396
- fix crash in creating new desktop files
cvsdist c6fc396
cvsdist c6fc396
* Tue Aug  7 2001 Jonathan Blandford <jrb@redhat.com>
cvsdist c6fc396
- Fix up DnD code some more
cvsdist c6fc396
cvsdist c6fc396
* Thu Aug 02 2001 Havoc Pennington <hp@redhat.com>
cvsdist c6fc396
- Sync our CVS version; fixes some MUSTFIX
cvsdist c6fc396
  (the one about drawing background on startup, 
cvsdist c6fc396
   properly translate desktop files, etc.)
cvsdist c6fc396
cvsdist c6fc396
* Wed Aug  1 2001 Alexander Larsson <alexl@redhat.com> 1.0.4-24
cvsdist c6fc396
- Fix 64bit cleanness issue
cvsdist c6fc396
- Fix NULL mimetype crash
cvsdist c6fc396
- Disable additional_text for .desktop files
cvsdist c6fc396
cvsdist c6fc396
* Tue Jul 31 2001 Alexander Larsson <alexl@redhat.com> 1.0.4-23
cvsdist c6fc396
- Fix unmounting devices.
cvsdist c6fc396
cvsdist c6fc396
* Tue Jul 31 2001 Alexander Larsson <alexl@redhat.com> 1.0.4-22
cvsdist c6fc396
- Make it depend on gnome-vfs-1.0.1-13. Needed for .desktop
cvsdist c6fc396
- mimetype sniffing.
cvsdist c6fc396
cvsdist c6fc396
* Mon Jul 30 2001 Alexander Larsson <alexl@redhat.com> 1.0.4-21
cvsdist c6fc396
- Remove the "don't run as root" warning.
cvsdist c6fc396
- Remove eazel from bookmarks
cvsdist c6fc396
- langified (again? did someone change it?)
cvsdist c6fc396
cvsdist c6fc396
* Fri Jul 27 2001 Alexander Larsson <alexl@redhat.com>
cvsdist c6fc396
- Apply a patch that makes nautilus dnd reset work with the latest
cvsdist c6fc396
- eel release.
cvsdist c6fc396
cvsdist c6fc396
* Thu Jul 26 2001 Alexander Larsson <alexl@redhat.com>
cvsdist c6fc396
- Build on ia64 without the mozilla component.
cvsdist c6fc396
cvsdist c6fc396
* Wed Jul 25 2001 Havoc Pennington <hp@redhat.com>
cvsdist c6fc396
- Fix crash-on-startup showstopper
cvsdist c6fc396
- Fix can't-find-images bug (this one was only showing up
cvsdist c6fc396
  when built with debug symbols, since it was an uninitialized memory
cvsdist c6fc396
  read)
cvsdist c6fc396
cvsdist c6fc396
* Tue Jul 24 2001 Havoc Pennington <hp@redhat.com>
cvsdist c6fc396
- sync new tarball from our CVS branch, 
cvsdist c6fc396
  fixes some drag-and-drop, changes URI scheme names,
cvsdist c6fc396
  etc.
cvsdist c6fc396
cvsdist c6fc396
* Tue Jul 24 2001 Owen Taylor <otaylor@redhat.com>
cvsdist c6fc396
- Add BuildRequires (#49539, 49537)
cvsdist c6fc396
- Fix %%post, %%postun (#49720)
cvsdist c6fc396
- Background efficiency improvements and hacks
cvsdist c6fc396
cvsdist c6fc396
* Fri Jul 13 2001 Alexander Larsson <alexl@redhat.com>
cvsdist c6fc396
- Don't launch esd on each mouseover.
cvsdist c6fc396
cvsdist c6fc396
* Wed Jul 11 2001 Havoc Pennington <hp@redhat.com>
cvsdist c6fc396
- move first time druid patch into my "CVS outstanding" patch
cvsdist c6fc396
- try to really remove Help/Feedback
cvsdist c6fc396
- try to really fix Help/Community Support
cvsdist c6fc396
- try again to get Start Here in the Go menu
cvsdist c6fc396
- try again to get Start Here on the desktop
cvsdist c6fc396
- don't show file sizes for .desktop files
cvsdist c6fc396
cvsdist c6fc396
* Tue Jul 10 2001 Havoc Pennington <hp@redhat.com>
cvsdist c6fc396
- add newline to ends of .desktop files that were missing them
cvsdist c6fc396
cvsdist c6fc396
* Tue Jul 10 2001 Havoc Pennington <hp@redhat.com>
cvsdist c6fc396
- update to my latest 'cvs diff -u' (adds default 
cvsdist c6fc396
  Start Here link, displays .directory name in sidebar)
cvsdist c6fc396
- include /etc/X11/* links (starthere, sysconfig, serverconfig)
cvsdist c6fc396
cvsdist c6fc396
* Tue Jul 10 2001 Jonathan Blandford <jrb@redhat.com>
cvsdist c6fc396
- Patch to remove firsttime druid and flash
cvsdist c6fc396
cvsdist c6fc396
* Mon Jul 09 2001 Havoc Pennington <hp@redhat.com>
cvsdist c6fc396
- add hacks for displaying desktop files
cvsdist c6fc396
- add hack to turn off the "unwriteable" emblem
cvsdist c6fc396
cvsdist c6fc396
* Sun Jul  8 2001 Tim Powers <timp@redhat.com>
cvsdist c6fc396
- added defattr to the files lists to be (-,root,root)
cvsdist c6fc396
- languified
cvsdist c6fc396
cvsdist c6fc396
* Sat Jul  7 2001 Alexander Larsson <alexl@redhat.com>
cvsdist c6fc396
- Need to run autoheader too.
cvsdist c6fc396
cvsdist c6fc396
* Fri Jul  6 2001 Alexander Larsson <alexl@redhat.com>
cvsdist c6fc396
- Make the fam dependency a real runtime dependency
cvsdist c6fc396
- by linking to libfam (nautilus-1.0.4-fam-lib.patch)
cvsdist c6fc396
- Cleaned up specfile.
cvsdist c6fc396
cvsdist c6fc396
* Fri Jul  6 2001 Alexander Larsson <alexl@redhat.com>
cvsdist c6fc396
- Change default background and rubberband color.
cvsdist c6fc396
- Use the sidebar tabs from the default theme
cvsdist c6fc396
- BuildDepend on fam-devel, depend on fam
cvsdist c6fc396
- Disable the eazel update pages in the first-time druid.
cvsdist c6fc396
- Remove the eazel logo from the first-time druid
cvsdist c6fc396
cvsdist c6fc396
* Thu Jul 05 2001 Havoc Pennington <hp@redhat.com>
cvsdist c6fc396
- 1.0.4, removes eazel services icon and wizard page
cvsdist c6fc396
- Eazel logo is still in startup wizard for now, needs fixing
cvsdist c6fc396
cvsdist c6fc396
* Tue Jul 03 2001 Havoc Pennington <hp@redhat.com>
cvsdist c6fc396
- fix group (s/Desktop/Desktops/) #47134
cvsdist c6fc396
- remove ammonite dependency
cvsdist c6fc396
cvsdist c6fc396
* Wed Jun 27 2001 Havoc Pennington <hp@redhat.com>
cvsdist c6fc396
- add a different default theme
cvsdist c6fc396
- clean up file list overspecificity a bit
cvsdist c6fc396
cvsdist c6fc396
* Tue Jun 26 2001 Havoc Pennington <hp@redhat.com>
cvsdist c6fc396
- move to a CVS snapshot of nautilus for now
cvsdist c6fc396
  (Darin is my hero for having distcheck work out of CVS)
cvsdist c6fc396
cvsdist 39fb0ae
* Thu May 10 2001 Jonathan Blandford <jrb@redhat.com>
cvsdist 39fb0ae
- clean up defaults a bit
cvsdist 39fb0ae
cvsdist 39fb0ae
* Wed May  9 2001 Jonathan Blandford <jrb@redhat.com>
cvsdist 39fb0ae
- New version
cvsdist 39fb0ae
cvsdist 39fb0ae
* Tue Apr 17 2001 Gregory Leblanc <gleblanc@grego1.cu-portland.edu>
cvsdist 39fb0ae
- Added BuildRequires lines
cvsdist 39fb0ae
- Changed Source to point to ftp.gnome.org instead of just the tarball name
cvsdist 39fb0ae
- Moved %description sections closer to their %package sections
cvsdist 39fb0ae
- Moved %changelog to the end, where so that it's not in the way
cvsdist 39fb0ae
- Changed configure and make install options to allow moving of
cvsdist 39fb0ae
  libraries, includes, binaries more easily
cvsdist 39fb0ae
- Removed hard-coded paths (don't define %prefix or %docdir)
cvsdist 39fb0ae
- replace %{prefix}/bin with %{_bindir}
cvsdist 39fb0ae
- replace %{prefix}/share with %{_datadir}
cvsdist 39fb0ae
- replace %{prefix}/lib with %{_libdir}
cvsdist 39fb0ae
- replace %{prefix}/include with %{_includedir}
cvsdist 39fb0ae
cvsdist 39fb0ae
* Tue Oct 10 2000 Robin Slomkowski <rslomkow@eazel.com>
cvsdist 39fb0ae
- removed obsoletes from sub packages and added mozilla and trilobite
cvsdist 39fb0ae
subpackages
cvsdist 39fb0ae
cvsdist 39fb0ae
* Wed Apr 26 2000 Ramiro Estrugo <ramiro@eazel.com>
cvsdist 39fb0ae
- created this thing