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