]> git.pld-linux.org Git - packages/althea.git/blob - althea.spec
6b0015ee41221c6ebd679d1dedfa36c712726313
[packages/althea.git] / althea.spec
1 Summary:        An GTK+ IMAP mail client
2 Summary(pl):    Klient poczty IMAP w GTK+
3 Name:           althea
4 Version:        0.5.7
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Networking
8 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tgz
9 Patch0:         %{name}-cxx.patch
10 Patch1:         %{name}-makefile.patch
11 URL:            http://althea.sourceforge.net/
12 BuildRequires:  gtk+-devel
13 BuildRequires:  libstdc++-devel
14 BuildRequires:  openssl-devel >= 0.9.7
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Althea is an SSL aware IMAP mail for X Window System.
19
20 %description -l pl
21 Althea jest klientem poczty IMAP pod X Window System z mo¿liwo¶ci±
22 wykorzystania po³±czeñ SSL.
23
24 %prep
25 %setup -q
26 %patch0 -p1
27 %patch1 -p1
28
29 %build
30 %{__make} CXX=%{__cxx} DEBUGFLAGS="%{rpmcflags}" \
31         PIXDIR=%{_datadir}/althea \
32         DOCDIR=%{_defaultdocdir}/%{name}-%{version}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT \
39         BINDIR=%{_bindir} \
40         PIXDIR=%{_datadir}/althea
41
42 find Documentation -name "CVS" | xargs rm -rf
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc althearc.example Documentation/*
50 %attr(755,root,root) %{_bindir}/*
51 %{_datadir}/althea
This page took 0.060158 seconds and 2 git commands to generate.