]> git.pld-linux.org Git - packages/balsa.git/blob - balsa.spec
95a962058673900ff31d1c4a461a55eaf5fc60be
[packages/balsa.git] / balsa.spec
1 Summary:        balsa - GNOME e-Mail program
2 Name:           balsa
3 Version:        0.8.0
4 Release:        1
5 License:        GPL
6 Group:          X11/GNOME
7 Group(pl):      X11/GNOME
8 Source0:        ftp://ftp.newton.cx/pub/balsa/%{name}-%{version}.tar.gz
9 BuildRequires:  gettext-devel
10 BuildRequires:  gnome-libs-devel
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 make
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 make install \
50         DESTDIR=$RPM_BUILD_ROOT \
51         desktopdir=%{_applnkdir}/Networking/Mail
52
53 gzip -9nf AUTHORS ChangeLog NEWS README TODO \
54         $RPM_BUILD_ROOT%{_mandir}/man1/*
55
56 %find_lang %{name} --with-gnome
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files -f %{name}.lang
62 %defattr(644,root,root,755)
63 %doc *.gz
64 %attr(755,root,root) %{_bindir}/*
65 %{_sysconfdir}/CORBA/servers/*
66 %{_sysconfdir}/sound/events/*
67 %{_datadir}/sounds/balsa
68 %{_datadir}/pixmaps/balsa
69 %{_applnkdir}/Networking/Mail/*
70 %{_mandir}/man1/*
This page took 0.042603 seconds and 2 git commands to generate.