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