]> git.pld-linux.org Git - packages/balsa.git/blob - balsa.spec
- spec adapterized.
[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 Group(pl):      X11/GNOME
8 Source0:        ftp://ftp.balsa.net/pub/balsa/%{name}-%{version}.tar.gz
9 Source1:        %{name}.desktop
10 BuildRequires:  gettext-devel
11 BuildRequires:  gnome-libs-devel
12 BuildRequires:  libPropList-devel
13 URL:            http://www.balsa.net/
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 autoconf
40 gettextize --copy --force 
41 %configure \
42         --enable-system-install \
43         --enable-all \
44         --enable-info \
45         --enable-threads
46 make
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 install -d $RPM_BUILD_ROOT%{_applnkdir}/Networking/Mail
52
53 make install DESTDIR=$RPM_BUILD_ROOT
54
55 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Networking/Mail
56
57 gzip -9nf AUTHORS ChangeLog NEWS README TODO \
58         $RPM_BUILD_ROOT%{_mandir}/man1/*
59
60 %find_lang %{name}
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %files -f %{name}.lang
66 %defattr(644,root,root,755)
67 %doc *.gz
68 %attr(755,root,root) %{_bindir}/*
69 %{_sysconfdir}/CORBA/servers/*
70 %{_sysconfdir}/sound/events/*
71 %{_datadir}/sounds/balsa
72 %{_datadir}/pixmaps/balsa
73 %{_datadir}/gnome/help/balsa
74 %{_applnkdir}/Networking/Mail/*
75 %{_mandir}/man1/*
This page took 0.032849 seconds and 4 git commands to generate.