]> git.pld-linux.org Git - packages/claws-mail.git/blob - claws-mail.spec
- updated to 0.7.4 (works? I cannot test it now :)
[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.4
8 Release:        0.1
9 License:        GPL
10 Group:          X11/Applications/Networking
11 Source0:        http://prdownloads.sourceforge.net/sylpheed-claws/sylpheed-%{version}claws.tar.bz2
12 Source1:        %{name}.desktop
13 Source2:        sylpheed.png
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  imlib-devel
17 BuildRequires:  faces-devel
18 BuildRequires:  gettext-devel
19 BuildRequires:  gdk-pixbuf-devel >= 0.8
20 BuildRequires:  gtk+-devel >= 1.2.6
21 BuildRequires:  gtkhtml-devel >= 0.10.1
22 BuildRequires:  libtool
23 BuildRequires:  openldap-devel
24 BuildRequires:  openssl-devel
25 %{?_with_jconv:BuildRequires:   libjconv-devel}
26 Requires:       faces
27 Obsoletes:      sylpheed
28 URL:            http://sylpheed-claws.sourceforge.net/
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %define         _prefix         /usr/X11R6
32 %define         _mandir         %{_prefix}/man
33
34 %description
35 This program is an X based fast e-mail client which has features same
36 as orginal Sylpheed but with new/improved features. Some of new stuff
37 is really cool and useable.
38
39 %description -l pl
40 Szybki klient poczty o mo¿liwo¶ciach takich jak oryginalny Sylpheed
41 ale z nowymi/poprawionymi funkcjami. Niektóre dodatki s± naprawdê
42 ¶wietne i u¿yteczne.
43
44 %prep
45 %setup -q -n sylpheed-%{version}claws
46
47 %build
48 rm -f missing
49 libtoolize --copy --force
50 gettextize --copy --force
51 aclocal -I ac
52 autoconf
53 autoheader
54 automake --add-missing --foreign --copy
55 %configure \
56         %{!?_with_jconv:--disable-jconv} \
57         --enable-pspell \
58         --enable-impib \
59         --enable-gdk-pixbuf \
60         --enable-threads \
61         --enable-ssl \
62         --enable-ipv6 \
63         --enable-ldap
64
65 %{__make}
66
67 %install
68 rm -rf $RPM_BUILD_ROOT
69 install -d $RPM_BUILD_ROOT{%{_applnkdir}/Network/Mail,%{_pixmapsdir}}
70
71 %{__make} install \
72         DESTDIR=$RPM_BUILD_ROOT \
73
74 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Network/Mail
75 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
76 gzip -9nf AUTHORS ChangeLog NEWS README TODO
77
78 %find_lang sylpheed
79
80 %clean
81 rm -rf $RPM_BUILD_ROOT
82
83 %files -f sylpheed.lang
84 %defattr(644,root,root,755)
85 %doc *.gz
86 %attr(755,root,root) %{_bindir}/*
87 %dir %{_datadir}/sylpheed
88 %dir %{_datadir}/sylpheed/manual
89 %{_datadir}/sylpheed/manual/en
90 %lang(ja) %{_datadir}/sylpheed/manual/ja
91 %{_applnkdir}/Network/Mail/*
92 %{_pixmapsdir}/sylpheed.png
This page took 0.072851 seconds and 4 git commands to generate.