]> git.pld-linux.org Git - packages/alpine.git/blame - alpine.spec
- new replacement for Pine email client
[packages/alpine.git] / alpine.spec
CommitLineData
02477d30
AM
1Summary: University of Washington Pine mail user agent
2Name: alpine
3Version: 0.999
4Release: 0.1
5License: Apache License
6Group: Applications/Mail
7Source0: ftp://ftp.cac.washington.edu/alpine/%{name}-%{version}.tar.gz
8# Source0-md5: 082de388a998c1faa2385ebdfd6800f5
9URL: http://www.washington.edu/alpine
10BuildRequires: ncurses-devel
11BuildRequires: openldap-devel
12BuildRequires: openssl-devel
13BuildRequires: tcl-devel
14BuildRequires: pam-devel
15BuildRequires: krb5-devel
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19Alpine -- an Alternatively Licensed Program for Internet News & Email
20-- is a tool for reading, sending, and managing electronic messages.
21Alpine is the successor to Pine and was developed by Computing &
22Communications at the University of Washington. Though originally
23designed for inexperienced email users, Alpine supports many advanced
24features, and an ever-growing number of configuration and
25personal-preference options.
26
27%prep
28%setup -q
29
30%build
31%configure \
32 --enable-quotas \
33 --with-smtp-msa=%{_libdir}/sendmail \
34 --with-spellcheck-prog=aspell \
35 --with-system-pinerc=/etc/alpine/alpine.conf \
36 --with-system-fixed-pinerc=/etc/alpine/alpine.conf.fixed \
37 --with-krb5-dir=%{_prefix} \
38 --with-ldap-dir=%{_prefix} \
39 --with-system-mail-directory=/var/mail
40%{__make}
41
42%install
43rm -rf $RPM_BUILD_ROOT
44
45%{__make} install \
46 DESTDIR=$RPM_BUILD_ROOT
47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51%files
52%defattr(644,root,root,755)
53%doc README LICENSE doc/tech-notes.txt
54%attr(755,root,root) %{_bindir}/alpine
55%attr(755,root,root) %{_bindir}/pico
56%attr(755,root,root) %{_bindir}/pilot
57%attr(755,root,root) %{_bindir}/rpload
58%attr(755,root,root) %{_bindir}/rpdump
59%attr(755,root,root) %{_bindir}/mailutil
60%attr(2755, root, mail) %{_sbindir}/mlock
61%{_mandir}/man1/alpine.1*
62%{_mandir}/man1/pico.1*
63%{_mandir}/man1/pilot.1*
64%{_mandir}/man1/rpload.1*
65%{_mandir}/man1/rpdump.1*
66%{_mandir}/man1/mailutil.1*
This page took 0.037626 seconds and 4 git commands to generate.