Home | History | Annotate | Download | only in gnome-2-16
      1 #
      2 # spec file for package gnome-vfs
      3 #
      4 # Copyright (c) 2005 Sun Microsystems, Inc.
      5 # This file and all modifications and additions to the pristine
      6 # package are under the same license as the package itself.
      7 #
      8 # Owner: gheet
      9 #
     10 Name:         gnome-vfs
     11 License:      LGPL
     12 Group:        System/Libraries/GNOME
     13 Version:      2.16.2
     14 Release:      4
     15 Distribution: Java Desktop System
     16 Vendor:       Sun Microsystems, Inc.
     17 Summary:      Virtual File System Library for GNOME
     18 Source:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.16/%{name}-%{version}.tar.bz2
     19 Source1:      libgnomevfs-2.3.gz
     20 Source2:      gnomevfs-mkdir.1.gz
     21 Source3:      gnomevfs-cat.1.gz
     22 Source4:      gnomevfs-copy.1.gz
     23 Source5:      gnomevfs-info.1.gz
     24 Source6:      gnomevfs-ls.1.gz
     25 Patch1:       gnome-vfs-01-default-url-handler.diff
     26 Patch2:       gnome-vfs-02-mime-info-file-path.diff
     27 Patch3:       gnome-vfs-03-g11n-i18n-ui.diff
     28 Patch4:       gnome-vfs-04-trash-only-home.diff
     29 Patch5:       gnome-vfs-05-mount-points-fix.diff
     30 Patch6:       gnome-vfs-06-trash-files-from-different-filesystem.diff
     31 Patch7:       gnome-vfs-07-socks-version.diff
     32 Patch8:       gnome-vfs-08-audio-cd-show-icon.diff
     33 Patch9:       gnome-vfs-09-trash-skip-copy.diff
     34 Patch10:      gnome-vfs-10-login_tty.diff
     35 Patch11:      gnome-vfs-11-krb5-config-no-gssapi.diff
     36 Patch12:      gnome-vfs-12-hidden.diff
     37 Patch13:      gnome-vfs-13-acl-permissions.diff
     38 
     39 URL:          http://www.gnome.org/
     40 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
     41 Docdir:	      %{_defaultdocdir}/doc
     42 Autoreqprov:  on
     43 Prereq:       /sbin/ldconfig
     44 Prereq:       GConf
     45 
     46 %define libbonobo_version 2.6.0
     47 %define GConf_version 2.6.1
     48 %define gnome_mime_data_version 2.4.1
     49 %define shared_mime_info_version 0.14
     50 %define cdparanoia_version IIIalpha9.8-543
     51 %define libsmbclient_version 3.0.4-1.22
     52 %define gnome_vfs_extra_version 0.99.10
     53 
     54 Requires:      libbonobo >= %{libbonobo_version}
     55 Requires:      GConf >= %{GConf_version}
     56 Requires:      gnome-mime-data >= %{gnome_mime_data_version}
     57 Requires:      shared-mime-info >= %{shared_mime_info_version}
     58 Requires:      cdparanoia >= %{cdparanoia_version}
     59 Requires:      libsmbclient >= %{libsmbclient_version}
     60 BuildRequires: libbonobo-devel >= %{libbonobo_version}
     61 BuildRequires: GConf-devel >= %{GConf_version}
     62 BuildRequires: gnome-mime-data >= %{gnome_mime_data_version}
     63 BuildRequires: shared-mime-info >= %{shared_mime_info_version}
     64 BuildRequires: libsmbclient-devel >= %{libsmbclient_version}
     65 
     66 Obsoletes:	gnome-vfs-extras <= %{gnome_vfs_extra_version} 
     67 Provides:      gnome-vfs-extras  = %{gnome_vfs_extra_version} 
     68 
     69 %description
     70 GNOME VFS is the GNOME virtual file system. It is the foundation of the
     71 Nautilus file manager. It provides a modular architecture and ships with
     72 several modules that implement support for file systems, http, ftp and others.
     73 It provides a URI-based API, a backend supporting asynchronous file operations,
     74 a MIME type manipulation library and other features.
     75 
     76 %package devel
     77 Summary:      The development package for the GNOME Virtual File System
     78 Group:        Development/Libraries/GNOME
     79 Requires:     %{name} = %{version}
     80 Requires:     GConf-devel >= %{GConf_version}
     81 Requires:     libbonobo-devel >= %{libbonobo_version}
     82 
     83 %description devel
     84 GNOME VFS is the GNOME virtual file system. It is the foundation of the
     85 Nautilus file manager. It provides a modular architecture and ships with
     86 several modules that implement support for file systems, http, ftp and others.
     87 It provides a URI-based API, a backend supporting asynchronous file operations,
     88 a MIME type manipulation library and other features.
     89 
     90 %prep
     91 %setup -q
     92 %patch1 -p1
     93 %patch2 -p1
     94 %patch3 -p1
     95 %patch4 -p1
     96 %patch5 -p1
     97 %patch6 -p1
     98 %patch7 -p1
     99 %patch8 -p1
    100 %patch9 -p1
    101 %patch10 -p1
    102 %patch11 -p1
    103 %patch12 -p1
    104 %patch13 -p1
    105 # Fix for 326431. 
    106 cd po
    107 dos2unix -ascii be.po be.po
    108 cd ..
    109 
    110 %build
    111 %ifos linux
    112 if [ -x /usr/bin/getconf ]; then
    113   CPUS=`getconf _NPROCESSORS_ONLN`
    114 fi
    115 %else
    116   CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
    117 %endif
    118 if test "x$CPUS" = "x" -o $CPUS = 0; then
    119   CPUS=1
    120 fi
    121 libtoolize --force
    122 glib-gettextize --force
    123 intltoolize -c -f --automake
    124 aclocal $ACLOCAL_FLAGS -I .
    125 gtkdocize
    126 autoheader
    127 automake -a -c -f
    128 autoconf
    129 CFLAGS="$RPM_OPT_FLAGS -DDBUS_API_SUBJECT_TO_CHANGE=1"	\
    130 ./configure --prefix=%{_prefix}		\
    131             --sysconfdir=%{_sysconfdir} \
    132             --libexecdir=%{_libexecdir} \
    133             %{gtk_doc_option}
    134 make -j $CPUS
    135 
    136 %install
    137 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
    138 make DESTDIR=$RPM_BUILD_ROOT install
    139 unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
    140 install -d $RPM_BUILD_ROOT%{_mandir}/man1
    141 install -d $RPM_BUILD_ROOT%{_mandir}/man3
    142 install --mode=0644 %SOURCE1 $RPM_BUILD_ROOT%{_mandir}/man3
    143 install --mode=0644 %SOURCE2 $RPM_BUILD_ROOT%{_mandir}/man1
    144 install --mode=0644 %SOURCE3 $RPM_BUILD_ROOT%{_mandir}/man1
    145 install --mode=0644 %SOURCE4 $RPM_BUILD_ROOT%{_mandir}/man1
    146 install --mode=0644 %SOURCE5 $RPM_BUILD_ROOT%{_mandir}/man1
    147 install --mode=0644 %SOURCE6 $RPM_BUILD_ROOT%{_mandir}/man1
    148 rm $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules/*.a
    149 rm $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules/*.la
    150 rm $RPM_BUILD_ROOT%{_libdir}/*.a
    151 rm $RPM_BUILD_ROOT%{_libdir}/*.la
    152 
    153 #Copy zh_HK from zh_TW
    154 #Fixes bug 4930405
    155 install -d $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES
    156 install --mode=0644 $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW/LC_MESSAGES/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES/
    157 
    158 %post
    159 /sbin/ldconfig
    160 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
    161 SCHEMAS="system_http_proxy.schemas desktop_gnome_url_handlers.schemas desktop_default_applications.schemas system_smb.schemas"
    162 for S in $SCHEMAS; do
    163   gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
    164 done
    165 
    166 %postun
    167 /sbin/ldconfig
    168 
    169 %clean 
    170 rm -rf $RPM_BUILD_ROOT
    171 
    172 %files 
    173 %defattr(-, root, root)
    174 %{_bindir}/*
    175 %{_datadir}/locale/*/LC_MESSAGES/gnome-vfs-2.0.mo
    176 %{_libdir}/bonobo/servers/GNOME_VFS_Moniker_std.server
    177 %{_libdir}/bonobo/servers/GNOME_VFS_Daemon.server
    178 %{_sysconfdir}/gconf/schemas/*.schemas
    179 %config %{_sysconfdir}/gnome-vfs-2.0
    180 %{_libdir}/gnome-vfs-2.0/modules/*.so
    181 %{_libexecdir}/*
    182 %{_libdir}/libgnomevfs-2.so.*
    183 
    184 %files devel
    185 %defattr(-, root, root)
    186 %{_libdir}/pkgconfig/gnome-vfs-2.0.pc
    187 %{_libdir}/pkgconfig/gnome-vfs-module-2.0.pc
    188 %{_includedir}/gnome-vfs-2.0
    189 %{_includedir}/gnome-vfs-module-2.0
    190 %{_libdir}/gnome-vfs-2.0/include
    191 %{_libdir}/libgnomevfs-2.so
    192 %{_datadir}/gtk-doc/html/gnome-vfs-2.0
    193 %{_mandir}/man1/*
    194 %{_mandir}/man3/*
    195 
    196 %changelog
    197 * Fri Nov 10 2006 - ghee.teo@sun.com
    198 - removed gnome-vfs-01-uri-canonizing.diff, which is a old patch used of 
    199   vfolder and has consulted laszlo.kovacs.
    200 - removed gnome-vfs-02-gopher-proxy-schema.diff, which is no longer use as 
    201   firefox doesnot make Solaris changes now.
    202 * Wed Nov 08 2006 - damien.carbery@sun.com
    203 - Bump to 2.16.2.
    204 * Tue Nov  7 2006 - ghee.teo@sun.com
    205 - removed gnome-vfs-02-uninstalled-pc.diff (logged as bugzilla 371610)
    206 * Fri Nov  3 2006 - laca@sun.com
    207 - use %gtk_doc_option in configure so that it can be disabled using
    208   --without-gtk-doc
    209 * Mon Oct 23 2006 - takao.fujiwara@sun.com
    210 - Added intlotoolize to build .po files. Fixes 6484798.
    211 * Mon Oct 02 2006 - damien.carbery@sun.com
    212 - Bump to 2.16.1.
    213 * Mon Sep 04 2006 - damien.carbery@sun.com
    214 - Bump to 2.16.0.
    215 * Tue Seo 4 2006 - alvaro.lopez@sun.com
    216 - gnome-vfs-16-acl-permissions: Added new patch. Fixes community
    217   ACL related bug. This patch will be upstream within a few days.
    218 * Tue Aug 29 2006 - jedy.wang@sun.com
    219 - gnome-vfs-12-ftp-show-permissions.diff removed because
    220   the bug it fixed has been fixed in the latest nautilus.
    221 * Tue Aug 08 2006 - damien.carbery@sun.com
    222 - Bump to 2.15.91.
    223 * Thu Jul 27 2006 - damien.carbery@sun.com
    224 - Remove upstream patch, 17-__FUNCTION__.
    225 * Wed Jul 26 2006 - damien.carbery@sun.com
    226 - Bump to 2.15.90.
    227 * Sat Jul 22 2006 - laca@sun.com
    228 - define DBUS_API_SUBJECT_TO_CHANGE
    229 - add patch __FUNCTION__.diff
    230 - delete bonobo monikers stuff from %files and %install
    231 * Fri Jul 21 2006 - damien.carbery@sun.com
    232 - Bump to 2.15.3.
    233 * Fri Jun 23 2006 - brian.cameron@sun.com
    234 - Bump to 2.14.2
    235 * Mon May 29 2006 - damien.carbery@sun.com
    236 - Add patch, 17-hidden, to remove G_GNUC_INTERNAL to build.
    237 * Tue May 23 2006 - laca@sun.com
    238 - remove patch all-linguas.diff, add glib-gettextize instead
    239 * Thu May 11 2006 - alvaro.lopez@sun.com
    240 - Added patch #17: ACL support
    241 * Tue May 02 2006 - damien.carbery@sun.com
    242 - Add patch, 16-krb5-config-no-gssapi, to update call to krb5-config as the
    243   gssapi parameter is obsolete.
    244 * Fri Apr 21 2006 - damien.carbery@sun.com
    245 - Add patch 15-all-linguas to replace @ALL_LINGUAS@ in po/Makefile with the
    246   list of languages. Bugzilla: 339276.
    247 * Thu Apr 20 2006 - damien.carbery@sun.com
    248 - Bump to 2.14.1.
    249 * Thu Apr 13 2006 - dermot.mccluskey@sun.com
    250 - replace sed with dos2unix to work around ^M problem in SVN
    251 * Mon Mar 13 2006 - damien.carbery@sun.com
    252 - Bump to 2.14.0.
    253 * Wed Mar  1 2006 - laca@sun.com
    254 - use sed instead of dos2unix for converting the po files, because dos2unix
    255   corrupts some UTF-8 strings
    256 * Mon Feb 27 2006 - damien.carbery@sun.com
    257 - Bump to 2.13.92.
    258 * Mon Feb 21 2006 - damien.carbery@sun.com
    259 - Add patch, 15-be_po, to workaround #332050.
    260 * Mon Feb 13 2006 - damien.carbery@sun.com
    261 - Bump to 2.13.91.
    262 * Thu Jan 19 2006 - damien.carbery@sun.com
    263 - Remove upstream patch (15-nocopy).
    264 * Tue Jan 17 2006 - damien.carbery@sun.com
    265 - Bump to 2.13.4
    266 * Tue Jan 10 2006 - damien.carbery@sun.com
    267 - dos2unix be.po to fix 326431.
    268 * Tue Dec 21 2005 - damien.carbery@sun.com
    269 - Remove upstream patch, 15-forte-build-fix. Add patch, 15-login_tty to skip
    270   call to a Linux-only function, login_tty.
    271 * Tue Dec 20 2005 - damien.carbery@sun.com
    272 - Bump to 2.13.3.
    273 * Tue Nov 29 2005 - damien.carbery@sun.com
    274 - Bump to 2.12.2.
    275 * Tue Oct 11 2005 - damien.carbery@sun.com
    276 - Bump to 2.12.1.1
    277 * Wed Sep 14 2005 - brian.cameron@sun.com
    278 - Bump to 2.12.0
    279 * Mon Sep 05 2005 - damien.carbery@sun.com
    280 - Bump to 2.11.92.
    281 * Mon Aug 15 2005 - damien.carbery@sun.com
    282 - Bump 2.11.90.
    283 * Sun Aug 07 2005 - glynn.foster@sun.com
    284 - Remove Computer and subfs patches to align better with community code.
    285   Narayana did the work to decide which bits we need to remove.
    286 * Thu Aug 04 2005 - laca@sun.com
    287 - add patch18 (nocopy.diff) for bugzilla bug 311591,
    288   fix by <archana.shah@wipro.com>
    289 * Wed Jul 27 2005 - narayana.pattipati@wipro.com
    290 - Removed patches gnome-vfs-04-nfs-drag-crash.diff (not required as nfs:// 
    291   method is removed) and gnome-vfs-12-correct-screen-for-folder.diff
    292   (upstream, fix present in 2.10). Renamed the other patches accordingly.
    293 * Fri Jun 24 2005 - archana.shah@wipro.com
    294 - Added patch gnome-vfs-19-subfs.diff 
    295 - Removed patch gnome-vfs-X-subfs.diff
    296 * Fri May 13 2005 - dinoop.thomas@wipro.com
    297 - Updated the patch gnome-vfs-42-subfs.diff with fix for bug #6257289,
    298   crashing of nautilus when doing eject from context menu of CD icon.
    299 * Wed May 11 2005 - brian.cameron@sun.com
    300 - Add patch 18 to remove usage of gcc-extension that is not available
    301   in Forte.
    302 * Fri May 06 2005 - narayana.pattipati@wipro.com
    303 - Updated the patch gnome-vfs-45-smb-browse-fixes.diff with fixes for
    304   bug #6259956, permissions not followed in smb:///. The changes were
    305   backported from community CVS HEAD.
    306 * Fri May 06 2005 - glynn.foster@sun.com
    307 - Bump to 2.10.1
    308 * Fri Apr 22 2005 - archana.shah@wipro.com
    309 - Added patch gnome-vfs-53-trash-skip-copy.diff to fix a trash issue.
    310   Fixes bug #6243507
    311 * Thu Apr 08 2005 - narayana.pattipati@wipro.com
    312 - Updated the patch gnome-vfs-45-smb-browse-fixes.diff with fixes for
    313   bugs #6247186 (issue of authentication when username is present in URI)
    314   and #6243484 (server caching issues when authentication details entered
    315   are wrong first time). Patch for 6243484 has been committed to community
    316   CVS HEAD (bugzilla bug#171468). And patch for 6247186 has been submitted
    317   to bugzilla bug#172695.
    318 * Thu Apr 07 2005 - vijaykumar.patwari@wipro.com
    319 - Added gnome-vfs-52-ftp-auth.diff, which introduces the
    320   functionality for one time authentication for the user.
    321 * Wed Apr 06 2005 - balamurali.viswanathan@wipro.com
    322 - Modified patch gnome-vfs-10-this-comp-and-hotplug-names.diff 
    323   Fixes bug #6242108
    324 * Tue Mar 15 2005 - archana.shah@wipro.com
    325 - Added patch gnome-vfs-51-ftp-show-permissions.diff to show the permissions
    326   of file/folders in ftp method.
    327   Fixes bug #6232138
    328 * Fri Mar 11 2005 - archana.shah@wipro.com
    329 - Added patch gnome-vfs-50-audio-cd-show-icon.diff to show the icon for audio
    330   cd as well. Fixes bug #6228176
    331 * Mon Mar 07 2005 - narayana.pattipati@wipro.com
    332 - Updated the patch gnome-vfs-45-smb-browse-fixes.diff with fix for the 
    333   bug#6234261. Fixes the issue of domains not appearing in some networks.
    334   Patch was backported from community CVS HEAD.
    335 * Fri Feb 25 2005 - takao.fujiwara@sun.com
    336 - Updated gnome-vfs-24-g11n-i18n-ui.diff to localize desktop icons.
    337   Fixes #6233183
    338 * Mon Feb 11 2005 - narayana.pattipati@wipro.com
    339 - Updated the patch gnome-vfs-45-smb-browse-fixes.diff with community 
    340   smb method rewrite. Community has re-written smb method authentication
    341   completely. The patch backports all the changes. It fixes bugs like 
    342   4961385, 6203800 in an elegant way.
    343 * Fri Feb 11 2005 - muktha.narayan@wipro.com
    344 - Added gnome-vfs-49-socks-version.diff to add a new gconf key for
    345   SOCKS version. Fixes #4951431.
    346 * Thu Feb 10 2005 - stephen.browne@sun.com
    347 - Added patch gnome-vfs-48-trash-files-from-different-filesystem.diff
    348   to allow moving items to trash for a filesystem other than the one the users
    349   home directory resides on.  Fixes 6200485
    350 * Tue Feb 01 2005 - alvaro.lopez@sun.com
    351 - Obsoletes gnome-vfs-extra.
    352 * Tue Feb 01 2005 - archana.shah@wipro.com
    353 - Added patch gnome-vfs-47-mime-type-case-insensitive.diff to make mime type
    354   detection case insensitive.
    355   Fixes bug #5068327
    356 * Mon Jan 17 2005 - narayana.pattipati@wipro.com
    357 - Added patch gnome-vfs-45-smb-browse-fixes.diff to fix smb:// browsing
    358   issues. Fixes the bugs: 6199915, 6203800 and 6215115.
    359   Part of the patch which is applicable to community smb-method is given
    360   to community as part of bugzilla bug#132933. And community maintainer
    361   committed the the changes to HEAD branch.
    362 * Fri Dec 17 2004 - vinay.mandyakoppal@wipro.com
    363 - Added patch gnome-vfs-44-.Z-association.diff to fix the problem of
    364   .Z file not associated with default application. Fixes #6205707.
    365 * Mon Dec 06 2004 - archana.shah@wipro.com
    366 - Added patch 43 to ignore rootfs file system.
    367   Fixes bug# 6192112
    368 * Mon Nov 29 2004 - alvaro.lopez@sun.com
    369 - Patch #42 applies only in linux. Added ifos.
    370 * Tue Nov 23 2004 - arvind.samptur@wipro.com
    371 - Add the rewrite of gnome-vfs-38-mount-points-fix.diff
    372   Fixes #6190753
    373 * Tue Nov 23 2004 - alvaro.lopez@sun.com
    374 - Added path 42. Fixes #6195964
    375 * Tue Nov 17 2004 - alvaro.lopez@sun.com
    376 - Source entry fixed
    377 * Tue Nov 16 2004 - ciaran.mcdermott@sun.com
    378 - Backing out gnome-vfs-41-potfiles.diff patch
    379 * Tue Nov 16 2004 - ciaran.mcdermott@sun.com
    380 - Added gnome-vfs-41-potfiles.diff to update POTFILES.in 
    381 * Wed Nov 10 2004 - niall.power@sun.com
    382 - Added gnome-vfs-40-fork-off.diff. Fixes bug 6182789. Backport of 
    383   bugzilla #151026. Patch approved by Stephen Browne. Reuses forked
    384   process when get unix devices of volumes instead of seperately
    385   forking for each volume.
    386 * Wed Nov 10 2004 - niall.power@sun.com
    387 - Commenting out Patch 38 (gnome-vfs-38-mount-points-fix.diff) because
    388   it needs to be rewritten to make performance acceptable.
    389 * Wed Nov 10 2004 - narayana.pattipati@wipro.com
    390 - Added patch gnome-vfs-39-correct-screen-for-folder.diff to make sure
    391   that a folder is created on the correct screen. Fixes bug#6176070.
    392   Patch given by vijaykumar.patwari@wipro.com. 
    393 * Tue Nov 09 2004 - vijaykumar.patwari@wipro.com
    394 - Added patch gnome-vfs-38-mount-points-fix.diff 
    395   Fixes bug #6190753.
    396 * Fri Nov 05 2004 - archana.shah@wipro.com
    397 - Added patch gnome-vfs-37-sftp.diff.
    398   Part of the fix goes to libgnomeui.
    399   Fixes bug# 5088520.
    400 * Thu Nov 04 2004 - ciaran.mcdermott@sun.com
    401 - Added gnome-vfs-36-g11n-potfiles.diff to update POTFILES.in
    402 * Fri Oct 29 2004 - narayana.pattipati@wipro.com
    403 - Added patch gnome-vfs-35-trash-only-home.diff to treat only user's home 
    404   directory as trash volume. Don't look at all the mount points in the 
    405   system for trash. Fix bugtraq bugs#5105006 and 5070031
    406 * Thu Oct 28 2004 - matt.keenan@sun.com
    407 - Add gnomevfs-cat.1, gnomevfs-copy.1, gnomevfs-info.1, gnomevfs-ls.1,
    408   gnomevfs-mkdir.1 man pages
    409 * Thu Oct 14 2004 - narayana.pattipati@wipro.com
    410 - Added Requires/BuildRequires of libsmbclient so that smb:/// is built
    411   properly.
    412 * Wed Oct 13 2004 - arvind.samptur@wipro.com
    413 - Forward port the panel polling patch from GNOME 2.0.2 to JDS
    414 * Wed Sep 22 2004 - narayana.pattipati@wipro.com
    415 - Added patch gnome-vfs-33-volume-free-space-fix.diff to fix incorrect
    416   free space returned by gnome-vfs volume manager. Fixes bugtraq
    417   bug#5092286
    418 * Wed Sep 22 2004 - vijaykumar.patwari@wipro.com
    419 - Avoid installation of nfs.desktop file.
    420 * Wed Sep 22 2004 - vijaykumar.patwari@wipro.com
    421 - Removed NFS Module (i.e patch `gnome-vfs-03-nfs-module.diff`) 
    422   from Gnome-vfs. Renamed rest of the patches accordingly.
    423 * Sat Sep 18 2004 - laca@sun.com
    424 - Backported patch from gnome-vfs HEAD to prefer suffix to sniffing for
    425   xml files.
    426 * Wed Sep 08 2004 - vinay.mandyakoppal@wipro.com
    427 - Modified gnome-vfs-07-preference-menu-reorder.diff to remove duplicate
    428   menu items for "Printer Preferences".
    429 * Mon Aug 30 2004 - vijaykumar.patwari@wipro.com
    430 - Set default url handler for "https".
    431 * Mon Aug 23 2004 - niall.power@sun.com
    432 - remove JDS_CBE_PREFIX definition
    433 * Wed Aug 18 2004 - brian.cameron@sun.com
    434 - added --enable-gtk-doc
    435 * Wed Aug 11 2004 - archana.shah@wipro.com
    436 - Added patch 30 for gnome-printinfo
    437 * Fri Jul 16 2004 - johan.steyn@sun.com
    438 - Added patch 29 for Network Places
    439 * Wed Jul 14 2004 - Yong.Sun@Sun.COM
    440 - Added patch -28 to fix bugtraq #5052453
    441 * Thu Jul 08 2004 - damien.donlon@sun.com
    442 - Updated l10n content to gnome-vfs-l10n-po-1.2.tar.bz2
    443 * Wed Jul 07 2004 - niall.power@sun.com
    444 - Ported to rpm4
    445 * Wed Jul 07 2004 - dermot.mccluskey@sun.com
    446 - added "-j $CPUS" to make to speed up builds
    447 * Fri Jun 25 2004 - narayana.pattipati@wipro.com
    448 - Added patch gnome-vfs-27-sftp-exit-fix.diff to fix nautilus exit when
    449   using sftp:// method. Fixes bugtraq bug:5067878. The patch is a backport
    450   from community CVS HEAD.
    451 * Fri Jun 25 2004 - narayana.pattipati@wipro.com
    452 - Added patch gnome-vfs-26-ftp-hostname-crash.diff to fix nautilus crash
    453   while using ftp:// method without specifying host name in the URL.
    454   Fixes bugtraq bug:5067212.
    455 * Thu Jun 24 2004 - takao.fujiwara@sun.com
    456 - Add gnome-vfs-25-g11n-i18n-ui.diff to translate open dialog. bugzilla #144902
    457 * Wed Jun 09 2004 - archana.shah@wipro.com
    458 - Add patch gnome-vfs-24-ftp-crash.diff
    459   Fixes bug# 5057615
    460 * Tue Jun 08 2004 - arvind.samptur@wipro.com
    461 - Remove  gnome-vfs-20-remove-gnome-20-menus.diff. We should
    462   have /usr/share/applications in path
    463 * Wed Jun 02 2004 - niall.power@sun.com
    464 - Added patch gnome-vfs-24-eject-solaris-rmm.diff to supress pointless
    465   error message when media is ejected.
    466 * Mon May 31 2004 - narayana.pattipati@wipro.com
    467 - Added patch gnome-vfs-23-ftp-upload-crash.diff to fix nautilus crash
    468   while uploading a file to ftp server. Fixes bugtraq bug#5053735. 
    469   Submitted the patcht to bugzilla bug#143320 also.
    470 * Wed May 26 2004 - vijaykumar.patwari@wipro.com
    471 - Added patch gnome-vfs-21-unix-device-type.diff to fix bug#5040516.
    472 * Mon May 24 2004 - narayana.pattipati@wipro.com
    473 - Added patch gnome-vfs-21-ftp-data-loss.diff to fix data loss while
    474   transefering files through ftp:// method. Fixes bugtraq bug#5025035.
    475   The patch is backported from HEAD. This should be removed once the 
    476   latest tarball is picked up from community.
    477 * Mon May 17 2004 - niall.power@sun.com
    478 - Add patch to ignore old gnome-2.0 menu items on Solaris.
    479 * Wed May 12 2004 - damien.donlon@sun.com
    480 - Updated l10n content to gnome-vfs-l10n-po-1.1.tar.bz2
    481 * Tue May 11 2004 - laszlo.kovacs@sun.com
    482 - jdshelp schema change
    483 * Mon May 10 2004 - muktha.narayan@wipro.com
    484 - Add <install_prefix>/share to XDG_DATA_DIRS path. 
    485   Fixes bug #5030813.
    486 * Fri Apr 16 2004 - vijaykumar.patwari@wipro.com
    487 - Set mozilla as the default url handler for http.
    488 * Fri Apr 16 2004 - archana.shah@wipro.com
    489   Correcting the typo in schemas (system_smb.schemas).
    490 * Wed Apr 14 2004 - archana.shah@wipro.com
    491 - Change in spec file. Added desktop_default_applications.schemas and
    492   system_smb.schemas for gconftool-2.
    493   Fixes bug# 5014775
    494 * Tue Apr 06 2004 - laszlo.kovacs@sun.com
    495 - jdshelp schema patch
    496 * Mon Mar 29 2004 - damien.donlon@sun.com
    497 - Updated l10n content to gnome-vfs-l10n-po-1.0.tar.bz2
    498 * Mon Mar 29 2004 - ghee.teo@sun.com
    499 - Ported a patch for bug 136748 from HEAD. The problem is that nautilus could
    500   crash if staroffice mime data is found in user's own application mime.
    501   Since this fix goes in after the version of 2.6.0 tarball has been created,
    502   so create this patch, gnome-vfs-16-nautilus-crash-136748-from-head.diff for 
    503   cinnabar. For Vermillion, this patch can be dropped.
    504 * Thu Mar 29 2004 - <narayana.pattipati (at] wipro.com>
    505 - Updated patch gnome-vfs-03-nfs-module.diff to fix NFS method related
    506   problems like file removal, move, rename, replace etc. for bugs:
    507   5014972 and 5015739, 5009330. Also updated it with fix for nfs
    508   rename crash (for bug#4981011) from kaushal.kumar (at] wipro.com
    509 * Thu Mar 25 2004 - niall.power (at] sun.com
    510 - bumped to 2.6.0, updated dependency versions and
    511   added a dependency on shared-mime-info
    512 * Thu Mar 11 2004 - yuriy.kuznetsov (at] sun.com
    513 - added gnome-vfs-15-g11n-potfiles.diff
    514 * Tue Mar 09 2004 - <niall.power (at] sun.com>
    515 - Added patch to define gopher proxy schemas
    516 * Thu Mar 04 2004 - <narayana.pattipati (at] wipro.com>
    517 - Added patch gnome-vfs-13-nfs-drag-crash.diff to fix
    518   nautilus crash when a file/folder is dragged onto
    519   nfs:// location.
    520 * Thu Feb 26 2004 - laszlo.kovacs (at] sun.com
    521 - activated ported patch gnome-vfs-02-ftp-authn-keyring.diff
    522 * Wed Feb 25 2004 - niall.power (at] sun.com
    523 - add patch 12 for uninstalled .pc files
    524 * Wed Feb 25 2004 - niall.power (at] sun.com
    525 - remove unnecessary %{_datadir}/aclocal arg from aclocal line.
    526 * Tue Feb 24 2004 - niall.power (at] sun.com
    527 - build with the JDS_CBE auto tools and set ACLOCAL_FLAGS
    528   to pick up JDS_CBE aclocal macros (on linux) and Build
    529   Requirements accordingly.
    530 * Mon Feb 23 2004 - stephen.browne (at] sun.com
    531 - reactivate ported patches 05 and 11
    532 * Mon Feb 23 2004 - stephen.browne (at] sun.com
    533 - reactivate ported patch 03 
    534 * Mon Feb 23 2004 - stephen.browne (at] sun.com
    535 - uprev to 2.5.7, disable patches that need porting
    536 * Mon Feb 16 2004 - stephen.browne (at] sun.com
    537 - Add icons to This Computer view and get decent names for hotplug devices
    538 * Mon Feb 09 2004 - laslzo.kovacs (at] sun.com
    539 - include vfs daemon server file 
    540 * Thu Feb 05 2004 - matt.keenan (at] sun.com
    541 - Mismatch tag in gnome-vfs-01-menu-stripe.diff causing
    542   gnome-panel to fail
    543 * Wed Feb 04 2004 - laszlo.kovacs (at] sun.com
    544 - ftp authn patch ported
    545 * Tue Jan 06 2004 - niall.power (at] sun.com
    546 - Previous changelog entry had wrong year.
    547 * Mon Jan 05 2004 - niall.power (at] sun.com
    548 - Bump to 2.5.4.1. Add gtkdocize to prep stage to
    549   build broken tarball.
    550 * Mon Dec 15 2003 - glynn.foster (at] sun.com
    551 - Bump to 2.5.3
    552 * Fri Oct 31 2003 - glynn.foster (at] sun.com
    553 - Remove the extras menu. Remove Sun Supported 
    554   from vfolder description file.
    555 * Wed Oct 08 2003 - stephen.browne (at] sun.com
    556 - Updated to 2.4 for quicksilver
    557 * Thu Aug 20 2003 - ghee.teo (at] sun.com
    558 - Modified patch 15 to remove network-neighboorhood
    559   and replaced it with network-places instead.
    560   also updated nfs.desktop.in to refer to
    561   Categories=X-NetworkPlaces
    562 * Wed Aug 20 2003 - niall.power (at] sun.com
    563 - Added patch 21 (not the one Stephen removed :)
    564   Fixes broken nfs write method.
    565 * Tue Aug 19 2003 - stephen.browne (at] sun.com
    566 - Removed patch 21 its totally broken
    567 * Thu Aug 14 2003 - <laca (at] sun.com>
    568 - move lib*.so to -devel, remove *.a, *.la
    569 * Tue Aug 05 2003 - stephen.browne (at] sun.com
    570 - Remove dups from devices:///
    571 * Fri Aug 01 2003 - glynn.foster (at] sun.com
    572 - New extras:///. Woo.
    573 * Wed Jul 30 2003 - glynn.foster (at] sun.com
    574 - New tarball. Bump version, reset release.
    575 * Fri Jul 25 2003 - niall.power (at] sun.com
    576 - add missing cdparanoia dependencies
    577 * Wed Jul 23 2003 - glynn.foster (at] sun.com
    578 - Getting system-settings:/// in order.
    579 * Wed Jul 23 2003 - glynn.foster (at] sun.com
    580 - Make vfolder stuff useful by editing permissions of 
    581   autogenerated folders.
    582 * Mon Jul 21 2003 - glynn.foster (at] sun.com
    583 - Add quick-start:/// uri for panel items above. This is 
    584   mostly on crack.
    585 * Mon Jul 21 2003 - glynn.foster (at] sun.com
    586 - Changed preferences:/// for new menu setup.
    587 * Fri Jul 18 2003 - glynn.foster (at] sun.com
    588 - added gnome-vfs-20-vfolder-no-core-items.diff to remove the
    589   help, home and network neighborhood from the application menu
    590 * Wed Jul 16 2003 - Laszlo.Kovacs (at] sun.com
    591 - added gnome-vfs-19-vfolder-network-neighborhood.diff
    592 * Wed Jul 09 2003 - <michael.twomey (at] sun.com>
    593 - add in sun po files
    594 * Wed Jul 9 2003 - Laszlo.Kovacs (at] sun.com
    595 - gnome-vfs-17-vfolder-non-existent-file-monitor.diff added
    596   adds support for registering monitors for non-existent
    597   vfolder elements; extensive comments about some
    598   limitations are in patch
    599 * Fri Jul 4 2003 - Laszlo.Kovacs (at] sun.com
    600 - added gnome-vfs-16-network-all-users-support.diff
    601 * Wed Jul 2 2003 - Laszlo.Kovacs (at] sun.com
    602 - added patches gnome-vfs-15-uri-canonizing.diff
    603 and gnome-vfs-14-network-vfolder-etc.diff
    604 * Tue Jul 1 2003 - glynn.foster (at] sun.com
    605 - Correct icon for applications:/// view
    606 * Tue Jul 1 2003 - niall.power (at] sun.com
    607 - Added rmmdevice monitor for devices:/// uri support
    608 * Tue Jul 1 2003  - ghee.teo (at] sun.com
    609 - Added .desktop file for network servers
    610 * Fri Jun 30 2003 - glynn.foster (at] sun.com
    611 - add patch to exlude star.desktop that we use in favorites:/// uri
    612 * Fri Jun 8 2003 - Laszlo.Kovacs (at] sun.com
    613 - fix access to authn cache in http module (gnome-vfs-06-http-fix-authn-cache-access.diff)
    614 * Thu Jun 5 2003 - Laszlo.Kovacs (at] sun.com
    615 - open root as default folder in the ftp module (gnome-vfs-03-ftp-open-root-as-default.diff)
    616 - port fix for pathname containg %2F from HEAD (gnome-vfs-04-%2F-fix.diff)
    617 - add authorization callback to ftp module (gnome-vfs-05-ftp-authn-callback.diff)
    618 * Fri May 30 2003 - markmc (at] sun.com
    619 - Make favorites:// include Mozilla and Evolution by default.
    620 * Tue May 13 2003 - matt.keenan (at] sun.com
    621 - initial Sun Package for GNOME 2.2 platform
    622