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