]> git.pld-linux.org Git - packages/althea.git/blob - althea.spec
- removed two lines with define
[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
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
30 %build
31 %{__make} CXX=%{__cxx} DEBUGFLAGS="%{rpmcflags}" \
32         PIXDIR=%{_datadir}/althea \
33         DOCDIR=%{_defaultdocdir}/%{name}-%{version}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT \
40         BINDIR=%{_bindir} \
41         PIXDIR=%{_datadir}/althea
42
43 find Documentation -name "CVS" | xargs rm -rf
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc althearc.example Documentation/*
51 %attr(755,root,root) %{_bindir}/*
52 %{_datadir}/althea
This page took 0.068758 seconds and 4 git commands to generate.