]> git.pld-linux.org Git - packages/balsa.git/blob - balsa.spec
f4ddf8b1b9481c0021f050b8fb29813727f909f9
[packages/balsa.git] / balsa.spec
1 Summary:        balsa - GNOME e-Mail program
2 Name:           balsa
3 Version:        0.9.3
4 Release:        2
5 License:        GPL
6 Group:          X11/Applications
7 Group(de):      X11/Applikationen
8 Group(pl):      X11/Aplikacje
9 Source0:        http://www.theochem.kth.se/~pawsa/balsa/%{name}-%{version}.tar.gz
10 BuildRequires:  gettext-devel
11 BuildRequires:  gnome-libs-devel >= 1.2.0
12 BuildRequires:  libPropList-devel
13 BuildRequires:  docbook-gnome-sgml
14 URL:            http://www.newton.cx/balsa/main.html
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _prefix         /usr/X11R6
18 %define         _mandir         %{_prefix}/man
19 %define         _sysconfdir     /etc/X11/GNOME
20 %define         _localstatedir  /var
21
22 %description
23 e-Mail program for the GNOME desktop, supporting local mailboxes, POP3
24 and IMAP. GNOME is the GNU Network Object Model Environment. That's a
25 fancy name but really GNOME is a nice GUI desktop environment. It
26 makes using your computer easy, powerful, and easy to configure.
27
28 %description -l pl
29 Balsa to klient e-mail dla ¶rodowiska GNOME. Obs³uguje POP3, IMAP oraz
30 lokalne skrzynki pocztowe. GNOME to Network Object Model Environment.
31 Mimo osobliwej nazwy jest to naparwdê estetyczne ¶rodowisko graficzne.
32 Dziêki niemu u¿ywanie komputera jest ³atwiejsze; system jest
33 potê¿niejszy i ³atwo go skonfigurowaæ.
34
35 %prep
36 %setup -q
37
38 %build
39 gettextize --copy --force 
40 %configure \
41         --enable-system-install \
42         --enable-all \
43         --enable-info \
44         --enable-threads \
45         --disable-more-warnings \
46         --with-mailpath=/var/mail \
47         --enable-ldap
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT \
55         desktopdir=%{_applnkdir}/Network/Mail
56
57 gzip -9nf AUTHORS ChangeLog NEWS README TODO
58
59 %find_lang %{name} --with-gnome
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files -f %{name}.lang
65 %defattr(644,root,root,755)
66 %doc *.gz
67 %attr(755,root,root) %{_bindir}/*
68 %{_sysconfdir}/sound/events/*
69 %{_datadir}/sounds/balsa
70 %{_datadir}/pixmaps/*
71 %{_applnkdir}/Network/Mail/*
72 %{_mandir}/man1/*
This page took 0.064747 seconds and 3 git commands to generate.