]> git.pld-linux.org Git - packages/althea.git/blob - althea.spec
- spelling fixes by Tomasz "Witek" Wittner <wittt_@poczta.onet.pl>
[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://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tgz
9 Patch0:         %{name}-cxx.patch
10 Patch1:         %{name}-makefile.patch
11 URL:            http://althea.sourceforge.net/
12 BuildRequires:  libstdc++-devel
13 BuildRequires:  gtk+-devel
14 BuildRequires:  openssl-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _prefix         /usr/X11R6
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
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.074109 seconds and 3 git commands to generate.