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