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