]> git.pld-linux.org Git - packages/claws-mail.git/blob - claws-mail.spec
- removed duplicated BuildRequires rules for libjconv-devel.
[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:  libtool
38 BuildRequires:  openldap-devel
39 BuildRequires:  openssl-devel
40 %{?_with_jconv:BuildRequires:   libjconv-devel}
41 Requires:       faces
42 Obsoletes:      sylpheed
43 URL:            http://sylpheed-claws.sourceforge.net/
44 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
45
46 %define         _prefix         /usr/X11R6
47 %define         _mandir         %{_prefix}/man
48
49 %description
50 This program is an X based fast e-mail client which has features same
51 as orginal Sylpheed but with new/improved features. Some of new stuff
52 is really cool and useable.
53
54 %description -l pl
55 Szybki klient poczty o mo¿liwo¶ciach takich jak oryginalny Sylpheed
56 ale z nowymi/poprawionymi funkcjami. Niektóre dodatki s± naprawdê
57 ¶wietne i u¿yteczne.
58
59 %prep
60 %setup -q -n sylpheed-%{version}claws
61
62 %build
63 rm -f missing
64 libtoolize --copy --force
65 gettextize --copy --force
66 aclocal -I ac
67 autoconf
68 autoheader
69 automake --add-missing --foreign --copy
70 %configure \
71         %{!?_with_jconv:--disable-jconv} \
72         --enable-pspell \
73         --enable-impib \
74         --enable-gdk-pixbuf \
75         --enable-threads \
76         --enable-ssl \
77         --enable-ipv6 \
78         --enable-ldap
79
80 %{__make}
81
82 %install
83 rm -rf $RPM_BUILD_ROOT
84 install -d $RPM_BUILD_ROOT{%{_applnkdir}/Network/Mail,%{__pixmapsdir}}
85
86 %{__make} install \
87         DESTDIR=$RPM_BUILD_ROOT \
88
89 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Network/Mail
90 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
91 gzip -9nf AUTHORS ChangeLog NEWS README TODO
92
93 %find_lang sylpheed
94
95 %clean
96 rm -rf $RPM_BUILD_ROOT
97
98 %files -f sylpheed.lang
99 %defattr(644,root,root,755)
100 %doc *.gz
101 %attr(755,root,root) %{_bindir}/*
102 %dir %{_datadir}/sylpheed
103 %dir %{_datadir}/sylpheed/manual
104 %{_datadir}/sylpheed/manual/en
105 %lang(ja) %{_datadir}/sylpheed/manual/ja
106 %{_applnkdir}/Network/Mail/*
107 %{_pixmapsdir}/sylpheed.png
This page took 0.089375 seconds and 4 git commands to generate.