source: projects/specs/trunk/b/balsa/balsa-vl.spec @ 12438

Revision 12438, 11.5 KB checked in by tomop, 4 years ago (diff)

balsa-2.6.1-2

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