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