]> git.pld-linux.org Git - packages/balsa.git/blob - balsa.spec
49bfaad6f0dd5ce7b6947cab73f659b0a706ec2b
[packages/balsa.git] / balsa.spec
1 Summary:        balsa - GNOME e-Mail program
2 Summary(pl):    Klient poczty dla GNOME z silnikiem mutt-a
3 Name:           balsa
4 Version:        1.0.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Group(de):      X11/Applikationen
9 Group(pl):      X11/Aplikacje
10 Source0:        http://www.theochem.kth.se/~pawsa/balsa/%{name}-%{version}.tar.gz
11 BuildRequires:  bison
12 BuildRequires:  docbook-dsssl
13 BuildRequires:  docbook-gnome-sgml
14 BuildRequires:  gdk-pixbuf-devel
15 BuildRequires:  gettext-devel
16 BuildRequires:  gnome-libs-devel >= 1.2.0
17 BuildRequires:  gnome-print-devel
18 BuildRequires:  gtkhtml-devel
19 BuildRequires:  flex
20 BuildRequires:  libltdl-devel
21 BuildRequires:  libPropList-devel
22 BuildRequires:  libstdc++-devel
23 BuildRequires:  openjade
24 BuildRequires:  openldap-devel
25 BuildRequires:  pspell-devel
26 URL:            http://www.newton.cx/balsa/main.html
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %define         _prefix         /usr/X11R6
30 %define         _mandir         %{_prefix}/man
31 %define         _sysconfdir     /etc/X11/GNOME
32 %define         _localstatedir  /var
33
34 %description
35 e-Mail program for the GNOME desktop, supporting local mailboxes, POP3
36 and IMAP. GNOME is the GNU Network Object Model Environment. That's a
37 fancy name but really GNOME is a nice GUI desktop environment. It
38 makes using your computer easy, powerful, and easy to configure.
39
40 %description -l pl
41 Balsa to klient e-mail dla ¶rodowiska GNOME. Obs³uguje POP3, IMAP oraz
42 lokalne skrzynki pocztowe. GNOME to Network Object Model Environment.
43 Mimo osobliwej nazwy jest to naparwdê estetyczne ¶rodowisko graficzne.
44 Dziêki niemu u¿ywanie komputera jest ³atwiejsze; system jest
45 potê¿niejszy i ³atwo go skonfigurowaæ.
46
47 %prep
48 %setup -q
49
50 %build
51 gettextize --copy --force 
52 %configure \
53         --enable-system-install \
54         --enable-all \
55         --enable-info \
56         --enable-threads \
57         --disable-more-warnings \
58         --with-mailpath=/var/mail \
59         --enable-ldap \
60         --enable-gtkhtml
61 %{__make}
62
63 %install
64 rm -rf $RPM_BUILD_ROOT
65
66 %{__make} install \
67         DESTDIR=$RPM_BUILD_ROOT \
68         desktopdir=%{_applnkdir}/Network/Mail
69
70 gzip -9nf AUTHORS ChangeLog NEWS README TODO
71
72 %find_lang %{name} --with-gnome
73
74 %clean
75 rm -rf $RPM_BUILD_ROOT
76
77 %files -f %{name}.lang
78 %defattr(644,root,root,755)
79 %doc *.gz
80 %attr(755,root,root) %{_bindir}/*
81 %{_sysconfdir}/sound/events/*
82 %{_datadir}/sounds/balsa
83 %{_datadir}/pixmaps/*
84 %{_applnkdir}/Network/Mail/*
85 %{_mandir}/man1/*
This page took 0.238748 seconds and 2 git commands to generate.