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