gnome-vfs2-vl.spec 21 KB

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