]> git.pld-linux.org Git - packages/claws-mail.git/blob - claws-mail.spec
b2656ed3afa9d3d7fa8ee20a5c172855ba4a0081
[packages/claws-mail.git] / claws-mail.spec
1 # Conditional build:
2 # _with_jconv           - adds much more codesets to choice from
3
4 Summary:        A bleeding edge branch of Sylpheed, a GTK+ based, lightweight, and fast e-mail client
5 Summary(pl):    Osobno rozwijana wersja Sylpheed z paroma zmianami/ulepszeniami
6 Name:           sylpheed-claws
7 Version:        0.7.2
8 Release:        2
9 License:        GPL
10 Group:          X11/Applications/Networking
11 Group(cs):      X11/Aplikace/Sí»ové
12 Group(da):      X11/Programmer/Netværks
13 Group(de):      X11/Applikationen/Netzwerkwesen
14 Group(es):      X11/Aplicaciones/Red
15 Group(fr):      X11/Applications/Réseau
16 Group(is):      X11/Forrit/Net
17 Group(it):      X11/Applicazioni/Rete
18 Group(no):      X11/Applikasjoner/Nettverks
19 Group(pl):      X11/Aplikacje/Sieciowe
20 Group(pt_BR):   X11/Aplicações/Rede
21 Group(pt):      X11/Aplicações/Rede
22 Group(ru):      X11/ðÒÉÌÏÖÅÎÉÑ/óÅÔØ
23 Group(sl):      X11/Programi/Omre¾ni
24 Group(sv):      X11/Tillämpningar/Nätverk
25 Group(uk):      X11/ðÒÉËÌÁÄΦ ðÒÏÇÒÁÍÉ/íÅÒÅÖÁ
26 Source0:        http://prdownloads.sourceforge.net/sylpheed-claws/sylpheed-%{version}claws.tar.gz
27 Source1:        %{name}.desktop
28 Source2:        sylpheed.png
29 BuildRequires:  autoconf
30 BuildRequires:  automake
31 BuildRequires:  imlib-devel
32 BuildRequires:  faces-devel
33 BuildRequires:  gettext-devel
34 BuildRequires:  gdk-pixbuf-devel >= 0.8
35 BuildRequires:  gtk+-devel >= 1.2.6
36 BuildRequires:  gtkhtml-devel >= 0.10.1
37 BuildRequires:  libjconv-devel
38 BuildRequires:  libtool
39 BuildRequires:  openldap-devel
40 BuildRequires:  openssl-devel
41 %{?_with_jconv:BuildRequires:   libjconv-devel}
42 Requires:       faces
43 Obsoletes:      sylpheed
44 URL:            http://sylpheed-claws.sourceforge.net/
45 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
46
47 %define         _prefix         /usr/X11R6
48 %define         _mandir         %{_prefix}/man
49
50 %description
51 This program is an X based fast e-mail client which has features same
52 as orginal Sylpheed but with new/improved features. Some of new stuff
53 is really cool and useable.
54
55 %description -l pl
56 Szybki klient poczty o mo¿liwo¶ciach takich jak oryginalny Sylpheed
57 ale z nowymi/poprawionymi funkcjami. Niektóre dodatki s± naprawdê
58 ¶wietne i u¿yteczne.
59
60 %prep
61 %setup -q -n sylpheed-%{version}claws
62
63 %build
64 rm -f missing
65 libtoolize --copy --force
66 gettextize --copy --force
67 aclocal -I ac
68 autoconf
69 autoheader
70 automake --add-missing --foreign --copy
71 %configure \
72         %{!?_with_jconv:--disable-jconv} \
73         --enable-pspell \
74         --enable-impib \
75         --enable-gdk-pixbuf \
76         --enable-threads \
77         --enable-ssl \
78         --enable-ipv6 \
79         --enable-ldap
80
81 %{__make}
82
83 %install
84 rm -rf $RPM_BUILD_ROOT
85 install -d $RPM_BUILD_ROOT{%{_applnkdir}/Network/Mail,%{__pixmapsdir}}
86
87 %{__make} install \
88         DESTDIR=$RPM_BUILD_ROOT \
89
90 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Network/Mail
91 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
92 gzip -9nf AUTHORS ChangeLog NEWS README TODO
93
94 %find_lang sylpheed
95
96 %clean
97 rm -rf $RPM_BUILD_ROOT
98
99 %files -f sylpheed.lang
100 %defattr(644,root,root,755)
101 %doc *.gz
102 %attr(755,root,root) %{_bindir}/*
103 %dir %{_datadir}/sylpheed
104 %dir %{_datadir}/sylpheed/manual
105 %{_datadir}/sylpheed/manual/en
106 %lang(ja) %{_datadir}/sylpheed/manual/ja
107 %{_applnkdir}/Network/Mail/*
108 %{_pixmapsdir}/sylpheed.png
This page took 0.090499 seconds and 3 git commands to generate.