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