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