]> git.pld-linux.org Git - packages/balsa.git/blob - balsa.spec
- updated Source url,
[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         _sysconfdir     /etc/X11/GNOME
17 %define         _localstatedir  /var
18 %define         _applnkdir      %{_datadir}/applnk
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 %prep
27 %setup -q
28
29 %build
30 LDFLAGS="-s"; export LDFLAGS
31 autoconf
32 gettextize --copy --force 
33 %configure \
34         --enable-system-install \
35         --enable-all \
36         --enable-info \
37         --enable-threads
38 make
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 install -d $RPM_BUILD_ROOT%{_applnkdir}/Networking/Mail
44
45 make install DESTDIR=$RPM_BUILD_ROOT
46
47 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Networking/Mail
48
49 gzip -9nf AUTHORS ChangeLog NEWS README TODO
50
51 %find_lang %{name}
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files -f %{name}.lang
57 %defattr(644,root,root,755)
58 %doc *.gz
59 %attr(755,root,root) %{_bindir}/*
60 %{_sysconfdir}/CORBA/servers/*
61 %{_sysconfdir}/sound/events/*
62 %{_datadir}/sounds/balsa
63 %{_datadir}/pixmaps/balsa
64 %{_datadir}/gnome/help/balsa
65 %{_applnkdir}/Networking/Mail/*
This page took 0.160023 seconds and 4 git commands to generate.