]> git.pld-linux.org Git - packages/balsa.git/blob - balsa.spec
- version 2.0.15
[packages/balsa.git] / balsa.spec
1 #
2 # Conditional build:
3 # --without ldap
4
5 %define         snap    20030630
6
7 Summary:        balsa - GNOME e-Mail program
8 Summary(pl):    Klient poczty dla GNOME z silnikiem mutt-a
9 Summary(es):    Balsa es un lector de e-mail. Usa el toolkit GTK
10 Summary(pt_BR): Balsa é um leitor de e-mail. Usa o toolkit GTK
11 Name:           balsa
12 Version:        2.0.15
13 #Release:       1.%{snap}
14 Release:        1
15 License:        GPL
16 Group:          X11/Applications
17 Source0:        http://balsa.gnome.org/%{name}-%{version}.tar.bz2
18 # Source0-md5:  dc00a4bd622c4a0c5d6b7dca397d4371
19 #Source0:       %{name}-%{version}-%{snap}.tar.bz2
20 #Patch0:                %{name}-libtool_hack.patch
21 Patch1:         %{name}-desktop.patch
22 URL:            http://balsa.gnome.org/
23 BuildRequires:  autoconf
24 BuildRequires:  automake
25 BuildRequires:  libesmtp-devel
26 BuildRequires:  libgnomeprintui-devel >= 1.106.0
27 BuildRequires:  gpgme-devel >= 0.3.14
28 BuildRequires:  gtk+2-devel >= 2.2.0
29 BuildRequires:  libgtkhtml-devel
30 BuildRequires:  libgnome-devel
31 BuildRequires:  libgnomeui-devel >= 2.3.3.1-2
32 %{!?_without_ldap:BuildRequires:        openldap-devel}
33 BuildRequires:  aspell-devel >= 0.50
34 BuildRequires:  xft-devel
35 Requires:       gpgme >= 0.3.14
36 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
37
38 %description
39 e-Mail program for the GNOME desktop, supporting local mailboxes, POP3
40 and IMAP. GNOME is the GNU Network Object Model Environment. That's a
41 fancy name but really GNOME is a nice GUI desktop environment. It
42 makes using your computer easy, powerful, and easy to configure.
43
44 %description -l es
45 Balsa es un lector de e-mail. Es parte del entorno GNOME. Soporta
46 cajas de correo electrónico locales, POP3 y IMAP.
47
48 %description -l pl
49 Balsa to klient e-mail dla ¶rodowiska GNOME. Obs³uguje POP3, IMAP oraz
50 lokalne skrzynki pocztowe. GNOME to Network Object Model Environment.
51 Mimo osobliwej nazwy jest to naprawdê estetyczne ¶rodowisko graficzne.
52 Dziêki niemu u¿ywanie komputera jest ³atwiejsze; system jest
53 potê¿niejszy i ³atwo go skonfigurowaæ.
54
55 %description -l pt_BR
56 Balsa é um leitor de e-mail, parte do ambiente de desktop GNOME.
57 Suporta caixas de correio locais, POP3 a IMAP.
58
59 %prep
60 %setup -q
61 #%patch0 -p1
62 %patch1 -p1
63
64 %build
65 #./autogen.sh
66 %configure \
67         --with-ssl \
68         --with-gpgme \
69         %{!?_without_ldap:--with-ldap} \
70         %{?_without_ldap:--without-ldap}
71
72 %{__make}
73
74 %install
75 rm -rf $RPM_BUILD_ROOT
76
77 %{__make} install \
78         DESTDIR=$RPM_BUILD_ROOT
79
80 %find_lang %{name} --with-gnome --all-name
81
82 %clean
83 rm -rf $RPM_BUILD_ROOT
84
85 %post -p /usr/bin/scrollkeeper-update
86
87 %files -f %{name}.lang
88 %defattr(644,root,root,755)
89 %doc AUTHORS ChangeLog NEWS README TODO
90 %attr(755,root,root) %{_bindir}/*
91 %{_sysconfdir}/sound/events/*
92 %{_datadir}/%{name}
93 %{_datadir}/sounds/%{name}
94 %{_mandir}/man1/*
95 %{_omf_dest_dir}/%{name}
96 %{_desktopdir}/*
97 %{_pixmapsdir}/*
This page took 0.030958 seconds and 3 git commands to generate.