balsa-vl.spec 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355
  1. Name: balsa
  2. Version: 2.6.1
  3. Release: 2%{?_dist_release}
  4. Summary: Mail Client
  5. Vendor: Project Vine
  6. Distribution: Vine Linux
  7. License: GPLv2+
  8. URL: http://pawsa.fedorapeople.org/balsa/
  9. Source0: http://pawsa.fedorapeople.org/balsa/%{name}-%{version}.tar.bz2
  10. #Source0: https://github.com/GNOME/balsa/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
  11. Source1000: ja.po
  12. #BuildRequires: gnome-vfs2-devel
  13. BuildRequires: desktop-file-utils
  14. BuildRequires: enchant2-devel
  15. BuildRequires: fribidi-devel
  16. BuildRequires: gettext
  17. BuildRequires: gmime-devel >= 3.2.6
  18. BuildRequires: gnutls-devel
  19. BuildRequires: gnome-doc-utils
  20. BuildRequires: gpgme-devel
  21. BuildRequires: gtkspell3-devel
  22. BuildRequires: intltool
  23. BuildRequires: krb5-devel
  24. BuildRequires: libical-devel
  25. BuildRequires: libnotify-devel
  26. BuildRequires: libsecret-devel
  27. #BuildRequires: meson
  28. BuildRequires: openssl-devel
  29. BuildRequires: sqlite3-devel
  30. BuildRequires: rarian-compat
  31. BuildRequires: unique-devel
  32. BuildRequires: webkitgtk4-devel
  33. BuildRequires: yelp-tools
  34. %description
  35. Balsa is a GNOME email client which supports mbox, maildir, and mh
  36. local mailboxes, and IMAP4 and POP3 remote mailboxes. Email can be
  37. sent via sendmail or SMTP. Optional multithreading support allows for
  38. non-intrusive retrieval and sending of mail. A finished GUI similar to
  39. that of the Eudora email client supports viewing images inline, saving
  40. message parts, viewing headers, adding attachments, moving messages,
  41. and printing messages.
  42. %prep
  43. %setup -q
  44. cp %{SOURCE1000} po/
  45. %build
  46. %configure \
  47. --disable-more-warnings \
  48. --with-gss \
  49. --with-spell-checker=gtkspell \
  50. --without-gnome \
  51. --with-html-widget=webkit2 \
  52. --with-libsecret \
  53. --enable-autocrypt
  54. make %{_smp_mflags}
  55. %if 0
  56. %meson \
  57. -Dgnome-desktop=false \
  58. -Dautocrypt=true \
  59. -Dgss=true \
  60. -Dhtml-widget=webkit2 \
  61. -Dspell-checker=gtkspell \
  62. -Dlibsecret=true \
  63. -Dmore-warnings=false \
  64. -Dhelp-files=true
  65. %meson_build
  66. %endif
  67. %install
  68. rm -rf %{buildroot}
  69. %make_install
  70. #meson_install
  71. %find_lang %{name} --with-gnome
  72. %clean
  73. rm -rf %{buildroot}
  74. %files -f %{name}.lang
  75. %license COPYING
  76. %doc README ChangeLog NEWS TODO AUTHORS HACKING docs/mh-mail-HOWTO
  77. %doc docs/vconvert.awk docs/pine2vcard
  78. %{_bindir}/balsa
  79. %{_bindir}/balsa-ab
  80. %{_datadir}/applications/*.desktop
  81. %{_datadir}/balsa/
  82. %{_datadir}/pixmaps/gnome-balsa2.png
  83. %{_datadir}/sounds/balsa/
  84. %{_datadir}/metainfo/balsa.appdata.xml
  85. %{_mandir}/man1/balsa.1*
  86. %config(noreplace) %{_sysconfdir}/sound/events/balsa.soundlist
  87. %changelog
  88. * Tue Jul 14 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.6.1-2
  89. - enabled autocrypt support.
  90. - updated ja.po.
  91. * Sat May 30 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.6.1-1
  92. - new upstream release.
  93. * Fri May 01 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.6.0-2
  94. - initial build for Vine Linux.
  95. * Sun Apr 12 2020 Pawel Salek <pawsa0@gmail.com> - 2.6.0-1
  96. - Update to upstream balsa-2.6.0.
  97. - Remove --with-gpgme as gpg is fixed build requirement now.
  98. * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.9-2
  99. - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
  100. * Sat Oct 19 2019 Pawel Salek <pawsa0@gmail.com> - 2.5.9-1
  101. - Update to upstream balsa-2.5.9
  102. * Wed Oct 09 2019 Pawel Salek <pawsa0@gmail.com> - 2.5.7-3
  103. - Drop dependency on libesmtp
  104. * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.7-2
  105. - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
  106. * Sat May 25 2019 Pawel Salek <pawsa0@gmail.com> - 2.5.7-1
  107. - Update to upstream balsa-2.5.7
  108. * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.6-4
  109. - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
  110. * Mon Jul 23 2018 Pawel Salek <pawsa0@gmail.com> - 2.5.6-3
  111. - Remove obsolete compile options
  112. * Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.6-2
  113. - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
  114. * Sat Jun 09 2018 Pawel Salek <pawsa0@gmail.com> - 2.5.6-1
  115. - Update to upstream balsa-2.5.6
  116. * Wed Mar 14 2018 Pawel Salek <pawsa0@gmail.com> - 2.5.5-1
  117. - Update to upstream balsa-2.5.5
  118. * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.3-8
  119. - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
  120. * Sun Jan 07 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.5.3-7
  121. - Remove obsolete scriptlets
  122. * Wed Jan 03 2018 Lubomir Rintel <lkundrak@v3.sk> - 2.5.3-6
  123. - Drop NetworkManager-lib BR
  124. * Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.3-5
  125. - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
  126. * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.3-4
  127. - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
  128. * Thu May 04 2017 Pawel Salek <pawsa0@gmail.com> - 2.5.3-3
  129. - build against webkit2
  130. * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.3-2
  131. - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
  132. * Sat Dec 10 2016 Pawel Salek <pawsa0@gmail.com> - 2.5.3-1
  133. - Update to upstream balsa-2.5.3; fix build against openssl-1.1.0
  134. * Sat Dec 10 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.5.2-4
  135. - Rebuild for gpgme 1.18
  136. * Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.2-3
  137. - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
  138. * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.2-2
  139. - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
  140. * Sat May 30 2015 Pawel Salek <salek@kth.se> - 2.5.2-1
  141. - update to upstream 2.5.2
  142. * Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.1-4
  143. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
  144. * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.1-3
  145. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
  146. * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.1-2
  147. - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
  148. * Sun Apr 28 2013 Pawel Salek <salek@kth.se> - 2.5.1-1
  149. - update to upstream 2.5.1
  150. * Thu Feb 28 2013 Pawel Salek <salek@kth.se> - 2.5.0-1
  151. - update to upstream 2.5.0
  152. * Fri Feb 15 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 2.4.12-4
  153. - Fix FTBFS
  154. - Conditionalize vendor so it will still be present on F18 or less
  155. * Sun Feb 10 2013 Rahul Sundaram <sundaram@fedoraproject.org> - 2.4.12-3
  156. - remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247
  157. - clean up spec to follow current guidelines
  158. * Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.12-2
  159. - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
  160. * Fri Apr 20 2012 Pawel Salek <salek@kth.se> - 2.4.12-1
  161. - update to upstream 2.4.12
  162. * Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.11-2
  163. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  164. * Tue Nov 22 2011 Pawel Salek <salek@kth.se> - 2.4.11-1
  165. - update to upstream 2.4.11
  166. * Tue Sep 20 2011 Pawel Salek <pawsa@ice> - 2.4.10-1
  167. - update to upstream 2.4.10
  168. * Sat Mar 26 2011 Pawel Salek <salek@kth.se> - 2.4.9-6
  169. - use webkit as HTML widget.
  170. * Fri Feb 25 2011 Pawel Salek <salek@kth.se> - 2.4.9-5
  171. - disable gnome libs and HTML support until it stabilizes.
  172. * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.9-4
  173. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  174. * Tue Dec 28 2010 Pawel Salek <salek@kth.se> - 2.4.9-3
  175. - rebuild against new gtk and gtkhtml.
  176. * Tue Dec 07 2010 Pawel Salek <salek@kth.se> - 2.4.9-2
  177. - rebuild against libesmtp-1.0.6
  178. * Fri Nov 19 2010 Pawel Salek <salek@kth.se> - 2.4.9-1
  179. - update to upstream 2.4.9
  180. * Sat Aug 21 2010 Pawel Salek <salek@kth.se> - 2.4.8-1
  181. - update to upstream 2.4.8
  182. * Sat Feb 20 2010 Pawel Salek <salek@kth.se> - 2.4.7-2
  183. - add a partial gmime-2.5.1 port patch, remove gpgme support for now.
  184. * Sat Feb 13 2010 Pawel Salek <salek@kth.se> - 2.4.7-1
  185. - update to upstream 2.4.7
  186. * Mon Feb 1 2010 Pawel Salek <salek@kth.se> - 2.4.6-3
  187. - We use libunique - GNOME_Balsa.server is redundant now.
  188. * Mon Feb 1 2010 Pawel Salek <salek@kth.se> - 2.4.6-1
  189. - update to upstream 2.4.6
  190. * Wed Dec 30 2009 Pawel Salek <salek@kth.se> - 2.4.2-1
  191. - update to upstream 2.4.2
  192. * Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 2.4.1-2
  193. - rebuilt with new openssl
  194. * Sun Aug 09 2009 Pawel Salek <salek@kth.se> - 2.4.1-1
  195. - update to upstream 2.4.1.
  196. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.0-2
  197. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  198. * Thu May 28 2009 Pawel Salek <salek@kth.se> - 2.4.0-1
  199. - update to upstream 2.4.0.
  200. * Thu Mar 19 2009 Lubomir Rintel <lkundrak@v3.sk> - 2.3.28-4
  201. - Patch for newer gmime
  202. - Fix BRs
  203. * Mon Mar 2 2009 Pawel Salek <pawsa@theochem.kth.se> - 2.3.28-3
  204. - Add autoreconf, mock on devel does not work right now.
  205. * Mon Mar 2 2009 Pawel Salek <pawsa@theochem.kth.se> - 2.3.28-2
  206. - specify a correct patch path strip argument.
  207. * Mon Mar 2 2009 Pawel Salek <pawsa@theochem.kth.se> - 2.3.28-1
  208. - upgrade to 2.3.28. Fix bug 487780.
  209. * Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.26-5
  210. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  211. * Thu Jan 15 2009 Tomas Mraz <tmraz@redhat.com> - 2.3.26-4
  212. - rebuild with new openssl
  213. * Thu Dec 18 2008 Pawel Salek <pawsa at theochem.kth.se> - 2.3.26-3
  214. - Port to gmime-2.4 using http://bugzilla.gnome.org/537507
  215. * Sun Sep 07 2008 Pawel Salek <pawsa at theochem.kth.se> - 2.3.26-2
  216. - Use deprecated GTK+ interface until upstream fixes their bugs.
  217. * Sun Sep 07 2008 Pawel Salek <pawsa at theochem.kth.se> - 2.3.26-1
  218. - update to upstream 2.3.26.
  219. * Mon Jul 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.3.25-2
  220. - fix license tag
  221. * Wed Jun 18 2008 Pawel Salek <pawsa at theochem.kth.se> - 2.3.25-1
  222. - update to upstream 2.3.25.
  223. * Sat May 31 2008 Pawel Salek <pawsa at theochem.kth.se> - 2.3.24-1
  224. - update to upstream 2.3.24.
  225. * Mon Mar 31 2008 Pawel Salek <pawsa at theochem.kth.se> - 2.3.23-1
  226. - update to upstream 2.3.23.
  227. * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.3.22-2
  228. - Autorebuild for GCC 4.3
  229. * Tue Dec 25 2007 Pawel Salek <pawsa at theochem kth se> - 2.3.22-1
  230. - Update to upstream 2.3.22.
  231. * Sat Dec 08 2007 Pawel Salek <pawsa@theochem.kth.se> - 2.3.21-1
  232. - update to 2.3.21 and rebuild.
  233. * Thu Dec 06 2007 Release Engineering <rel-eng at fedoraproject dot org> - 2.3.20-2
  234. - Rebuild for deps
  235. * Fri Sep 7 2007 Pawel Salek <pawsa@theochem.kth.se> - 2.3.20-1
  236. - update to upstream 2.3.20.
  237. * Sat Aug 25 2007 Pawel Salek <pawsa@theochem.kth.se> - 2.3.19-1
  238. - Update to upstream 2.3.19.
  239. * Wed Aug 22 2007 Pawel Salek <pawsa@theochem.kth.se> - 2.3.18-4
  240. - Fix parallel build.
  241. * Wed Aug 22 2007 Pawel Salek <pawsa@theochem.kth.se> - 2.3.18-1
  242. - update to upstream 2.3.18.
  243. * Sat Aug 11 2007 Pawel Salek <pawsa@theochem.kth.se> - 2.3.17-2
  244. - work around build problem.
  245. * Wed Jul 4 2007 Pawel Salek <pawsa@theochem.kth.se> - 2.3.17-1
  246. - update to upstream 2.3.17.
  247. * Sun May 27 2007 Pawel Salek <pawsa@theochem.kth.se> - 2.3.16-1
  248. - update to upstream 2.3.16.
  249. * Sat May 5 2007 Pawel Salek <pawsa@theochem.kth.se> - 2.3.15-3
  250. - fix HTML+print interaction.
  251. * Tue May 1 2007 Pawel Salek <pawsa@theochem.kth.se> - 2.3.15-1
  252. - update to upstream 2.3.15.
  253. * Tue Dec 12 2006 Pawel Salek <pawsa@theochem.kth.se> - 2.3.14-1
  254. - update to upstream version 2.3.14.
  255. * Mon Sep 11 2006 Pawel Salek <pawsa@theochem.kth.se> - 2.3.13-2
  256. - rebuild for FC6.