deluge-vl.spec 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742
  1. %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
  2. Name: deluge
  3. Version: 1.3.12
  4. Release: 1%{?_dist_release}
  5. Summary: A GTK+ BitTorrent client with support for DHT, UPnP, and PEX
  6. Summary(ja): DHT・UPnP・PEX をサポートした GTK+ BitTorrent クライアント
  7. Group: Applications/Internet
  8. License: GPLv3 with exceptions
  9. URL: http://deluge-torrent.org/
  10. Source0: http://download.deluge-torrent.org/source/%{version}/%{name}-%{version}.tar.lzma
  11. Source1: deluge-daemon-init
  12. ## The scalable icon needs to be installed to the proper place.
  13. #Patch0: %{name}-scalable-icon-dir.diff
  14. Patch1: 010_new_release_check.patch
  15. #Patch10: workaround_build.patch
  16. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  17. BuildArch: noarch
  18. BuildRequires: desktop-file-utils
  19. BuildRequires: python-devel
  20. BuildRequires: python-setuptools
  21. ## The build script checks for the libtorrent module and skips compiling the
  22. ## in-tarball one if this is found.
  23. BuildRequires: libtorrent-rasterbar-python >= 0.14.9
  24. BuildRequires: intltool
  25. ## add Requires to make into Meta package
  26. Requires: %{name}-common = %{version}-%{release}
  27. Requires: %{name}-gtk = %{version}-%{release}
  28. Requires: %{name}-images = %{version}-%{release}
  29. Requires: %{name}-console = %{version}-%{release}
  30. Requires: %{name}-web = %{version}-%{release}
  31. Requires: %{name}-daemon = %{version}-%{release}
  32. # removal of flags
  33. Provides: deluge-flags = %{version}-%{release}
  34. Obsoletes: deluge-flags < 1.3.1-3
  35. %description
  36. Deluge is a new BitTorrent client, created using Python and GTK+. It is
  37. intended to bring a native, full-featured client to Linux GTK+ desktop
  38. environments such as GNOME and Xfce.
  39. %description -l ja
  40. Deluge は Python と GTK+ を用いて作成された新しい BitTorrent クライアントです。
  41. GNOME や Xfce のような Linux の GTK+ デスクトップ環境にネイティブかつフル機能の
  42. クライアントを提供することを意図しています。
  43. %package common
  44. Summary: Files common to Deluge sub packages
  45. Summary(ja): Deluge サブパッケージに共通するファイル
  46. Group: Applications/Internet
  47. License: GPLv3 with exceptions
  48. Requires: python-setuptools
  49. Requires: pyOpenSSL
  50. Requires: python-chardet
  51. Requires: python-simplejson
  52. Requires: pyxdg
  53. Requires: libtorrent-rasterbar-python >= 0.14.9
  54. Requires: python-twisted
  55. %description common
  56. Common files needed by the Deluge bittorrent client sub packages
  57. %package gtk
  58. Summary: The gtk UI to Deluge
  59. Summary(ja): Deluge の gtk ユーザーインターフェイス
  60. Group: Applications/Internet
  61. License: GPLv3 with exceptions
  62. Requires: %{name}-common = %{version}-%{release}
  63. Requires: %{name}-images = %{version}-%{release}
  64. Requires: %{name}-daemon = %{version}-%{release}
  65. Requires: gnome-python
  66. ## Required for the proper ownership of icon dirs.
  67. Requires: hicolor-icon-theme
  68. Requires: notify-python
  69. Requires: pygtk2-libglade
  70. %description gtk
  71. Deluge bittorent client GTK graphical user interface
  72. %package images
  73. Summary: Image files for Deluge
  74. Summary(ja): Deluge の画像ファイル
  75. Group: Applications/Internet
  76. License: GPLv3 with exceptions
  77. %description images
  78. Data files used by the GTK and web user interface for Deluge bittorent client
  79. %package console
  80. Summary: CLI to Deluge
  81. Summary(ja): Deluge のコマンドラインインターフェイス
  82. Group: Applications/Internet
  83. License: GPLv3 with exceptions
  84. Requires: %{name}-common = %{version}-%{release}
  85. Requires: %{name}-daemon = %{version}-%{release}
  86. %description console
  87. Deluge bittorent client command line interface
  88. %package web
  89. Summary: Web interface to Deluge
  90. Summary(ja): Deluge の Web インターフェイス
  91. Group: Applications/Internet
  92. License: GPLv3 with exceptions
  93. Requires: python-mako
  94. Requires: %{name}-common = %{version}-%{release}
  95. Requires: %{name}-images = %{version}-%{release}
  96. Requires: %{name}-daemon = %{version}-%{release}
  97. %description web
  98. Deluge bittorent client web interface
  99. %package daemon
  100. Summary: The Deluge daemon
  101. Summary(ja): Deluge デーモン
  102. Group: Applications/Internet
  103. License: GPLv3 with exceptions
  104. Requires: %{name}-common = %{version}-%{release}
  105. Requires(pre): shadow-utils
  106. Requires(post): chkconfig
  107. Requires(preun): chkconfig
  108. Requires(preun): initscripts
  109. Requires(postun): initscripts
  110. %description daemon
  111. Files for the Deluge daemon
  112. %prep
  113. %setup -qn "%{name}-%{version}"
  114. #%patch0 -p0 -b .fix-scalable-icon-dir
  115. %patch1 -p1
  116. #%patch10 -p1
  117. %build
  118. CFLAGS="%{optflags}" %{__python} setup.py build
  119. %install
  120. rm -rf %{buildroot}
  121. mkdir -p %{buildroot}%{_initddir}
  122. install -m755 %{SOURCE1} %{buildroot}%{_initddir}/%{name}-daemon
  123. mkdir -p %{buildroot}/var/lib/%{name}
  124. %{__python} setup.py install -O1 --skip-build --root %{buildroot}
  125. desktop-file-install --vendor vine \
  126. --dir %{buildroot}%{_datadir}/applications \
  127. --copy-name-to-generic-name \
  128. --add-mime-type=application/x-bittorrent \
  129. --delete-original \
  130. --remove-category=Application \
  131. %{buildroot}%{_datadir}/applications/%{name}.desktop
  132. ## NOTE: The lang files should REEEAALLLY be in a standard place such as
  133. ## /usr/share/locale or similar. It'd make things so much nicer for
  134. ## the packaging. :O
  135. ## A bit of sed magic to mark the translation files with %%lang, taken from
  136. ## find-lang.sh (part of the rpm-build package) and tweaked somewhat. We
  137. ## cannot (unfortunately) call find-lang directly since it's not on a
  138. ## "$PREFIX/share/locale/"-ish directory tree.
  139. pushd %{buildroot}
  140. find -type f -o -type l \
  141. | sed '
  142. s:%{buildroot}%{python_sitelib}::
  143. s:^\.::
  144. s:\(.*/deluge/i18n/\)\([^/_]\+\)\(.*\.mo$\):%lang(\2) \1\2\3:
  145. s:^\([^%].*\)::
  146. s:%lang(C) ::
  147. /^$/d' \
  148. > %{name}.lang
  149. ## Now we move that list back to our sources, so that '%%files -f' can find it
  150. ## properly.
  151. popd && mv %{buildroot}/%{name}.lang .
  152. #fix non exec script errors in two files
  153. for lib in "%{buildroot}%{python_sitelib}/%{name}/ui/web/gen_gettext.py" "%{buildroot}%{python_sitelib}/%{name}/ui/Win32IconImagePlugin.py" ; do
  154. sed '/\/usr\/bin/d' $lib > $lib.new &&
  155. touch -r $lib $lib.new &&
  156. mv $lib.new $lib
  157. done
  158. #Removing unneeded .order files.
  159. rm -f %{buildroot}%{python_sitelib}/%{name}/ui/web/js/deluge-all/.order
  160. rm -f %{buildroot}%{python_sitelib}/%{name}/ui/web/js/deluge-all/add/.order
  161. rm -f %{buildroot}%{python_sitelib}/%{name}/ui/web/js/deluge-all/data/.order
  162. rm -f %{buildroot}%{python_sitelib}/%{name}/ui/web/js/deluge-all/.build
  163. rm -f %{buildroot}%{python_sitelib}/%{name}/ui/web/js/deluge-all/.build_data
  164. %clean
  165. rm -rf %{buildroot}
  166. %files
  167. %files common -f %{name}.lang
  168. %doc ChangeLog LICENSE README
  169. %{python_sitelib}/%{name}-%{version}-py?.?.egg-info/
  170. %dir %{python_sitelib}/%{name}
  171. %{python_sitelib}/%{name}/*.py*
  172. %{python_sitelib}/%{name}/plugins
  173. %{python_sitelib}/%{name}/core
  174. %dir %{python_sitelib}/%{name}/ui
  175. %{python_sitelib}/%{name}/ui/*.py*
  176. # includes %%name.pot too
  177. %dir %{python_sitelib}/%{name}/i18n
  178. %dir %{python_sitelib}/%{name}/i18n/*
  179. %dir %{python_sitelib}/%{name}/i18n/*/LC_MESSAGES
  180. %files images
  181. # only pixmaps dir is in data so I own it all
  182. %{python_sitelib}/%{name}/data
  183. # if someone decides to only install images
  184. %dir %{python_sitelib}/%{name}
  185. %{_datadir}/icons/hicolor/*/apps/%{name}.*
  186. %{_datadir}/pixmaps/%{name}.*
  187. %files gtk
  188. %{_bindir}/%{name}
  189. %{_bindir}/%{name}-gtk
  190. %{_datadir}/applications/vine-%{name}.desktop
  191. %{python_sitelib}/%{name}/ui/gtkui
  192. %{_mandir}/man?/%{name}-gtk*
  193. %{_mandir}/man?/%{name}.1*
  194. %files console
  195. %{_bindir}/%{name}-console
  196. %{python_sitelib}/%{name}/ui/console
  197. %{_mandir}/man?/%{name}-console*
  198. %files web
  199. %{_bindir}/%{name}-web
  200. %{python_sitelib}/%{name}/ui/web
  201. %{_mandir}/man?/%{name}-web*
  202. %files daemon
  203. %{_bindir}/%{name}d
  204. %{_initddir}/%{name}-daemon
  205. %attr(-,%{name}, %{name})/var/lib/%{name}/
  206. %{_mandir}/man?/%{name}d*
  207. %pre daemon
  208. getent group %{name} >/dev/null || groupadd -r %{name}
  209. getent passwd %{name} >/dev/null || \
  210. useradd -r -g %{name} -d /var/lib/%{name} -s /sbin/nologin \
  211. -c "deluge daemon account" %{name}
  212. exit 0
  213. %post daemon
  214. /sbin/chkconfig --add %{name}-daemon
  215. %post gtk
  216. update-desktop-database &> /dev/null || :
  217. %post images
  218. touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
  219. %preun daemon
  220. if [ $1 = 0 ] ; then
  221. /sbin/service %{name}-daemon stop >/dev/null 2>&1
  222. /sbin/chkconfig --del %{name}-daemon
  223. fi
  224. %postun daemon
  225. if [ "$1" -ge "1" ] ; then
  226. /sbin/service %{name}-daemon condrestart >/dev/null 2>&1 || :
  227. fi
  228. %postun gtk
  229. update-desktop-database &> /dev/null || :
  230. %postun images
  231. if [ $1 -eq 0 ] ; then
  232. touch --no-create %{_datadir}/icons/hicolor &>/dev/null
  233. gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
  234. fi
  235. %posttrans images
  236. gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
  237. %changelog
  238. * Thu Jun 16 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.3.12-1
  239. - new upstream release
  240. -deleted Patch0, Patch10
  241. * Sun Jan 19 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.3.6-2
  242. - rebuilt with new toolchain
  243. * Wed Feb 27 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.3.6-1
  244. - new upstream release
  245. * Wed May 02 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.3.5-1
  246. - new upstream release
  247. * Tue Mar 06 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.3.4-1
  248. - new upstream release
  249. * Tue Feb 28 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.3.3-2
  250. - rebuilt with python-2.7
  251. * Wed Sep 21 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.3.3-1
  252. - new upstream release
  253. - splitted -common, -gtk, -images, -console, -web, -daemon packages
  254. - imported source1 from Fedora develoment
  255. - changed source archive
  256. - added BuildRequires: intltool
  257. * Sat Dec 25 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.3.1-1
  258. - new upstream release
  259. - added patch10 to work around building problem
  260. - disabled svn access
  261. * Sun Sep 19 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.3.0-1
  262. - new upstream release
  263. * Tue May 4 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.2.3-1
  264. - new upstream release
  265. * Thu Mar 18 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.2.1-1
  266. - new upstream release
  267. - added Requires: python-mako, notify-python, gnome-python
  268. - removed Requires: /bin/sh, dbus-python, dbus-x11
  269. - changed BuildRequires and Requires: libtorrent-rasterbar-python >= 0.14.9
  270. - applied new naming policy to spec
  271. * Tue Feb 9 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.2.0-2
  272. - rebuilt with python-2.6.4
  273. * Tue Jan 12 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.2.0-1
  274. - new upstream release
  275. - added Patch1 from Debian to disable update
  276. - added Requires: python-twisted, python-simplejson
  277. * Mon Sep 21 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1.9-1
  278. - initial build for VineSeed
  279. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.9-3
  280. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  281. * Wed Jul 08 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.9-2
  282. - Fixed rb_libtorrent-python dependency, so as not to use the
  283. %%min_rblibtorrent_ver macro any more (#510264).
  284. * Wed Jun 17 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.9-1
  285. - Update to new upstream bug-fix release (1.1.9).
  286. - Do not hard-code minimum rb_libtorrent version. (We're only building against
  287. the system rb_libtorrent for Fedora 11+, which already has the necessary
  288. version.)
  289. * Wed May 27 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.8-1
  290. - Update to new upstream release (1.1.8) for bug-fixes and some translation
  291. updates. Adds dependency on chardet for fixing lots of bugs with torrents
  292. which are not encoded as UTF-8.
  293. - Add back the flags, in an optional -flags subpackage as per the new Flags
  294. policy (Package_Maintainers_Flags_Policy on the wiki).
  295. - Add LICENSE and README to installed documentation.
  296. * Fri May 08 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.7-2
  297. - Rebuild for the Boost 1.39.0 update.
  298. * Sat May 02 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.7-1
  299. - Update to new upstream bug-fix release (1.1.7).
  300. * Mon Apr 06 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.6-1
  301. - Update to new upstream bug-fix release (1.1.6)
  302. - Fix GPL version, add OpenSSL exception to License.
  303. - Remove libtool, openssl-devel, and boost-devel BuildRequires (were only
  304. necessary when building the in-tarball libtorrent copy).
  305. * Mon Mar 16 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.5-1
  306. - Update to new upstream bug-fix release (1.1.5)
  307. - Remove FIXME comment about parallel-compilation. We're not building the
  308. in-tarball libtorrent copy anymore, so no compilation (other than the python
  309. bytecode) happens and we no longer need to worry about this.
  310. * Tue Mar 10 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.4-2
  311. - Fix the installed location of the scalable (SVG) icon (#483443).
  312. + scalable-icon-dir.diff
  313. * Mon Mar 09 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.4-1
  314. - Update to new upstream bug-fix release (1.1.4)
  315. * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.3-2
  316. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  317. * Sun Feb 15 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.3-1
  318. - Update to new upstream bug-fix release (1.1.3)
  319. * Sun Feb 01 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.2-2
  320. - Fix scalable icon directory ownership (#483443).
  321. * Sat Jan 31 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.2-1
  322. - Update to new upstream bug-fix release (1.1.2)
  323. * Sun Jan 25 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.1-1
  324. - Update to new upstream bug-fix release (1.1.1)
  325. * Sun Jan 11 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.0-1
  326. - Update to new upstream release (1.1.0 Final - yay!)
  327. - Drop the get_tracker_host patch (fixed upstream):
  328. - fix-get_tracker-host-if-no-tracker.patch
  329. * Fri Jan 09 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.0-0.4.rc3
  330. - Do not package the country flags data.
  331. - Resolves: #479265 (country flags should not be used in Deluge)
  332. * Wed Jan 07 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.0-0.3.rc3
  333. - Add patch from upstream SVN to fix an error where torrents are not shown (or
  334. possibly shown in "Error" states) due to a bad inet_aton call:
  335. + fix-get_tracker-host-if-no-tracker.patch
  336. - Resolves: #479097 (No torrent shown in menu); thanks to Mamoru Tasaka for
  337. the bug report.
  338. - Fix day of previous %%changelog entry.
  339. * Tue Jan 06 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.0-0.2.rc3
  340. - Update to new upstream release candidate (1.1.0 RC3)
  341. - Build against the system rb_libtorrent instead of using the in-tarball copy
  342. (requires rb_libtorrent 0.14+), and adjust dependencies accordingly. Drop
  343. the hacked setup.py script formerly used to enable this (fixed upstream):
  344. - fixed-setup.py
  345. - Make it a noarch package now that it's just python scripts and related
  346. data files (translations, images, etc.)
  347. * Mon Dec 29 2008 Peter Gordon <peter@thecodergeek.com> - 1.1.0-0.1.rc2
  348. - Update to new upstream release candidate (1.1.0 RC2)
  349. * Thu Dec 18 2008 Petr Machata <pmachata@redhat.com> - 1.0.7-2
  350. - Rebuild for new boost.
  351. * Tue Dec 16 2008 Peter Gordon <peter@thecodergeek.com> - 1.0.7-1
  352. - Update to new upstream bug-fix release (1.0.7)
  353. - Remove CC-BY-SA license (the Tango WebUI images have been replaced by upstream).
  354. * Mon Dec 01 2008 Peter Gordon <peter@thecodergeek.com> - 1.0.6-1
  355. - Update to new upstream release (1.0.6)
  356. - Adds Tango images to the WebUI data (CC-BY-SA) and some man pages.
  357. - Properly mark translation files with %%lang.
  358. * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.0.5-3
  359. - Fix locations for Python 2.6
  360. * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.0.5-2
  361. - Rebuild for Python 2.6
  362. * Thu Nov 13 2008 Peter Gordon <peter@thecodergeek.com> - 1.0.5-1
  363. - Update to new upstream release (1.0.5)
  364. * Fri Oct 31 2008 Peter Gordon <peter@thecodergeek.com> - 1.0.4-1
  365. - Update to new upstream release (1.0.4).
  366. * Fri Oct 24 2008 Peter Gordon <peter@thecodergeek.com> - 1.0.3-1
  367. - Update to new upstream release (1.0.3)
  368. * Sun Oct 12 2008 Peter Gordon <peter@thecodergeek.com> - 1.0.2-1
  369. - Update to new upstream release (1.0.2)
  370. - Drop multithreaded boost compilation patch (fixed upstream, again).
  371. - mt-boost-fix.patch
  372. * Sat Sep 27 2008 Peter Gordon <peter@thecodergeek.com> - 1.0.0-1
  373. - Update to new upstream release (1.0.0 Final)
  374. - Apply patch from Mamoru Tasaka to build against the multi-threaded Boost
  375. libraries once more:
  376. + mt-boost-fix.patch
  377. - Resolves: #464151 (About 1.0.0 build failure)
  378. * Tue Sep 16 2008 Peter Gordon <peter@thecodergeek.com> - 0.9.09-1
  379. - Update to new upstream release candidate (1.0.0 RC9)
  380. - Drop mt-boost patch (fixed upstream):
  381. - use-mt-boost.patch
  382. * Sun Sep 07 2008 Peter Gordon <peter@thecodergeek.com> - 0.9.08-1
  383. - Update to new upstream release candidate (1.0.0 RC8)
  384. - Drop state_upgrade script from the documentation. (This is now handled
  385. automatically.)
  386. - Fix version in previous %%changelog entry.
  387. * Wed Aug 13 2008 Peter Gordon <peter@thecodergeek.com> - 0.9.07-1
  388. - Update to new upstream release candidate (1.0.0 RC7)
  389. - Drop desktop file icon name hack (fixed upstream).
  390. * Wed Aug 13 2008 Peter Gordon <peter@thecodergeek.com> - 0.9.06-1
  391. - Update to new upstream release candidate (1.0.0 RC6)
  392. - Drop desktop file icon name hack (fixed upstream).
  393. * Fri Aug 01 2008 Peter Gordon <peter@thecodergeek.com> - 0.9.04-1
  394. - Update to new upstream release candidate (1.0.0 RC4)
  395. * Wed Jul 23 2008 Peter Gordon <peter@thecodergeek.com> - 0.9.03-2
  396. - Add setuptools runtime dependency, to fix "No module named pkg_resources"
  397. error messages.
  398. * Mon Jul 21 2008 Peter Gordon <peter@thecodergeek.com> - 0.9.03-1
  399. - Update to new upstream release candidate (1.0.0 RC3)
  400. - Re-add the blocklist plugin, at upstream's suggestion. (The rewrite is
  401. complete.)
  402. * Tue Jul 15 2008 Peter Gordon <peter@thecodergeek.com> - 0.9.02-1
  403. - Update to new upstream release candidate (1.0.0 RC2)
  404. - Force building against the multithreaded Boost libs.
  405. + use-mt-boost.patch
  406. - Remove python-libtorrent Obsoletes. (It's been dead for 3 releases now; and
  407. is just clutter.)
  408. - Remove the blocklist plugin, at upstream's recommendation.
  409. * Tue Jun 24 2008 Peter Gordon <peter@thecodergeek.com> - 0.5.9.3-1
  410. - Update to new upstream release (0.5.9.3)
  411. * Fri May 23 2008 Peter Gordon <peter@thecodergeek.com> - 0.5.9.1-1
  412. - Update to new upstream release (0.5.9.1)
  413. * Fri May 02 2008 Peter Gordon <peter@thecodergeek.com> - 0.5.9.0-1
  414. - Update to new upstream release (0.5.9.0)
  415. - Drop upstreamed default-preferences patch for disabling new version
  416. notifications:
  417. - default-prefs-no-release-notifications.patch
  418. * Tue Apr 15 2008 Peter Gordon <peter@thecodergeek.com> - 0.5.8.9-1
  419. - Update to new upstream release (0.5.8.9)
  420. * Wed Mar 26 2008 Peter Gordon <peter@thecodergeek.com> - 0.5.8.7-1
  421. - Update to new upstream release (0.5.8.7)
  422. * Mon Mar 17 2008 Peter Gordon <peter@thecodergeek.com> - 0.5.8.6-1
  423. - Update to new upstream release (0.5.8.6)
  424. * Fri Feb 29 2008 Peter Gordon <peter@thecodergeek.com> - 0.5.8.5-1
  425. - Update to new upstream release (0.5.8.5)
  426. * Sat Feb 16 2008 Peter Gordon <peter@thecodergeek.com> - 0.5.8.4-1
  427. - Update to new upstream release (0.5.8.4)
  428. - Rebuild for GCC 4.3
  429. * Mon Jan 28 2008 Peter Gordon <peter@thecodergeek.com> - 0.5.8.3-1
  430. - Update to new upstream security fix release (0.5.8.3), which includes a fix
  431. for a potential remotely-exploitable stack overflow with a malformed
  432. bencoded message.
  433. * Sat Jan 19 2008 Peter Gordon <peter@thecodergeek.com> - 0.5.8.1-1
  434. - Update to new upstream bugfix release (0.5.8.1)
  435. * Wed Jan 09 2008 Peter Gordon <peter@thecodergeek.com> - 0.5.8-3
  436. - Add runtime dependency on dbus-x11 for the dbus-launch utility. Fixes bug
  437. 428106 (Missing BR dbus-x11).
  438. - Bump release to 3 to maintain a proper F8->F9+ upgrade path.
  439. * Mon Dec 31 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.8-1
  440. - Update to new upstream release (0.5.8)
  441. - Merge Mamoru Tasaka's no-release-notification patch into the default-prefs
  442. patch.
  443. * Sat Dec 29 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.7.98-1
  444. - Update to new upstream release candidate (0.5.8 RC2)
  445. * Mon Dec 24 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.7.95-1
  446. - Update to new upstream release candidate (0.5.8 RC1)
  447. - Completely suppress updates notification (bug 299601, 426642)
  448. * Sun Dec 09 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.7.1-2
  449. - Add missing icon cache %%post and %%postun scriptlets.
  450. - Add missing egg-info to the %%files list.
  451. * Fri Dec 07 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.7.1-1
  452. - Update to new upstream bug-fix release (0.5.7.1).
  453. - Sort %%files list (aesthetic-only change).
  454. * Wed Dec 05 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.7-3
  455. - Fix previous %%changelog Version.
  456. - Cleanup the installed .desktop file. Fixes bug 413101 (deluge fails to build
  457. in rawhide bad .desktop file.)
  458. * Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 0.5.7-2
  459. - Rebuild for deps
  460. * Sat Nov 24 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.7-1
  461. - Update to new upstream release (0.5.7)
  462. * Sat Nov 24 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.6.96-1
  463. - Update to new upstream release candidate (0.5.7 RC2)
  464. - Drop plugin error patch (fixed upstream):
  465. - plugin-not-found-OK.patch
  466. * Sat Nov 24 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.6.95-1
  467. - Update to new upstream release candidate (0.5.7 RC)
  468. - Update Source0 url
  469. - Add upstream patch to prevent dying if plugin in prefs.state is not found on
  470. the filesystem:
  471. + plugin-not-found-OK.patch
  472. * Wed Oct 31 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.6.2-1
  473. - Update to new upstream bug-fix release (0.5.6.2)
  474. * Tue Oct 30 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.6.1-1
  475. - Update to new upstream bug-fix release (0.5.6.1)
  476. - Drop use-mt-boost build script patch (fixed upstream):
  477. - use-mt-boost.patch
  478. * Sat Oct 27 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.6-1
  479. - Update to new upstream release (0.5.6)
  480. * Wed Oct 17 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.5.95-1
  481. - Update to new upstream release candidate (0.5.6 RC1)
  482. * Thu Sep 20 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.5-2
  483. - Fix release on previous %%changelog entry.
  484. - Disable the version update notifications by default:
  485. + default-prefs-no-release-notifications.patch
  486. (Resolves bug 299601: Deluge alerts of new versions)
  487. * Wed Sep 12 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.5-1
  488. - Update to new upstream release (0.5.5)
  489. * Mon Sep 03 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.4.1.95-1
  490. - Update to new upstream release candidate (0.5.5 RC1)
  491. * Mon Aug 13 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.4.1-1
  492. - Update to new upstream release (0.5.4.1)
  493. - Build with new binutils to gain BuildID debugging goodness.
  494. * Mon Aug 06 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.4-1
  495. - Update to new upstream release (0.5.4)
  496. * Fri Aug 03 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.3-2
  497. - Update License tag (GPLv2+).
  498. - Rebuild against new Boost libraries, adding a patch to build against the
  499. multi-threaded ("*-mt") libraries:
  500. + use-mt-boost.patch
  501. * Wed Jul 25 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.3-1
  502. - Update to new upstream release candidate (0.5.3)
  503. - Drop %%ifarch invocations for 64-bit builds. The internal setup script now
  504. properly determines this and adds the AMD64 compiler definition if necessary.
  505. * Fri Jul 20 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.2.90-1
  506. - Update to new upstream release candidate (0.5.3 RC1)
  507. - Drop stale persistence fix patch (applied upstream):
  508. - fix-persistence-upgrade-rhbz_247927.patch
  509. * Wed Jul 11 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.2-2
  510. - Add patch to fix the existence of stale persistence files by automatically
  511. updating the deluge.deluge module name to deluge.core, or removing them if
  512. empty (bug 247927):
  513. + fix-persistence-upgrade-rhbz_247927.patch
  514. * Sun Jul 08 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.2-1
  515. - Update to new upstream release (0.5.2)
  516. - Update Summary and %%description to reflect new µTorrent-compatible Peer
  517. Exchange ("PEX") functionality.
  518. * Thu Jun 07 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.0.90.2-2
  519. - Update to new upstream release (0.5.1 Beta 2)
  520. * Sun Apr 08 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.0-2
  521. - Make Deluge the upgrade path of the now-orphaned python-libtorrent package.
  522. * Mon Mar 12 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.0-1
  523. - Update to new upstream release (0.5.0).
  524. * Mon Mar 12 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.99.2-1
  525. - Update to new upstream release (0.5 RC2).
  526. - Drop IndexError exception-handling fix (applied upstream):
  527. - delugegtk.py-fix-IndexError-exception-handling.patch
  528. - Use the system libtool instead of the one from the sources to ensure
  529. that no unnecessary RPATH hacks are added to the final build.
  530. * Wed Mar 07 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.99.1-3
  531. - Add a patch (submitted upstream) to properly catch a thrown IndexError in
  532. state message updates. This should resolve the bug wherein the UI stops
  533. updating its details and torrent listing.
  534. + delugegtk.py-fix-IndexError-exception-handling.patch
  535. * Wed Mar 07 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.99.1-2
  536. - Drop unneeded 64bit-python_long patch; as it seems to cause more trouble than
  537. it's worth. Instead, pass -DAMD64 as a compiler flag on 64-bit arches.
  538. - 64bit-python_long patch
  539. (This should fix the bug where, even though torrents are active, they are not
  540. shown in the GtkTreeView listing.)
  541. * Tue Mar 06 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.99.1-1
  542. - Update to new upstream release (0.5 RC1).
  543. - Use rewritten setup.py instead of patching it so much, since it's easier to
  544. maintain across version upgrades and whatnot:
  545. + fixed-setup.py
  546. - Remove the setup.py patches (no longer needed, since I'm packaging my own):
  547. - setup.py-dont-store-the-install-dir.patch
  548. - setup.py-build-against-system-libtorrent.patch
  549. * Fri Mar 02 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.90.3-1
  550. - Update to new upstream release (0.5 Beta 3).
  551. - Add patch to fix storing of installation directory:
  552. + setup.py-dont-store-the-install-dir.patch
  553. (to be applied after setup.py-build-against-system-libtorrent.patch)
  554. * Sun Feb 25 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.90.2-2
  555. - Add patch to fix 64-bit python_long type.
  556. + 64bit-python_long.patch
  557. * Sat Feb 24 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.90.2-1
  558. - Update to new upstream release (0.5 Beta 2)
  559. - Add patch to force building against system copy of rb_libtorrent:
  560. + setup.py-build-against-system-libtorrent.patch
  561. - Remove python-libtorrent and a few other dependencies that are no longer
  562. used.
  563. * Fri Feb 23 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.1-6
  564. - Fix Source0 URL.
  565. * Wed Feb 21 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.1-5
  566. - Make notify-python dependency conditional (FC6+ only)
  567. - Strip the unneeded shebang lines from the plugin scripts, since they are not
  568. meant to be directly executed.
  569. * Wed Feb 07 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.1-4
  570. - Update .desktop file: Icon should not have the "-256" size suffix.
  571. - Add Requires: notify-python
  572. - Remove strict dependency on python 2.3+, since we're targetting FC5+
  573. only, which has 2.4+.
  574. * Wed Jan 10 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.1-3
  575. - Use install instead of the cp/find/chmod fiasco of earlier releases for
  576. clarity and proper permissions setting.
  577. - Be more consistent about use of %%{name} and other macros in file naming as
  578. well as whitespace between sections.
  579. * Sun Jan 07 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.1-2
  580. - Bump python-libtorrent dependency to 0.3.0-4, which contains a fix for
  581. 64-bit systems.
  582. * Wed Jan 03 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.1-1
  583. - Initial packaging for Fedora Extras.