]> git.pld-linux.org Git - packages/claws-mail.git/blob - claws-mail.spec
- added icon, now much better ;)
[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.1
7 Release:        3
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(it):      X11/Applicazioni/Rete
16 Group(no):      X11/Applikasjoner/Nettverks
17 Group(pl):      X11/Aplikacje/Sieciowe
18 Group(pt_BR):   X11/Aplicações/Rede
19 Group(pt):      X11/Aplicações/Rede
20 Group(ru):      X11/ðÒÉÌÏÖÅÎÉÑ/óÅÔÅ×ÙÅ
21 Group(sv):      X11/Tillämpningar/Nätverk
22 Source0:        http://prdownloads.sourceforge.net/sylpheed-claws/sylpheed-%{version}claws.tar.gz
23 Source1:        %{name}.desktop
24 Source2:        sylpheed.png
25 BuildRequires:  autoconf
26 BuildRequires:  automake
27 BuildRequires:  imlib-devel
28 BuildRequires:  faces-devel
29 BuildRequires:  gettext-devel
30 BuildRequires:  gdk-pixbuf-devel >= 0.8
31 BuildRequires:  gtk+-devel >= 1.2.6
32 BuildRequires:  gtkhtml-devel >= 0.10.1 
33 #BuildRequires: libjconv-devel - this exist ?
34 BuildRequires:  libtool
35 BuildRequires:  openssl-devel
36 Requires:       faces
37 Conflicts:      sylpheed
38 URL:            http://sylpheed-claws.sourceforge.net/
39 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
40
41 %define         _prefix         /usr/X11R6
42 %define         _mandir         %{_prefix}/man
43
44 %description
45 This program is an X based fast e-mail client which has features 
46 same as orginal Sylpheed but with new/improved features.
47 Some of new stuff is really cool and useable.
48
49 %description -l pl
50 Szybki klient poczty o mo¿liwo¶ciach takich jak
51 oryginalny Sylpheed ale z nowymi/poprawionymi funkcjami.
52 Niektóre dodatki s± na prawdê ¶wietne i u¿yteczne.
53
54 %prep
55 %setup -q -n sylpheed-0.7.1claws
56
57 %build
58 rm -f missing
59 libtoolize --copy --force
60 gettextize --copy --force 
61 aclocal -I ac
62 autoconf
63 autoheader
64 automake --add-missing --foreign --copy
65 %configure \
66         --enable-jconv \
67         --enable-pspell \
68         --enable-impib \
69         --enable-gdk-pixbuf \
70         --enable-threads \
71         --enable-ssl \
72         --enable-ipv6
73
74 %{__make}
75
76 %install
77 rm -rf $RPM_BUILD_ROOT
78 install -d $RPM_BUILD_ROOT{%{_applnkdir}/Network/Mail,%{__pixmapsdir}}
79
80 %{__make} install \
81         DESTDIR=$RPM_BUILD_ROOT \
82
83 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Network/Mail
84 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
85 gzip -9nf AUTHORS ChangeLog NEWS README TODO
86
87 %find_lang sylpheed
88
89 %clean
90 rm -rf $RPM_BUILD_ROOT
91
92 %files -f sylpheed.lang
93 %defattr(644,root,root,755)
94 %doc *.gz
95 %attr(755,root,root) %{_bindir}/*
96 %dir %{_datadir}/sylpheed
97 %dir %{_datadir}/sylpheed/manual
98 %{_datadir}/sylpheed/manual/en
99 %lang(ja) %{_datadir}/sylpheed/manual/ja
100 %{_applnkdir}/Network/Mail/*
101 %{_pixmapsdir}/sylpheed.png
This page took 0.054329 seconds and 4 git commands to generate.