gvfs-vl.spec 19 KB

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