]> git.pld-linux.org Git - packages/althea.git/blob - althea.spec
6a7c45f46e90559f09f0aa2263cc705622b007fb
[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:        2
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 Patch2:         %{name}-etc_dir.patch
12 URL:            http://althea.sourceforge.net/
13 BuildRequires:  gtk+-devel
14 BuildRequires:  libstdc++-devel
15 BuildRequires:  openssl-devel >= 0.9.7
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Althea is an SSL aware IMAP mail for X Window System.
20
21 %description -l pl
22 Althea jest klientem poczty IMAP pod X Window System z mo¿liwo¶ci±
23 wykorzystania po³±czeñ SSL.
24
25 %prep
26 %setup -q
27 %patch0 -p1
28 %patch1 -p1
29 %patch2 -p1
30
31 %build
32 %{__make} CXX=%{__cxx} DEBUGFLAGS="%{rpmcflags}" \
33         PIXDIR=%{_datadir}/althea \
34         DOCDIR=%{_defaultdocdir}/%{name}-%{version}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT \
41         BINDIR=%{_bindir} \
42         PIXDIR=%{_datadir}/althea
43
44 find Documentation -name "CVS" | xargs rm -rf
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc althearc.example Documentation/*
52 %attr(755,root,root) %{_bindir}/*
53 %{_datadir}/althea
This page took 0.055114 seconds and 2 git commands to generate.