]> git.pld-linux.org Git - packages/balsa.git/blob - balsa.spec
8b7cce65da291b7b02932009079d15bb1989cfbc
[packages/balsa.git] / balsa.spec
1 #
2 # Conditional build:
3 %bcond_without  ldap            # build without LDAP support
4 %bcond_with     gpgme           # build with GPG support (experimental)
5 %bcond_without  esmtp           # build without ESMTP support
6 %bcond_without  gtkhtml         # build without HTML support
7 #
8 Summary:        Balsa Mail Client
9 Summary(es):    Balsa es un lector de e-mail
10 Summary(pl):    Balsa - klient poczty
11 Summary(pt_BR): Balsa é um leitor de e-mail
12 Name:           balsa
13 Version:        2.3.2
14 Release:        1
15 License:        GPL
16 Group:          X11/Applications
17 Source0:        http://balsa.gnome.org/%{name}-%{version}.tar.bz2
18 # Source0-md5:  ab4d6febaca56d72d13acef819da193b
19 Patch0:         %{name}-locale-names.patch
20 #Patch1:                %{name}-desktop.patch
21 Patch2:         %{name}-includes.patch
22 URL:            http://balsa.gnome.org/
23 BuildRequires:  aspell-devel >= 2:0.50
24 BuildRequires:  autoconf >= 2.52
25 BuildRequires:  automake
26 %{?with_esmtp:BuildRequires:    libesmtp-devel}
27 BuildRequires:  libgnomeprintui-devel >= 1.106.0
28 BuildRequires:  glib2-devel >= 2.6.4-1
29 BuildRequires:  gmime-devel >= 2.1.9
30 %{?with_gpgme:BuildRequires:    gpgme-devel >= 1:0.9.0}
31 BuildRequires:  gtk+2-devel >= 2:2.2.0
32 BuildRequires:  intltool
33 %{?with_gtkhtml:BuildRequires:  libgtkhtml-devel >= 2.0}
34 BuildRequires:  libltdl-devel
35 BuildRequires:  libgnomeprintui-devel >= 2.1.4
36 BuildRequires:  libgnomeui-devel >= 2.3.3.1-2
37 BuildRequires:  libtool
38 %{?with_ldap:BuildRequires:     openldap-devel}
39 BuildRequires:  openssl-devel >= 0.9.7d
40 BuildRequires:  pcre-devel >= 3.0
41 BuildRequires:  scrollkeeper >= 0.1.4
42 %{?with_gpgme:Requires: gpgme >= 1:0.9.0}
43 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
44
45 %description
46 Balsa is an e-mail reader.  This client is part of the GNOME
47 desktop environment.  It supports local mailboxes, POP3 and
48 IMAP.
49
50 %description -l es
51 Balsa es un lector de e-mail. Es parte del entorno GNOME. Soporta
52 cajas de correo electrónico locales, POP3 y IMAP.
53
54 %description -l pl
55 Balsa to klient e-mail. Jest czê¶ci± ¶rodowiska GNOME. Obs³uguje POP3,
56 IMAP oraz lokalne skrzynki pocztowe. 
57
58 %description -l pt_BR
59 Balsa é um leitor de e-mail, parte do ambiente de desktop GNOME.
60 Suporta caixas de correio locais, POP3 a IMAP.
61
62 %prep
63 %setup -q
64 %patch0 -p1
65 #%%patch1 -p1
66 %patch2 -p1
67
68 rm -f po/no.{po,gmo}
69
70 %build
71 %{__intltoolize}
72 %{__glib_gettextize}
73 %{__libtoolize}
74 %{__aclocal}
75 %{__autoconf}
76 %{__autoheader}
77 %{__autoconf}
78 %configure \
79         --with-ssl \
80         %{!?with_esmtp:--without-esmtp} \
81         %{!?with_gtkhtml:--disable-gtkhtml}\
82         %{?with_gpgme:--with-gpgme} \
83         %{?with_ldap:--with-ldap}
84
85 %{__make}
86
87 %install
88 rm -rf $RPM_BUILD_ROOT
89
90 %{__make} install \
91         DESTDIR=$RPM_BUILD_ROOT
92
93 %find_lang %{name} --with-gnome --all-name
94
95 %clean
96 rm -rf $RPM_BUILD_ROOT
97
98 %post
99 %update_desktop_database_post
100 %scrollkeeper_update_post
101
102 %postun
103 %update_desktop_database_postun
104 %scrollkeeper_update_postun
105
106 %files -f %{name}.lang
107 %defattr(644,root,root,755)
108 %doc AUTHORS ChangeLog NEWS README TODO
109 %attr(755,root,root) %{_bindir}/*
110 %{_sysconfdir}/sound/events/*
111 %{_datadir}/%{name}
112 %{_datadir}/sounds/%{name}
113 %{_libdir}/bonobo/servers/*.server
114 %{_datadir}/idl/*.idl
115 %{_mandir}/man1/*
116 %{_omf_dest_dir}/%{name}
117 %{_desktopdir}/*
118 %{_pixmapsdir}/*
This page took 0.154706 seconds and 3 git commands to generate.