]> git.pld-linux.org Git - packages/balsa.git/blob - balsa.spec
d47ca242a77432a3d2eda57a2f10f1781d06d444
[packages/balsa.git] / balsa.spec
1 Summary:        balsa - GNOME e-Mail program
2 Name:           balsa
3 Version:        0.9.3
4 Release:        1
5 License:        GPL
6 Group:          X11/GNOME
7 Group(pl):      X11/GNOME
8 Source0:        http://www.theochem.kth.se/~pawsa/balsa/%{name}-%{version}.tar.gz
9 BuildRequires:  gettext-devel
10 BuildRequires:  gnome-libs-devel >= 1.2.0
11 BuildRequires:  libPropList-devel
12 BuildRequires:  docbook-gnome-sgml
13 URL:            http://www.newton.cx/balsa/main.html
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _prefix         /usr/X11R6
17 %define         _mandir         %{_prefix}/man
18 %define         _sysconfdir     /etc/X11/GNOME
19 %define         _localstatedir  /var
20
21 %description
22 e-Mail program for the GNOME desktop, supporting local mailboxes, POP3
23 and IMAP. GNOME is the GNU Network Object Model Environment. That's a
24 fancy name but really GNOME is a nice GUI desktop environment. It
25 makes using your computer easy, powerful, and easy to configure.
26
27 %description -l pl
28 Balsa to klient e-mail dla ¶rodowiska GNOME. Obs³uguje POP3, IMAP oraz
29 lokalne skrzynki pocztowe. GNOME to Network Object Model Environment.
30 Mimo osobliwej nazwy jest to naparwdê estetyczne ¶rodowisko graficzne.
31 Dziêki niemu u¿ywanie komputera jest ³atwiejsze; system jest
32 potê¿niejszy i ³atwo go skonfigurowaæ.
33
34 %prep
35 %setup -q
36
37 %build
38 LDFLAGS="-s"; export LDFLAGS
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 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT \
54         desktopdir=%{_applnkdir}/Network/Mail
55
56 gzip -9nf AUTHORS ChangeLog NEWS README TODO \
57         $RPM_BUILD_ROOT%{_mandir}/man1/*
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.045773 seconds and 3 git commands to generate.