]> git.pld-linux.org Git - packages/balsa.git/blob - balsa.spec
9379af218343f6adc47d9e34455c95c4ec74a4ea
[packages/balsa.git] / balsa.spec
1 Summary:        balsa - GNOME e-Mail program
2 Name:           balsa
3 Version:        0.6.0
4 Release:        1
5 License:        GPL
6 Group:          X11/GNOME
7 Source0:        ftp://ftp.balsa.net/pub/balsa/%{name}-%{version}.tar.gz
8 Source1:        %{name}.desktop
9 BuildRequires:  gettext-devel
10 BuildRequires:  gnome-libs-devel
11 BuildRequires:  libPropList-devel
12 URL:            http://www.balsa.net/
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 and
22 IMAP. GNOME is the GNU Network Object Model Environment. That's a fancy name
23 but really GNOME is a nice GUI desktop environment. It makes using your
24 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 lokalne 
28 skrzynki pocztowe. GNOME to Network Object Model Environment. Mimo osobliwej
29 nazwy jest to naparwdê estetyczne ¶rodowisko graficzne. Dziêki niemu u¿ywanie
30 komputera jest ³atwiejsze; system jest potê¿niejszy i ³atwo go skonfigurowaæ.
31
32 %prep
33 %setup -q
34
35 %build
36 LDFLAGS="-s"; export LDFLAGS
37 autoconf
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 install -d $RPM_BUILD_ROOT%{_applnkdir}/Networking/Mail
50
51 make install DESTDIR=$RPM_BUILD_ROOT
52
53 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Networking/Mail
54
55 gzip -9nf AUTHORS ChangeLog NEWS README TODO \
56         $RPM_BUILD_ROOT%{_mandir}/man1/*
57
58 %find_lang %{name}
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}/CORBA/servers/*
68 %{_sysconfdir}/sound/events/*
69 %{_datadir}/sounds/balsa
70 %{_datadir}/pixmaps/balsa
71 %{_datadir}/gnome/help/balsa
72 %{_applnkdir}/Networking/Mail/*
73 %{_mandir}/man1/*
This page took 0.032591 seconds and 3 git commands to generate.