]> git.pld-linux.org Git - packages/balsa.git/blob - balsa.spec
- make libtool hapy.
[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.4
5 Release:        3
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:  libltdl-devel
23 BuildRequires:  libPropList-devel
24 BuildRequires:  libstdc++-devel
25 BuildRequires:  libtool
26 BuildRequires:  openjade
27 BuildRequires:  openldap-devel
28 BuildRequires:  openssl-devel
29 BuildRequires:  pspell-devel >= 12.1
30 URL:            http://www.newton.cx/balsa/main.html
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 libtoolize --copy --force
56 gettextize --copy --force 
57 aclocal -I macros
58 autoconf
59 automake -a -c
60 %configure \
61         --enable-system-install \
62         --enable-all \
63         --enable-info \
64         --enable-threads \
65         --disable-more-warnings \
66         --with-mailpath=/var/mail \
67         --with-ssl \
68         --enable-ldap \
69         --enable-gtkhtml
70
71 # TODO find this gdp stylesheet
72 %{__make} \
73         GDP_STYLESHEET=/usr/share/sgml/docbook/gnome-customization-1.0/gdp-both.dsl
74
75 %install
76 rm -rf $RPM_BUILD_ROOT
77
78 %{__make} install \
79         DESTDIR=$RPM_BUILD_ROOT \
80         desktopdir=%{_applnkdir}/Network/Mail
81
82 gzip -9nf AUTHORS ChangeLog NEWS README TODO
83
84 %find_lang %{name} --with-gnome
85
86 %clean
87 rm -rf $RPM_BUILD_ROOT
88
89 %files -f %{name}.lang
90 %defattr(644,root,root,755)
91 %doc *.gz
92 %attr(755,root,root) %{_bindir}/*
93 %{_sysconfdir}/sound/events/*
94 %{_datadir}/sounds/balsa
95 %{_pixmapsdir}/*
96 %{_applnkdir}/Network/Mail/*
97 %{_mandir}/man1/*
This page took 0.027815 seconds and 3 git commands to generate.