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