]> git.pld-linux.org Git - packages/althea.git/blob - althea.spec
- s/An/A/
[packages/althea.git] / althea.spec
1 Summary:        A 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 # 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.7
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
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} CXX=%{__cxx} DEBUGFLAGS="%{rpmcflags}" \
34         PIXDIR=%{_datadir}/althea \
35         DOCDIR=%{_defaultdocdir}/%{name}-%{version}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT \
42         BINDIR=%{_bindir} \
43         PIXDIR=%{_datadir}/althea
44
45 find Documentation -name "CVS" | xargs rm -rf
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc althearc.example Documentation/*
53 %attr(755,root,root) %{_bindir}/*
54 %{_datadir}/althea
This page took 0.0903929999999999 seconds and 3 git commands to generate.