]> git.pld-linux.org Git - packages/balsa.git/blob - balsa.spec
- Added desktop.patch (adding "Email" to "Categories" entry)
[packages/balsa.git] / balsa.spec
1
2 %define         snap    20030322
3
4 Summary:        balsa - GNOME e-Mail program
5 Summary(pl):    Klient poczty dla GNOME z silnikiem mutt-a
6 Summary(es):    Balsa es un lector de e-mail. Usa el toolkit GTK
7 Summary(pt_BR): Balsa é um leitor de e-mail. Usa o toolkit GTK
8 Name:           balsa
9 Version:        2.0.10
10 #Release:       1.%{snap}.1
11 Release:        2
12 License:        GPL
13 Group:          X11/Applications
14 Source0:        http://balsa.gnome.org/%{name}-%{version}.tar.bz2
15 #Source0:       %{name}-%{version}-%{snap}.tar.bz2
16 #Patch0:                %{name}-libtool_hack.patch
17 Patch1:         %{name}-desktop.patch
18 URL:            http://balsa.gnome.org/
19 BuildRequires:  autoconf
20 BuildRequires:  automake
21 BuildRequires:  libesmtp-devel
22 BuildRequires:  libgnomeprintui-devel >= 1.106.0
23 BuildRequires:  gtk+2-devel >= 2.2.0
24 BuildRequires:  libgtkhtml-devel
25 BuildRequires:  libgnome-devel
26 BuildRequires:  libgnomeui-devel
27 BuildRequires:  aspell-devel >= 0.50
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %description
31 e-Mail program for the GNOME desktop, supporting local mailboxes, POP3
32 and IMAP. GNOME is the GNU Network Object Model Environment. That's a
33 fancy name but really GNOME is a nice GUI desktop environment. It
34 makes using your computer easy, powerful, and easy to configure.
35
36 %description -l es
37 Balsa es un lector de e-mail. Es parte del entorno GNOME. Soporta
38 cajas de correo electrónico locales, POP3 y IMAP.
39
40 %description -l pl
41 Balsa to klient e-mail dla ¶rodowiska GNOME. Obs³uguje POP3, IMAP oraz
42 lokalne skrzynki pocztowe. GNOME to Network Object Model Environment.
43 Mimo osobliwej nazwy jest to naprawdê estetyczne ¶rodowisko graficzne.
44 Dziêki niemu u¿ywanie komputera jest ³atwiejsze; system jest
45 potê¿niejszy i ³atwo go skonfigurowaæ.
46
47 %description -l pt_BR
48 Balsa é um leitor de e-mail, parte do ambiente de desktop GNOME.
49 Suporta caixas de correio locais, POP3 a IMAP.
50
51 %prep
52 %setup -q
53 #%patch0 -p1
54 %patch1 -p1
55
56 %build
57 #glib-gettextize --copy --force
58 #intltoolize --copy --force
59 #%%{__libtoolize}
60 #%%{__aclocal}
61 #%%{__autoheader}
62 #%%{__automake}
63 #%%{__autoconf}
64
65 #%cd libmutt
66 #%%{__libtoolize}
67 #%%{__aclocal}
68 #%%{__autoheader}
69 #%%{__automake}
70 #%%{__autoconf}
71 #%cd ..
72 #./autogen.sh
73 %configure \
74         --with-ssl \
75         --enable-gpgme \
76         --enable-ldap
77
78 %{__make} 
79
80 %install
81 rm -rf $RPM_BUILD_ROOT
82
83 %{__make} install \
84         DESTDIR=$RPM_BUILD_ROOT 
85
86 %find_lang %{name} --with-gnome --all-name
87
88 %clean
89 rm -rf $RPM_BUILD_ROOT
90
91 %post -p /usr/bin/scrollkeeper-update 
92
93 %files -f %{name}.lang
94 %defattr(644,root,root,755)
95 %doc AUTHORS ChangeLog NEWS README TODO
96 %attr(755,root,root) %{_bindir}/*
97 %{_sysconfdir}/sound/events/*
98 %{_datadir}/applications/*
99 %{_datadir}/%{name}
100 %{_datadir}/sounds/%{name}
101 %{_mandir}/man1/*
102 %{_omf_dest_dir}/%{name}
103 %{_pixmapsdir}/*
This page took 0.07094 seconds and 4 git commands to generate.