]> git.pld-linux.org Git - packages/balsa.git/blob - balsa.spec
- added locale-names (no->nb) and iconv-in-libc (avoid -liconv) patches
[packages/balsa.git] / balsa.spec
1 #
2 # Conditional build:
3 %bcond_without  ldap            # build without LDAP support
4 %bcond_without  gpgme           # build without GPG support (experimental)
5 %bcond_without  esmtp           # build without ESMTP support
6 %bcond_without  gtkhtml         # build without HTML support
7 #
8 Summary:        balsa - GNOME e-Mail program
9 Summary(pl):    Klient poczty dla GNOME z silnikiem mutt-a
10 Summary(es):    Balsa es un lector de e-mail. Usa el toolkit GTK
11 Summary(pt_BR): Balsa é um leitor de e-mail. Usa o toolkit GTK
12 Name:           balsa
13 Version:        2.0.17
14 Release:        2
15 License:        GPL
16 Group:          X11/Applications
17 Source0:        http://balsa.gnome.org/%{name}-%{version}.tar.bz2
18 # Source0-md5:  851db68728ed9adea615eb2f249fa1ee
19 Patch0:         %{name}-locale-names.patch
20 Patch1:         %{name}-desktop.patch
21 Patch2:         %{name}-iconv-in-libc.patch
22 URL:            http://balsa.gnome.org/
23 BuildRequires:  aspell-devel >= 0.50
24 BuildRequires:  autoconf >= 2.52
25 BuildRequires:  automake
26 %{?with_esmtp:BuildRequires:    libesmtp-devel}
27 BuildRequires:  libgnomeprintui-devel >= 1.106.0
28 %{?with_gpgme:BuildRequires:    gpgme-devel >= 0.4.3}
29 BuildRequires:  gtk+2-devel >= 2.2.0
30 # gtkhtml 3.0 is preferred over libgtkhtml-2* if present, but we have gtkhtml 3.1 now
31 %{?with_gtkhtml:BuildRequires:  libgtkhtml-devel >= 2.0}
32 %{?with_gtkhtml:BuildConflicts: gtkhtml-devel < 3.1}
33 BuildRequires:  libltdl-devel
34 BuildRequires:  libgnomeprintui-devel >= 2.1.4
35 BuildRequires:  libgnomeui-devel >= 2.3.3.1-2
36 BuildRequires:  libtool
37 %{?with_ldap:BuildRequires:     openldap-devel}
38 BuildRequires:  openssl-devel >= 0.9.7d
39 BuildRequires:  pcre-devel >= 3.0
40 BuildRequires:  scrollkeeper >= 0.1.4
41 Requires:       gpgme >= 0.4.3
42 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
43
44 %description
45 e-Mail program for the GNOME desktop, supporting local mailboxes, POP3
46 and IMAP. GNOME is the GNU Network Object Model Environment. That's a
47 fancy name but really GNOME is a nice GUI desktop environment. It
48 makes using your computer easy, powerful, and easy to configure.
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 dla ¶rodowiska GNOME. Obs³uguje POP3, IMAP oraz
56 lokalne skrzynki pocztowe. GNOME to Network Object Model Environment.
57 Mimo osobliwej nazwy jest to naprawdê estetyczne ¶rodowisko graficzne.
58 Dziêki niemu u¿ywanie komputera jest ³atwiejsze; system jest
59 potê¿niejszy i ³atwo go skonfigurowaæ.
60
61 %description -l pt_BR
62 Balsa é um leitor de e-mail, parte do ambiente de desktop GNOME.
63 Suporta caixas de correio locais, POP3 a IMAP.
64
65 %prep
66 %setup -q
67 %patch0 -p1
68 %patch1 -p1
69 %patch2 -p1
70
71 mv -f po/{no,nb}.po
72
73 %build
74 intltoolize --copy --force
75 %{__libtoolize}
76 %{__aclocal}
77 %{__autoconf}
78 %{__autoheader}
79 %{__autoconf}
80 %configure \
81         --with-ssl \
82         %{!?with_esmtp:--without-esmtp} \
83         %{?with_gtkhtml:--enable-gtkhtml} \
84         %{!?with_gtkhtml:--disable-gtkhtml}\
85         %{!?with_gpgme:--without-gpgme} \
86         %{?with_ldap:--with-ldap} \
87         %{!?with_ldap:--without-ldap}
88
89 %{__make}
90
91 %install
92 rm -rf $RPM_BUILD_ROOT
93
94 %{__make} install \
95         DESTDIR=$RPM_BUILD_ROOT
96
97 %find_lang %{name} --with-gnome --all-name
98
99 %clean
100 rm -rf $RPM_BUILD_ROOT
101
102 %post -p /usr/bin/scrollkeeper-update
103
104 %files -f %{name}.lang
105 %defattr(644,root,root,755)
106 %doc AUTHORS ChangeLog NEWS README TODO
107 %attr(755,root,root) %{_bindir}/*
108 %{_sysconfdir}/sound/events/*
109 %{_datadir}/%{name}
110 %{_datadir}/sounds/%{name}
111 %{_libdir}/bonobo/servers/*.server
112 %{_datadir}/idl/*.idl
113 %{_mandir}/man1/*
114 %{_omf_dest_dir}/%{name}
115 %{_desktopdir}/*
116 %{_pixmapsdir}/*
This page took 0.100987 seconds and 3 git commands to generate.