]> git.pld-linux.org Git - packages/balsa.git/blob - balsa.spec
- updated to 0.6.0
[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 Source:         ftp://ftp.gnome.org/pub/GNOME/sources/%{name}-%{version}.tar.gz
8 Source1:        %{name}.desktop
9 Patch:          %{name}-locale.patch
10 BuildRoot:      /tmp/%{name}-%{version}-root
11 URL:            http://www.balsa.net/
12
13 %define         _prefix         /usr/X11R6
14 %define         _sysconfdir     /etc/X11/GNOME
15 %define         _localstatedir  /var
16 %define         _applnkdir      %{_datadir}/applnk
17
18 %description
19 e-Mail program for the GNOME desktop, supporting local mailboxes, POP3 and
20 IMAP.  GNOME is the GNU Network Object Model Environment.  That's a fancy
21 name but really GNOME is a nice GUI desktop environment.  It makes using
22 your computer easy, powerful, and easy to configure.
23
24 %prep
25 %setup -q
26 %patch -p1
27 %build
28 LDFLAGS="-s"; export LDFLAGS
29 autoconf
30 %configure \
31         --enable-system-install \
32         --enable-all \
33         --enable-info \
34         --enable-threads
35 make
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 install -d              $RPM_BUILD_ROOT%{_applnkdir}/Networking/Mail
41
42 make install            DESTDIR=$RPM_BUILD_ROOT
43
44 install %{SOURCE1}      $RPM_BUILD_ROOT%{_applnkdir}/Networking/Mail
45
46 gzip -9nf AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
47
48 %find_lang %{name}
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files -f %{name}.lang
54 %defattr(644,root,root,755)
55 %doc {AUTHORS,COPYING,ChangeLog,INSTALL,NEWS,README,TODO}.gz
56 %attr(755,root,root) %{_bindir}/*
57 %dir %{_datadir}/sounds/balsa
58 %dir %{_datadir}/pixmaps/balsa
59 %dir %{_datadir}/gnome/help/balsa
60 %{_sysconfdir}/CORBA/servers/*
61 %{_sysconfdir}/sound/events/*
62 %{_datadir}/sounds/balsa/*
63 %{_datadir}/pixmaps/balsa/*
64 %{_datadir}/idl/*
65 %{_datadir}/gnome/help/balsa/*
66 %{_applnkdir}/Networking/Mail/*
This page took 0.025178 seconds and 3 git commands to generate.