gnome-vfs2-vl.spec 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625
  1. %define libbonobo_version 2.32.0
  2. %define gconf2_version 2.26.0
  3. %define gtkdoc_version 1.1
  4. ##%define gnome_mime_data_version 2.18.0
  5. %define gamin_version 0.1.10
  6. %define vine_menus_version 3.0
  7. %define samba_version 3.2.5
  8. %define hal_version 0.5.11
  9. ##%define gnome_mount_version 0.8
  10. %define avahi_version 0.6.23
  11. %define dbus_version 1.4.0
  12. %define dbus_glib_version 0.88
  13. %define po_package gnome-vfs-2.0
  14. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  15. Summary: The GNOME virtual file-system libraries.
  16. Summary(ja): GNOME 仮想ファイルシステムライブラリ
  17. Name: gnome-vfs2
  18. Version: 2.24.4
  19. Release: 1%{?_dist_release}
  20. License: LGPL
  21. Group: System Environment/Libraries
  22. Source: http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/2.24/gnome-vfs-%{version}.tar.bz2
  23. URL: http://www.gnome.org/
  24. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  25. Requires: gnome-mime-data >= %{gnome_mime_data_version}
  26. Requires: shared-mime-info
  27. Requires: gamin >= %{gamin_version}
  28. Requires: vine-menus >= %{vine_menus_version}
  29. Requires(post,pre,preun): GConf2 >= %{gconf2_version}
  30. BuildRequires: libbonobo-devel >= %{libbonobo_version}
  31. BuildRequires: GConf2-devel >= %{gconf2_version}
  32. BuildRequires: gnome-mime-data >= %{gnome_mime_data_version}
  33. BuildRequires: gamin-devel >= %{gamin_version}
  34. BuildRequires: glib2-devel, libxml2-devel, zlib-devel
  35. BuildRequires: popt-devel, bzip2-devel, ORBit2-devel, openjade
  36. BuildRequires: pkgconfig
  37. BuildRequires: gtk-doc >= %{gtkdoc_version}
  38. BuildRequires: libsmbclient-devel >= %{samba_version}
  39. BuildRequires: hal-devel >= %{hal_version}
  40. ##BuildRequires: gnome-mount-devel >= %{gnome_mount_version}
  41. BuildRequires: avahi-glib-devel >= %{avahi_version}
  42. BuildRequires: dbus-devel >= %{dbus_version}
  43. BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
  44. BuildRequires: automake, autoconf
  45. Patch3: gnome-vfs-2.9.90-modules-conf.patch
  46. # send to upstream
  47. Patch101: gnome-vfs-2.8.2-schema_about_for_upstream.patch
  48. Patch201: gnome-vfs-2.8.1-console-mount-opt.patch
  49. # RH bug #197868
  50. Patch6: gnome-vfs-2.15.91-mailto-command.patch
  51. # https://bugzilla.redhat.com/show_bug.cgi?id=333041
  52. # https://bugzilla.redhat.com/show_bug.cgi?id=335241
  53. Patch300: gnome-vfs-2.20.0-ignore-certain-mountpoints.patch
  54. # vine default
  55. Patch1000: gnome-vfs2-2.22.0-vine.patch
  56. %description
  57. GNOME VFS is the GNOME virtual file system. It is the foundation of
  58. the Nautilus file manager. It provides a modular architecture and
  59. ships with several modules that implement support for file systems,
  60. http, ftp, and others. It provides a URI-based API, backend
  61. supporting asynchronous file operations, a MIME type manipulation
  62. library, and other features.
  63. %package devel
  64. Summary: Libraries and include files for developing GNOME VFS applications.
  65. Summary(ja): GNOME VFS アプリケーション開発用ライブラリ
  66. Group: Development/Libraries
  67. Requires: %{name} = %{version}-%{release}
  68. Requires: GConf2-devel >= %{gconf2_version}
  69. Requires: libbonobo-devel >= %{libbonobo_version}
  70. Conflicts: bonobo-devel < 1.0.8
  71. Conflicts: gnome-vfs-devel < 1.0.2
  72. %description devel
  73. This package provides the necessary development libraries for writing
  74. GNOME VFS modules and applications that use the GNOME VFS APIs.
  75. %package smb
  76. Summary: Windows fileshare support for gnome-vfs
  77. Summary(ja): gnome-vfs の Windows ファイル共有サポート
  78. Group: System Environment/Libraries
  79. Requires: %{name} = %{version}
  80. Requires: samba-common >= %{samba_version}
  81. Obsoletes: gnome-vfs2-extras
  82. Provides: gnome-vfs2-extras
  83. %description smb
  84. This package provides support for reading and writing files on windows
  85. shares (SMB) to applications using GNOME VFS.
  86. # compat32
  87. %package -n compat32-%{name}
  88. Summary: The GNOME virtual file-system libraries.
  89. Summary(ja): GNOME 仮想ファイルシステムライブラリ
  90. Group: System Environment/Libraries
  91. Requires: %{name} = %{version}-%{release}
  92. %description -n compat32-%{name}
  93. GNOME VFS is the GNOME virtual file system. It is the foundation of
  94. the Nautilus file manager. It provides a modular architecture and
  95. ships with several modules that implement support for file systems,
  96. http, ftp, and others. It provides a URI-based API, backend
  97. supporting asynchronous file operations, a MIME type manipulation
  98. library, and other features.
  99. %package -n compat32-%{name}-devel
  100. Summary: Libraries and include files for developing GNOME VFS applications.
  101. Summary(ja): GNOME VFS アプリケーション開発用ライブラリ
  102. Group: Development/Libraries
  103. Requires: %{name}-devel = %{version}-%{release}
  104. Requires: compat32-%{name} = %{version}-%{release}
  105. Requires: compat32-GConf2-devel >= %{gconf2_version}
  106. Requires: compat32-libbonobo-devel >= %{libbonobo_version}
  107. %description -n compat32-%{name}-devel
  108. This package provides the necessary development libraries for writing
  109. GNOME VFS modules and applications that use the GNOME VFS APIs.
  110. %prep
  111. %setup -q -n gnome-vfs-%{version}
  112. %patch3 -p1 -b .modules-conf
  113. %patch6 -p1 -b .mailto-command
  114. # send to upstream
  115. %patch101 -p1 -b .schema_about
  116. %patch201 -p0 -b .console
  117. %patch300 -p1 -b .ignore-certain-mount-points
  118. # Vine
  119. %patch1000 -p1 -b .browser_default
  120. # for patch 10
  121. autoheader
  122. autoconf
  123. %build
  124. if pkg-config openssl ; then
  125. CPPFLAGS=`pkg-config --cflags openssl`; export CPPFLAGS
  126. LDFLAGS=`pkg-config --libs-only-L openssl`; export LDFLAGS
  127. fi
  128. %configure --disable-gtk-doc --enable-hal
  129. export tagname=CC
  130. make LIBTOOL=/usr/bin/libtool
  131. %install
  132. rm -fr $RPM_BUILD_ROOT
  133. export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
  134. export tagname=CC
  135. make install DESTDIR=$RPM_BUILD_ROOT LIBTOOL=/usr/bin/libtool
  136. unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
  137. # remove unpackaged files
  138. rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules/lib*.{a,la}
  139. rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
  140. rm -f $RPM_BUILD_ROOT%{_libdir}/bonobo/monikers/*.{a,la}
  141. %find_lang %{po_package}
  142. %clean
  143. rm -fr $RPM_BUILD_ROOT
  144. %post
  145. /sbin/ldconfig
  146. export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
  147. SCHEMAS="system_http_proxy.schemas system_dns_sd.schemas system_smb.schemas \
  148. desktop_gnome_url_handlers.schemas \
  149. desktop_default_applications.schemas"
  150. for S in $SCHEMAS; do
  151. gconftool-2 --makefile-install-rule \
  152. %{_sysconfdir}/gconf/schemas/$S > /dev/null || :
  153. done
  154. %pre
  155. if [ "$1" -gt 1 ]; then
  156. export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
  157. SCHEMAS="system_http_proxy.schemas system_dns_sd.schemas system_smb.schemas \
  158. desktop_gnome_url_handlers.schemas \
  159. desktop_default_applications.schemas"
  160. for S in $SCHEMAS; do
  161. gconftool-2 --makefile-uninstall-rule \
  162. %{_sysconfdir}/gconf/schemas/$S > /dev/null || :
  163. done
  164. fi
  165. %preun
  166. if [ "$1" -eq 0 ]; then
  167. export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
  168. SCHEMAS="system_http_proxy.schemas system_dns_sd.schemas system_smb.schemas \
  169. desktop_gnome_url_handlers.schemas \
  170. desktop_default_applications.schemas"
  171. for S in $SCHEMAS; do
  172. gconftool-2 --makefile-uninstall-rule \
  173. %{_sysconfdir}/gconf/schemas/$S > /dev/null || :
  174. done
  175. fi
  176. %postun -p /sbin/ldconfig
  177. %post -n compat32-%{name} -p /sbin/ldconfig
  178. %postun -n compat32-%{name} -p /sbin/ldconfig
  179. %files -f %{po_package}.lang
  180. %defattr(-, root, root)
  181. %doc AUTHORS COPYING ChangeLog NEWS README
  182. %dir %{_sysconfdir}/gnome-vfs-2.0
  183. %dir %{_sysconfdir}/gnome-vfs-2.0/modules
  184. %config %{_sysconfdir}/gnome-vfs-2.0/modules/*.conf
  185. %exclude %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
  186. %{_bindir}/*
  187. %{_libexecdir}/*
  188. %{_libdir}/*.so.*
  189. %{_libdir}/gnome-vfs-2.0/modules
  190. %exclude %{_libdir}/gnome-vfs-2.0/modules/libsmb.so
  191. %dir %{_libdir}/gnome-vfs-2.0
  192. %{_sysconfdir}/gconf/schemas/*
  193. %{_datadir}/dbus-1/services/gnome-vfs-daemon.service
  194. %files devel
  195. %defattr(-, root, root)
  196. %{_libdir}/lib*.so
  197. %{_libdir}/pkgconfig/*.pc
  198. %{_libdir}/gnome-vfs-2.0/include/*.h
  199. %{_includedir}/*
  200. %{_datadir}/gtk-doc/html/*
  201. %files smb
  202. %defattr(-, root, root)
  203. %{_libdir}/gnome-vfs-2.0/modules/libsmb.so
  204. %config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
  205. # compat32
  206. %if %{build_compat32}
  207. %files -n compat32-%{name}
  208. %defattr(-, root, root)
  209. %{_libdir}/*.so.*
  210. %{_libdir}/gnome-vfs-2.0/modules
  211. %exclude %{_libdir}/gnome-vfs-2.0/modules/libsmb.so
  212. %dir %{_libdir}/gnome-vfs-2.0
  213. %files -n compat32-%{name}-devel
  214. %defattr(-, root, root)
  215. %{_libdir}/lib*.so
  216. %{_libdir}/pkgconfig/*.pc
  217. %{_libdir}/gnome-vfs-2.0/include/*.h
  218. %endif
  219. %changelog
  220. * Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.4-1
  221. - new upstream release
  222. - remove BuildRequires: gnome-mount-devel
  223. * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.24.3-2
  224. - build with rpm-4.8.1-1 for pkg-config file
  225. * Tue Jun 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.3-1
  226. - new upstream release
  227. * Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.2-1
  228. - new upstream release
  229. * Sun Jul 12 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.24.1-2
  230. - added compat32 package for x86_64 arch support
  231. - removed static libraries
  232. * Fri Mar 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
  233. - new upstream release
  234. * Tue Sep 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
  235. - new upstream release
  236. * Mon Mar 31 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-2vl5
  237. - added Patches from Fedora Core
  238. * Tue Oct 16 2007 David Zeuthen <davidz@redhat.com> - 2.20.0-3
  239. - Also avoid showing /var/tmp as an icon on the desktop (#335241)
  240. * Wed Sep 12 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.91-2
  241. - Fix a small memory leak
  242. - updated Patch1000
  243. * Sat Mar 22 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
  244. - new upstream release(Patch31 was merged into upstream)
  245. * Sun Dec 9 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.1-0vl1
  246. - new upstream release
  247. * Sun May 20 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.1-0vl2
  248. - rebuilt with new toolchain and openssl-0.9.8e
  249. * Mon Apr 30 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl1
  250. - new upstream release
  251. - add Paatch31/32 from fedora
  252. * Fri Apr 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0.1-0vl2
  253. - rebuild with dbus-1.0/dbus-glib-0.73
  254. - add BuildRequires: dbus-devel >= 1.0, dbus-glib-devel >= 0.73
  255. * Wed Apr 25 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0.1-0vl1
  256. - new upstream release
  257. * Mon Aug 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl4
  258. - add Requires: gamin and BuildRequires: gamin-devel
  259. - remove fam dependency (replaced by gamin)
  260. * Fri Jul 28 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.14.2-0vl3
  261. - add BuildRequires: samba-libsmbclient-devel instead of samba-libsmbclient
  262. * Sun Jun 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl2
  263. - remove Patch10 to fix smb browsing
  264. * Sat Jun 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl1
  265. - new upstream release
  266. * Mon May 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
  267. - new upstream release
  268. - add BuildRequires: avahi-glib-devel instead of avahi-glib
  269. * Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
  270. - new upstream release
  271. - build with avahi, add BuildRequires: avahi
  272. * Sat Mar 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.92-0vl3
  273. - re-numbering patches
  274. - update Patch100 to change default url-handlers for vine
  275. * Fri Mar 10 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.92-0vl2
  276. - use "make install DESTDIR.." instead of "%%makeinstall" to remove
  277. bogus buildroot path from server location in GNOME_VFS_Daemon.server
  278. - remove unneeded files
  279. * Mon Mar 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.92-0vl1
  280. - new upstream release
  281. * Wed Nov 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.2-0vl1
  282. - new upstream release
  283. * Sat Oct 08 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1.1-0vl1
  284. - new upstream release
  285. * Wed Oct 05 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1-0vl1
  286. - new upstream release
  287. * Sun Sep 18 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
  288. - new upstream release
  289. * Wed Aug 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.92-0vl1
  290. - new upstream release
  291. * Tue Aug 02 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.90-0vl1
  292. - new upstream release
  293. * Mon Jul 11 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.1-0vl1
  294. - new upstream release
  295. - build with hal
  296. * Mon Mar 28 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl3
  297. - remove bonobo-activation dependency
  298. * Fri Mar 25 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl2
  299. - add Patch1000 from ubuntu package
  300. * Mon Mar 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
  301. - new upstream version
  302. * Thu Feb 24 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.4-0vl1
  303. - new upstream release
  304. * Sun Nov 07 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.3-0vl1
  305. - new upstream release
  306. - add smb subpackage and obsolete gnome-vfs2-extras
  307. * Sun Jul 18 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.3-0vl2
  308. - update vine patch to add missing patch for preferences vfolder.
  309. * Sun Jul 18 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.3-0vl1
  310. - new upstream release
  311. - update vine patch
  312. * Sat Jan 31 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.2-0vl1
  313. - new upstream release
  314. * Sun Dec 28 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-0vl2
  315. - rebuild with new toolchain
  316. * Fri Oct 17 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-0vl1
  317. - new upstream release
  318. * Wed Sep 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
  319. - new upstream release
  320. * Fri Sep 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.90-0vl1
  321. - new upstream release
  322. * Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.8-0vl2
  323. - update applications-all-users.vfolder-info
  324. * Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.8-0vl1
  325. - new upstream release
  326. * Tue Jun 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.5-0vl1
  327. - new upstream release
  328. * Sun May 18 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.4-0vl2
  329. - modified vfolder-info for Vine Linux.
  330. * Wed May 07 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.4-0vl1
  331. - new upstream release
  332. - drop redhat customized patches.
  333. * Fri Apr 25 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.3-0vl1
  334. - new upstream release
  335. * Wed Jan 22 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl2
  336. - rebuild
  337. * Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
  338. - new upstream release
  339. * Thu Jan 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.91-0vl1
  340. - new upstream release
  341. * Fri Jan 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.6-0vl1
  342. - new upstream release
  343. * Wed Jan 8 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl2
  344. - fixed dependancy.
  345. * Thu Dec 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl1
  346. - new upstream release
  347. * Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.4-0vl2
  348. - build for Vine Linux
  349. * Sun Nov 10 2002 Havoc Pennington <hp@redhat.com>
  350. - 2.1.3
  351. - update moved-menu-files patch
  352. * Wed Oct 23 2002 Havoc Pennington <hp@redhat.com>
  353. - add patch for OnlyShowIn support
  354. - use plain menu files for .vfolder-info-default
  355. - don't install unused vfolder-info files
  356. * Tue Oct 8 2002 Havoc Pennington <hp@redhat.com>
  357. - require new gnome-mime-data in proper libdir
  358. - 2.0.4
  359. - drop most patches as they are now upstream or
  360. don't apply to new vfolder code
  361. * Fri Aug 30 2002 Owen Taylor <otaylor@redhat.com>
  362. - Backport a gnome-vfs locking fix from CVS
  363. (Hopefully fixes #71419)
  364. * Fri Aug 23 2002 Havoc Pennington <hp@redhat.com>
  365. - make vfolder method read-only #72208
  366. * Mon Aug 19 2002 Jonathan Blandford <jrb@redhat.com>
  367. - notice when new files are installed
  368. * Tue Aug 13 2002 Havoc Pennington <hp@redhat.com>
  369. - don't include pointless .a files
  370. * Fri Aug 2 2002 Havoc Pennington <hp@redhat.com>
  371. - 2.0.2
  372. - use vfolders for system-settings and server-settings
  373. * Tue Jul 16 2002 Havoc Pennington <hp@redhat.com>
  374. - fix OnlyShowIn
  375. * Tue Jun 25 2002 Owen Taylor <otaylor@redhat.com>
  376. - Version 2.0.1, fix missing po files
  377. * Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
  378. - 2.0.0
  379. - put schema files in file list, and install them
  380. - put libdir/vfs in file list
  381. * Tue Jun 11 2002 Havoc Pennington <hp@redhat.com>
  382. - rebuild in different environment
  383. * Tue Jun 11 2002 Havoc Pennington <hp@redhat.com>
  384. - look for menus in redhat-menus
  385. * Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
  386. - rebuild in different environment
  387. * Wed Jun 5 2002 Havoc Pennington <hp@redhat.com>
  388. - 1.9.16
  389. * Sun May 26 2002 Tim Powers <timp@redhat.com>
  390. - automated rebuild
  391. * Mon May 20 2002 Havoc Pennington <hp@redhat.com>
  392. - rebuild in different environment
  393. * Mon May 20 2002 Havoc Pennington <hp@redhat.com>
  394. - 1.9.15
  395. - comment out docdir patch for now
  396. * Fri May 3 2002 Havoc Pennington <hp@redhat.com>
  397. - 1.9.14
  398. * Thu Apr 4 2002 Jeremy Katz <katzj@redhat.com>
  399. - 1.9.11
  400. - update file list
  401. * Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
  402. - 1.9.7
  403. * Thu Jan 31 2002 Owen Taylor <otaylor@redhat.com>
  404. - Fix location of installed docs not to conflict with gnome-vfs1
  405. * Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
  406. - Rebuild with new libs
  407. * Wed Jan 09 2002 Tim Powers <timp@redhat.com>
  408. - automated rebuild
  409. * Thu Jan 3 2002 Havoc Pennington <hp@redhat.com>
  410. - 1.0.4.91 snap
  411. * Mon Nov 26 2001 Havoc Pennington <hp@redhat.com>
  412. - 1.9.4.90 snap
  413. - require gnome-mime-data
  414. * Sun Oct 28 2001 Havoc Pennington <hp@redhat.com>
  415. - new snap, rebuild for glib 1.3.10
  416. * Fri Oct 5 2001 Havoc Pennington <hp@redhat.com>
  417. - cvs snap
  418. * Fri Sep 21 2001 Havoc Pennington <hp@redhat.com>
  419. - rebuild cvs snap with changes merged upstream
  420. - fix a requires
  421. - fix up requires/buildrequires a bit
  422. * Tue Sep 18 2001 Havoc Pennington <hp@redhat.com>
  423. - initial gnome-vfs2 build, remove all patches
  424. - change config files not to be noreplace
  425. * Mon Aug 27 2001 Havoc Pennington <hp@redhat.com>
  426. - Add po files from sources.redhat.com
  427. * Mon Aug 20 2001 Havoc Pennington <hp@redhat.com>
  428. - fix #51864 (Gimp can't handle file: URIs)
  429. * Mon Aug 20 2001 Alexander Larsson <alexl@redhat.com> 1.0.1-15
  430. - Moved gnome-conf and pkgconfig files to the devel package
  431. - Fixes SHOULD-FIX bug #49795
  432. * Mon Aug 6 2001 Alexander Larsson <alexl@redhat.com> 1.0.1-14
  433. - Added a patch that fixed AbiWord mimetype handling.
  434. * Fri Jul 27 2001 Jonathan Blandford <jrb@redhat.com>
  435. - Add .desktop file sniffing
  436. * Tue Jul 24 2001 Havoc Pennington <hp@redhat.com>
  437. - don't do the giant trash scan thing; did not play nice
  438. with NFS.
  439. * Tue Jul 24 2001 Havoc Pennington <hp@redhat.com>
  440. - fix desktop-file.conf file
  441. * Tue Jul 24 2001 Havoc Pennington <hp@redhat.com>
  442. - change some URI scheme names
  443. * Fri Jul 20 2001 Alexander Larsson <alexl@redhat.com>
  444. - Add pkgconfig and gnome-libs-devel build reqs.
  445. - Remove dependency on gnome-vfs-devel by doing some
  446. - CPPFLAGS and LDFLAGS magic
  447. * Wed Jul 11 2001 Havoc Pennington <hp@redhat.com>
  448. - add missing directories
  449. * Tue Jul 10 2001 Havoc Pennington <hp@redhat.com>
  450. - fix a segv
  451. - change which dirs the desktop VFS module points to
  452. * Sun Jul 08 2001 Havoc Pennington <hp@redhat.com>
  453. - add desktop VFS module hack
  454. * Fri Jul 6 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
  455. - Remove Distribution and Vendor
  456. - Make the config files noreplace
  457. - Move .so links to devel subpackage
  458. - langify
  459. - Add BuildRequires
  460. - Don't mess with /etc/ld.so.conf
  461. - Use %%{_tmppath}
  462. - s/Copyright/License/
  463. * Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
  464. - Bump release + rebuild.
  465. * Wed May 9 2001 Jonathan Blandford <jrb@redhat.com>
  466. - New Version.
  467. * Tue Apr 17 2001 Jonathan Blandford <jrb@redhat.com>
  468. - New Version.
  469. - clean up spec file some.
  470. * Mon Feb 19 2001 Gregory Leblanc <gleblanc@cu-portland.edu>
  471. - fix paths and macros
  472. * Tue Feb 22 2000 Ross Golder <rossigee@bigfoot.com>
  473. - Integrate into source tree