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