]> git.pld-linux.org Git - packages/balsa.git/blob - balsa.spec
eb379875f2e31830b024b266751b873483c6b46f
[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:      /tmp/%{name}-%{version}-root
14
15 %define         _prefix         /usr/X11R6
16 %define         _mandir         %{_prefix}/man
17 %define         _sysconfdir     /etc/X11/GNOME
18 %define         _localstatedir  /var
19 %define         _applnkdir      %{_datadir}/applnk
20
21 %description
22 e-Mail program for the GNOME desktop, supporting local mailboxes, POP3 and
23 IMAP. GNOME is the GNU Network Object Model Environment. That's a fancy name
24 but really GNOME is a nice GUI desktop environment. It makes using your
25 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 lokalne 
29 skrzynki pocztowe. GNOME to Network Object Model Environment. Mimo osobliwej
30 nazwy jest to naparwdê estetyczne ¶rodowisko graficzne. Dziêki niemu u¿ywanie
31 komputera jest ³atwiejsze; system jest potê¿niejszy i ³atwo go skonfigurowaæ.
32
33 %prep
34 %setup -q
35
36 %build
37 LDFLAGS="-s"; export LDFLAGS
38 autoconf
39 gettextize --copy --force 
40 %configure \
41         --enable-system-install \
42         --enable-all \
43         --enable-info \
44         --enable-threads
45 make
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 install -d $RPM_BUILD_ROOT%{_applnkdir}/Networking/Mail
51
52 make install DESTDIR=$RPM_BUILD_ROOT
53
54 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Networking/Mail
55
56 gzip -9nf AUTHORS ChangeLog NEWS README TODO \
57         $RPM_BUILD_ROOT%{_mandir}/man1/*
58
59 %find_lang %{name}
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}/CORBA/servers/*
69 %{_sysconfdir}/sound/events/*
70 %{_datadir}/sounds/balsa
71 %{_datadir}/pixmaps/balsa
72 %{_datadir}/gnome/help/balsa
73 %{_applnkdir}/Networking/Mail/*
74 %{_mandir}/man1/*
This page took 0.057444 seconds and 2 git commands to generate.