gvfs-vl.spec 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617
  1. Summary: Backends for the gio framework in GLib
  2. Summary(ja): GLib の GIO フレームワークのバックエンド
  3. Name: gvfs
  4. Version: 1.28.2
  5. Release: 1%{?_dist_release}
  6. License: LGPLv2+
  7. Group: System Environment/Libraries
  8. URL: http://www.gtk.org
  9. Source: http://ftp.gnome.org/pub/GNOME/sources/gvfs/1.28/%{name}-%{version}.tar.xz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: pkgconfig
  12. BuildRequires: glib2-devel >= 2.24.0
  13. BuildRequires: gtk3-devel
  14. BuildRequires: dbus-glib-devel
  15. BuildRequires: /usr/bin/ssh
  16. BuildRequires: libcdio-paranoia-devel
  17. BuildRequires: libsoup-devel >= 2.30.0
  18. BuildRequires: avahi-glib-devel >= 0.6
  19. BuildRequires: libgnome-keyring-devel
  20. BuildRequires: intltool
  21. BuildRequires: gettext
  22. BuildRequires: perl-XML-Parser
  23. BuildRequires: eudev-libgudev1-devel
  24. BuildRequires: udisks2-devel
  25. BuildRequires: libsecret-devel
  26. BuildRequires: libmtp-devel
  27. BuildRequires: gnome-online-accounts-devel
  28. BuildRequires: gcr-devel
  29. Requires(post): desktop-file-utils
  30. Requires(postun): desktop-file-utils
  31. # The patch touches Makefile.am files:
  32. BuildRequires: automake autoconf
  33. BuildRequires: libtool
  34. Provides: gnome-mount < 0.9
  35. Obsoletes: gnome-mount < 0.9
  36. Obsoletes: %{name}-obexftp < 1.24.0
  37. Patch1: gvfs-1.16.0-archive-integration.patch
  38. Vendor: Project Vine
  39. Distribution: Vine Linux
  40. Packager: Takemikaduchi
  41. %description
  42. The gvfs package provides backend implementations for the gio
  43. framework in GLib. It includes ftp, sftp, cifs.
  44. %package devel
  45. Summary: Development files for gvfs
  46. Group: Development/Libraries
  47. Requires: %{name} = %{version}-%{release}
  48. %description devel
  49. The gvfs-devel package contains headers and other files that are
  50. required to develop applications using gvfs.
  51. %package fuse
  52. Summary: FUSE support for gvfs
  53. Group: System Environment/Libraries
  54. Requires: %{name} = %{version}-%{release}
  55. BuildRequires: fuse-devel
  56. Requires: fuse
  57. %description fuse
  58. This package provides support for applications not using gio
  59. to access the gvfs filesystems.
  60. %package smb
  61. Summary: Windows fileshare support for gvfs
  62. Group: System Environment/Libraries
  63. Requires: %{name} = %{version}-%{release}
  64. BuildRequires: libsmbclient-devel
  65. %description smb
  66. This package provides support for reading and writing files on windows
  67. shares (SMB) to applications using gvfs.
  68. %package archive
  69. Summary: Archiving support for gvfs
  70. Group: System Environment/Libraries
  71. Requires: %{name} = %{version}-%{release}
  72. BuildRequires: libarchive-devel
  73. %description archive
  74. This package provides support for accessing files inside Zip and Tar archives,
  75. as well as ISO images, to applications using gvfs.
  76. %package gphoto2
  77. Summary: gphoto2 support for gvfs
  78. Group: System Environment/Libraries
  79. Requires: %{name} = %{version}-%{release}
  80. BuildRequires: libgphoto2-devel
  81. BuildRequires: libusb-devel
  82. BuildRequires: libexif-devel
  83. %description gphoto2
  84. This package provides support for reading and writing files on
  85. PTP based cameras (Picture Transfer Protocol) and MTP based
  86. media players (Media Transfer Protocol) to applications using gvfs.
  87. %package afc
  88. Summary: AFC support for gvfs
  89. Group: System Environment/Libraries
  90. Requires: %{name} = %{version}-%{release}
  91. Requires: usbmuxd
  92. BuildRequires: libimobiledevice-devel >= 0.9.7
  93. %description afc
  94. This package provides support for reading files on mobile devices
  95. including phones and music players to applications using gvfs.
  96. %package mtp
  97. Summary: MTP support for gvfs
  98. Group: System Environment/Libraries
  99. Requires: %{name}%{?_isa} = %{version}-%{release}
  100. BuildRequires: libmtp-devel >= 1.1.0
  101. %description mtp
  102. This package provides support for reading and writing files on
  103. MTP based devices (Media Transfer Protocol) to applications using gvfs.
  104. %package goa
  105. Summary: GOA support for gvfs
  106. Group: System Environment/Libraries
  107. Requires: %{name}%{?_isa} = %{version}-%{release}
  108. BuildRequires: gnome-online-accounts-devel >= 3.7.1
  109. %description goa
  110. This package provides seamless integration with gnome-online-accounts
  111. file services.
  112. %prep
  113. %setup -q
  114. %patch1 -p1 -b .archive-integration
  115. %build
  116. autoreconf -if
  117. %configure \
  118. --disable-hal \
  119. --disable-gdu \
  120. --disable-nfs \
  121. --enable-mtp \
  122. --disable-libsystemd-login
  123. make # %{?_smp_mflags}
  124. %install
  125. rm -rf $RPM_BUILD_ROOT
  126. make install DESTDIR=$RPM_BUILD_ROOT
  127. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  128. rm -rf $RPM_BUILD_ROOT%{_prefix}/lib/systemd
  129. %find_lang gvfs
  130. %clean
  131. rm -rf $RPM_BUILD_ROOT
  132. %post
  133. /sbin/ldconfig
  134. # Reload .mount files:
  135. killall -USR1 gvfsd >&/dev/null || :
  136. # Update desktop files mime mappings:
  137. update-desktop-database &> /dev/null ||:
  138. update-gio-modules "$host" &> /dev/null || :
  139. %postun
  140. /sbin/ldconfig
  141. # Update desktop files mime mappings:
  142. update-desktop-database &> /dev/null ||:
  143. update-gio-modules "$host" &> /dev/null || :
  144. # Reload .mount files when single subpackage is installed:
  145. %post smb
  146. killall -USR1 gvfsd >&/dev/null || :
  147. %post archive
  148. killall -USR1 gvfsd >&/dev/null || :
  149. %post gphoto2
  150. killall -USR1 gvfsd >&/dev/null || :
  151. %post afc
  152. killall -USR1 gvfsd >&/dev/null || :
  153. %files -f gvfs.lang
  154. %defattr(-, root, root, -)
  155. %doc AUTHORS COPYING NEWS README
  156. %dir %{_datadir}/gvfs
  157. %dir %{_datadir}/gvfs/mounts
  158. %{_datadir}/bash-completion/completions/gvfs-*
  159. %{_datadir}/gvfs/mounts/afp.mount
  160. %{_datadir}/gvfs/mounts/afp-browse.mount
  161. %{_datadir}/gvfs/mounts/sftp.mount
  162. %{_datadir}/gvfs/mounts/trash.mount
  163. %{_datadir}/gvfs/mounts/cdda.mount
  164. %{_datadir}/gvfs/mounts/computer.mount
  165. %{_datadir}/gvfs/mounts/dav.mount
  166. %{_datadir}/gvfs/mounts/dav+sd.mount
  167. %{_datadir}/gvfs/mounts/http.mount
  168. %{_datadir}/gvfs/mounts/localtest.mount
  169. %{_datadir}/gvfs/mounts/burn.mount
  170. %{_datadir}/gvfs/mounts/dns-sd.mount
  171. %{_datadir}/gvfs/mounts/network.mount
  172. %{_datadir}/gvfs/mounts/ftp.mount
  173. %{_datadir}/gvfs/mounts/ftps.mount
  174. %{_datadir}/gvfs/mounts/recent.mount
  175. %{_datadir}/dbus-1/services/org.gtk.vfs.UDisks2VolumeMonitor.service
  176. %{_datadir}/dbus-1/services/org.gtk.vfs.Daemon.service
  177. %{_datadir}/dbus-1/services/org.gtk.vfs.Metadata.service
  178. %{_datadir}/gvfs/remote-volume-monitors/udisks2.monitor
  179. %{_datadir}/GConf/gsettings/gvfs-dns-sd.convert
  180. %{_datadir}/glib-2.0/schemas/org.gnome.system.dns_sd.gschema.xml
  181. %{_datadir}/glib-2.0/schemas/org.gnome.system.gvfs.enums.xml
  182. %{_libdir}/gio/modules/libgioremote-volume-monitor.so
  183. %{_libdir}/gio/modules/libgvfsdbus.so
  184. %{_libdir}/%{name}/libgvfscommon.so
  185. %{_libdir}/%{name}/libgvfsdaemon.so
  186. %{_libexecdir}/gvfsd
  187. %{_libexecdir}/gvfsd-afp
  188. %{_libexecdir}/gvfsd-afp-browse
  189. %{_libexecdir}/gvfsd-ftp
  190. %{_libexecdir}/gvfsd-sftp
  191. %{_libexecdir}/gvfsd-trash
  192. %{_libexecdir}/gvfsd-cdda
  193. %{_libexecdir}/gvfsd-computer
  194. %{_libexecdir}/gvfsd-dav
  195. %{_libexecdir}/gvfsd-http
  196. %{_libexecdir}/gvfsd-localtest
  197. %{_libexecdir}/gvfsd-burn
  198. %{_libexecdir}/gvfsd-dnssd
  199. %{_libexecdir}/gvfsd-network
  200. %{_libexecdir}/gvfsd-metadata
  201. %{_libexecdir}/gvfsd-recent
  202. %{_libexecdir}/gvfs-udisks2-volume-monitor
  203. %{_bindir}/gvfs-cat
  204. %{_bindir}/gvfs-copy
  205. %{_bindir}/gvfs-info
  206. %{_bindir}/gvfs-less
  207. %{_bindir}/gvfs-ls
  208. %{_bindir}/gvfs-mime
  209. %{_bindir}/gvfs-mkdir
  210. %{_bindir}/gvfs-monitor-dir
  211. %{_bindir}/gvfs-monitor-file
  212. %{_bindir}/gvfs-mount
  213. %{_bindir}/gvfs-move
  214. %{_bindir}/gvfs-open
  215. %{_bindir}/gvfs-rename
  216. %{_bindir}/gvfs-rm
  217. %{_bindir}/gvfs-save
  218. %{_bindir}/gvfs-set-attribute
  219. %{_bindir}/gvfs-trash
  220. %{_bindir}/gvfs-tree
  221. %{_mandir}/man1/gvfs-cat.1.gz
  222. %{_mandir}/man1/gvfs-copy.1.gz
  223. %{_mandir}/man1/gvfs-info.1.gz
  224. %{_mandir}/man1/gvfs-less.1.gz
  225. %{_mandir}/man1/gvfs-ls.1.gz
  226. %{_mandir}/man1/gvfs-mime.1.gz
  227. %{_mandir}/man1/gvfs-mkdir.1.gz
  228. %{_mandir}/man1/gvfs-monitor-dir.1.gz
  229. %{_mandir}/man1/gvfs-monitor-file.1.gz
  230. %{_mandir}/man1/gvfs-mount.1.gz
  231. %{_mandir}/man1/gvfs-move.1.gz
  232. %{_mandir}/man1/gvfs-open.1.gz
  233. %{_mandir}/man1/gvfs-rename.1.gz
  234. %{_mandir}/man1/gvfs-rm.1.gz
  235. %{_mandir}/man1/gvfs-save.1.gz
  236. %{_mandir}/man1/gvfs-set-attribute.1.gz
  237. %{_mandir}/man1/gvfs-trash.1.gz
  238. %{_mandir}/man1/gvfs-tree.1.gz
  239. %{_mandir}/man1/gvfsd-metadata.1.gz
  240. %{_mandir}/man1/gvfsd.1.gz
  241. %{_mandir}/man7/gvfs.7.gz
  242. %files devel
  243. %defattr(-, root, root, -)
  244. %dir %{_includedir}/gvfs-client
  245. %dir %{_includedir}/gvfs-client/gvfs
  246. %{_includedir}/gvfs-client/gvfs/gvfsurimapper.h
  247. %{_includedir}/gvfs-client/gvfs/gvfsuriutils.h
  248. %files fuse
  249. %defattr(-, root, root, -)
  250. %{_libexecdir}/gvfsd-fuse
  251. %{_mandir}/man1/gvfsd-fuse.1.gz
  252. %files smb
  253. %defattr(-, root, root, -)
  254. %{_libexecdir}/gvfsd-smb
  255. %{_libexecdir}/gvfsd-smb-browse
  256. %{_datadir}/gvfs/mounts/smb-browse.mount
  257. %{_datadir}/gvfs/mounts/smb.mount
  258. %{_datadir}/GConf/gsettings/gvfs-smb.convert
  259. %{_datadir}/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
  260. %files archive
  261. %defattr(-, root, root, -)
  262. %{_datadir}/applications/mount-archive.desktop
  263. %{_libexecdir}/gvfsd-archive
  264. %{_datadir}/gvfs/mounts/archive.mount
  265. %files gphoto2
  266. %defattr(-, root, root, -)
  267. %{_libexecdir}/gvfsd-gphoto2
  268. %{_datadir}/gvfs/mounts/gphoto2.mount
  269. %{_libexecdir}/gvfs-gphoto2-volume-monitor
  270. %{_datadir}/dbus-1/services/org.gtk.vfs.GPhoto2VolumeMonitor.service
  271. %{_datadir}/gvfs/remote-volume-monitors/gphoto2.monitor
  272. %files afc
  273. %defattr(-, root, root, -)
  274. %{_libexecdir}/gvfsd-afc
  275. %{_datadir}/gvfs/mounts/afc.mount
  276. %{_libexecdir}/gvfs-afc-volume-monitor
  277. %{_datadir}/dbus-1/services/org.gtk.vfs.AfcVolumeMonitor.service
  278. %{_datadir}/gvfs/remote-volume-monitors/afc.monitor
  279. %files mtp
  280. %defattr(-, root, root, -)
  281. %{_libexecdir}/gvfsd-mtp
  282. %{_datadir}/gvfs/mounts/mtp.mount
  283. %{_libexecdir}/gvfs-mtp-volume-monitor
  284. %{_datadir}/dbus-1/services/org.gtk.vfs.MTPVolumeMonitor.service
  285. %{_datadir}/gvfs/remote-volume-monitors/mtp.monitor
  286. %files goa
  287. %defattr(-, root, root, -)
  288. %{_libexecdir}/gvfs-goa-volume-monitor
  289. %{_datadir}/dbus-1/services/org.gtk.vfs.GoaVolumeMonitor.service
  290. %{_datadir}/gvfs/remote-volume-monitors/goa.monitor
  291. %changelog
  292. * Sun Jul 17 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.28.2-1
  293. - new upstream release
  294. * Fri Nov 13 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.26.2-1
  295. - new upstream release
  296. * Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.26.0-1
  297. - new upstream release
  298. - add BuildRequires: gcr-devel
  299. * Sun Aug 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.24.2-1
  300. - new upstream release
  301. * Thu May 21 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.24.1-2
  302. - rebuilt with libimobiledevice 1.2.0
  303. * Sun Apr 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.24.1-1
  304. - new upstream release
  305. * Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.24.0-1
  306. - new upstream release
  307. - remove %%{name}-obexftp subpackage
  308. * Mon Feb 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.22.3-2
  309. - rebuild with libgphoto2-2.5.7
  310. * Mon Jan 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.22.3-1
  311. - new upstream release
  312. * Wed Nov 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.22.2-1
  313. - new upstream release
  314. * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.22.1-1
  315. - new upstream release
  316. * Sun Aug 31 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.20.3-1
  317. - new upstream release
  318. * Sun Jul 13 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.20.2-5
  319. - change BuildRequires: libcdio-paranoia-devel instead of libcdio-devel
  320. * Wed Jul 09 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.20.2-4
  321. - rebuild with libplist-1.11
  322. * Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.20.2-3
  323. - rebuild with libarchive-3.1.2
  324. * Tue Jun 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.20.2-2
  325. - change BuildRequires: eudev-libgudev1-devel instead of libgudev1-devel
  326. * Sat May 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.20.2-1
  327. - new upstream release
  328. * Sun Apr 13 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.20.1-1
  329. - new upstream release
  330. * Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.20.0-1
  331. - new upstream release
  332. * Thu Feb 20 2014 NAKAMURA Kenta <kenta@vinelinux.org> 1.18.3-2
  333. - rebuilt with libgcrypt-1.6
  334. * Sat Nov 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.18.3-1
  335. - new upstream release
  336. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.18.2-1
  337. - new upstream release
  338. * Mon Jul 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.16.3-1
  339. - new upstream release
  340. * Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.16.2-1
  341. - new upstream release
  342. * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.16.1-1
  343. - new upstream release
  344. - update Patch1 (gvfs-1.16.0-archive-integration.patch)
  345. - add BuildRequires: libmtp-devel, gnome-online-accounts
  346. - create %%{name}-mtp and %%{name}-goa subpackages
  347. * Sun Mar 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.2-3
  348. - rebuild with libimobiledevice-1.1.5
  349. * Fri Jan 11 2013 IWAI, Masaharu <iwai@alib.jp> 1.14.2-2
  350. - build with libgphoto2 2.5.0-1
  351. * Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.2-1
  352. - new upstream release
  353. * Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.1-1
  354. - new upstream release
  355. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.0-1
  356. - new upstream release
  357. - add BuildRequires: libsecret-devel, gtk3-devel
  358. - remove BuildRequires: GConf2-devel
  359. * Sun Jun 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.3-2
  360. - rebuild with libarchive-3.0.4
  361. * Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.3-1
  362. - new upstream release
  363. * Mon Apr 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.2-1
  364. - new upstream release
  365. * Sat Apr 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.1-1
  366. - new upstream release
  367. - add BuildRequires: udisks2-devel
  368. - remove BuildRequires: gnome-disk-utility-devel
  369. * Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.1-1
  370. - new upstream release
  371. * Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
  372. - new upstream release
  373. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.5-1
  374. - new upstream release
  375. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.4-1
  376. - new upstream release
  377. * Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.3-1
  378. - new upstream release
  379. * Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.2-1
  380. - new upstream release
  381. - add Provides: and Obsoletes: gnome-mount
  382. * Thu May 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.7-1
  383. - new upstream release
  384. * Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.6-1
  385. - new upstream release
  386. - drop Patch2
  387. * Sun Oct 17 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.4-2
  388. - add Patch2 (gvfs-1.6.4-sftp-timeout.patch)
  389. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.4-1
  390. - new upstream release
  391. * Sat Jul 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.3-1
  392. - new upstream release
  393. * Tue Jun 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-1
  394. - new upstream release
  395. * Sat May 22 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.6.1-3
  396. - rebuilt with libcdio-0.82
  397. * Wed May 12 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.1-2
  398. - add configure option --enable-gdu
  399. - add BR: gnome-disk-utility-devel
  400. - add afc subpackage for new AFC backend,
  401. providing access to Apple's iPhone, and iPod Touch devices
  402. * Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
  403. - new upstream release
  404. * Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
  405. - new upstream release
  406. - change BuildRequires: gnome-keyring-devel -> libgnome-keyring-devel
  407. - change BuildRequires: hal-devel -> ibgudev1-devel
  408. - add configure option (--disable-hal)
  409. * Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.3-1
  410. - new upstream release
  411. * Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.1-1
  412. - new upstream release
  413. * Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.3-2
  414. - new upstream release
  415. * Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2-1
  416. - new upstream release
  417. * Sat Apr 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.0-2
  418. - new upstream release
  419. * Thu Oct 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-1
  420. - new upstream release
  421. - BR: bluez-libs-devel >= 4.15
  422. * Thu Oct 23 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.0.1-2
  423. - rebuild with bluez-libs-devel-4.15
  424. * Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-1
  425. - new upstream release
  426. * Mon Sep 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.0-1
  427. - new upstream release
  428. * Sat Sep 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.6-1
  429. - new upstream release
  430. - split out backends to sub packages
  431. * Thu Jul 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.1-1
  432. - new upstream release
  433. * Thu Apr 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.2.3-1vl5
  434. - new upstream release
  435. * Wed Apr 2 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.2.2-1vl5
  436. - Initial build for Vine Linux
  437. * Fri Mar 28 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.2.2-1
  438. - Update to 0.2.2
  439. * Tue Mar 25 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.2.1-4
  440. - Moved fuse stuff to a dedicated package
  441. * Thu Mar 20 2008 Alexander Larsson <alexl@redhat.com> - 0.2.1-3
  442. - Add patch with simple archive backend UI integration
  443. * Wed Mar 19 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.2.1-2
  444. - Added libarchive dependency for archive backend
  445. - Require new libsmbclient in order to get smb backend working again
  446. * Tue Mar 18 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.2.1-1
  447. - Update to 0.2.1 (archive backend temporarily disabled)
  448. * Mon Mar 17 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.0.1-2
  449. - Silence %%post
  450. * Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.0.1-1
  451. - Update to 0.2.0.1
  452. * Thu Mar 6 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.1.11-2
  453. - Add patch that fixes a deadlock when foreign volume is removed
  454. * Tue Mar 4 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.11-1
  455. - Update to 0.1.11
  456. * Tue Mar 04 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.1.10-1
  457. - Update to 0.1.10
  458. * Mon Feb 25 2008 Alexander Larsson <alexl@redhat.com> - 0.1.8-1
  459. - Update to 0.1.8
  460. * Thu Feb 14 2008 Alexander Larsson <alexl@redhat.com> - 0.1.7-3
  461. - Add patch that fixes a smb bug that can cause short reads when copying files
  462. * Tue Feb 12 2008 Alexander Larsson <alexl@redhat.com> - 0.1.7-2
  463. - Fix double free in hal volume monitor
  464. - Ensure gconf module is built by adding build dep
  465. * Mon Feb 11 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.7-1
  466. - Update to 0.1.7
  467. * Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.6-1
  468. - Update to 0.1.6
  469. * Mon Jan 28 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.5-1
  470. - Update to 0.1.5
  471. - Reenable http/dav
  472. * Mon Jan 21 2008 Alexander Larsson <alexl@redhat.com> - 0.1.4-2
  473. - Remove the http/dav stuff for now, as we don't have the latest libsoup
  474. * Mon Jan 21 2008 Alexander Larsson <alexl@redhat.com> - 0.1.4-1
  475. - Update to 0.1.4
  476. - Send USR1 in post to reload config
  477. * Mon Jan 14 2008 Matthias Clasen <mclasen@redhat.com> 0.1.2-1
  478. - Update to 0.1.2
  479. * Tue Jan 8 2008 Matthias Clasen <mclasen@redhat.com> 0.1.1-1
  480. - Update to 0.1.1
  481. * Thu Dec 20 2007 Matthias Clasen <mclasen@redhat.com> 0.1.0-1
  482. - Initial packaging