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