]> git.pld-linux.org Git - packages/balsa.git/blob - balsa.spec
- updated to 1.2.0.
[packages/balsa.git] / balsa.spec
1 Summary:        balsa - GNOME e-Mail program
2 Summary(pl):    Klient poczty dla GNOME z silnikiem mutt-a
3 Summary(es):    Balsa es un lector de e-mail. Usa el toolkit GTK
4 Summary(pt_BR): Balsa é um leitor de e-mail. Usa o toolkit GTK
5 Name:           balsa
6 Version:        1.2.0
7 Release:        1
8 License:        GPL
9 Group:          X11/Applications
10 Group(de):      X11/Applikationen
11 Group(pl):      X11/Aplikacje
12 Source0:        http://www.theochem.kth.se/~pawsa/balsa/%{name}-%{version}.tar.bz2
13 Patch0:         %{name}-am15.patch
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  bison
17 BuildRequires:  docbook-style-dsssl
18 BuildRequires:  gnome-doc-tools
19 BuildRequires:  gdk-pixbuf-devel
20 BuildRequires:  gettext-devel
21 BuildRequires:  gnome-libs-devel >= 1.2.0
22 BuildRequires:  gnome-print-devel
23 BuildRequires:  gtkhtml-devel >= 0.12.0
24 BuildRequires:  flex
25 BuildRequires:  libesmtp-devel
26 BuildRequires:  libltdl-devel
27 BuildRequires:  libPropList-devel
28 BuildRequires:  libstdc++-devel
29 BuildRequires:  libtool
30 BuildRequires:  openjade
31 BuildRequires:  openldap-devel
32 BuildRequires:  openssl-devel
33 BuildRequires:  pspell-devel >= 12.1
34 BuildRequires:  gal-devel >= 0.9
35 URL:            http://www.newton.cx/balsa/main.html
36 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
37
38 %define         _prefix         /usr/X11R6
39 %define         _mandir         %{_prefix}/man
40 %define         _sysconfdir     /etc/X11/GNOME
41 %define         _localstatedir  /var
42
43 %description
44 e-Mail program for the GNOME desktop, supporting local mailboxes, POP3
45 and IMAP. GNOME is the GNU Network Object Model Environment. That's a
46 fancy name but really GNOME is a nice GUI desktop environment. It
47 makes using your computer easy, powerful, and easy to configure.
48
49 %description -l es
50 Balsa es un lector de e-mail. Es parte del entorno GNOME. Soporta
51 cajas de correo electrónico locales, POP3 y IMAP.
52
53 %description -l pl
54 Balsa to klient e-mail dla ¶rodowiska GNOME. Obs³uguje POP3, IMAP oraz
55 lokalne skrzynki pocztowe. GNOME to Network Object Model Environment.
56 Mimo osobliwej nazwy jest to naparwdê estetyczne ¶rodowisko graficzne.
57 Dziêki niemu u¿ywanie komputera jest ³atwiejsze; system jest
58 potê¿niejszy i ³atwo go skonfigurowaæ.
59
60 %description -l pt_BR
61 Balsa é um leitor de e-mail, parte do ambiente de desktop GNOME.
62 Suporta caixas de correio locais, POP3 a IMAP.
63
64 %prep
65 %setup -q
66 %patch0 -p1
67
68 %build
69 libtoolize --copy --force
70 gettextize --copy --force 
71 aclocal -I macros
72 autoconf
73 rm -f missing
74 automake -a -c
75 (cd libmutt
76 aclocal
77 autoconf
78 automake -a -c)
79 %configure \
80         --enable-system-install \
81         --enable-all \
82         --enable-info \
83         --disable-threads \
84         --disable-more-warnings \
85         --with-mailpath=/var/mail \
86         --with-ssl \
87         --enable-ldap \
88         --enable-gtkhtml
89
90 # TODO find this gdp stylesheet
91 %{__make} \
92         GDP_STYLESHEET=/usr/share/sgml/docbook/gnome-customization-1.0/gdp-both.dsl
93
94 %install
95 rm -rf $RPM_BUILD_ROOT
96
97 %{__make} install \
98         DESTDIR=$RPM_BUILD_ROOT \
99         desktopdir=%{_applnkdir}/Network/Mail
100
101 gzip -9nf AUTHORS ChangeLog NEWS README TODO
102
103 %find_lang %{name} --with-gnome
104
105 %clean
106 rm -rf $RPM_BUILD_ROOT
107
108 %files -f %{name}.lang
109 %defattr(644,root,root,755)
110 %doc *.gz
111 %attr(755,root,root) %{_bindir}/*
112 %{_sysconfdir}/sound/events/*
113 %{_datadir}/sounds/balsa
114 %{_pixmapsdir}/*
115 %{_applnkdir}/Network/Mail/*
116 %{_mandir}/man1/*
This page took 0.05321 seconds and 4 git commands to generate.