SPECS: alpine.spec (NEW) - new replacement for Pine email client
arekm
arekm at pld-linux.org
Sun Jul 8 12:28:05 CEST 2007
Author: arekm Date: Sun Jul 8 10:28:05 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new replacement for Pine email client
---- Files affected:
SPECS:
alpine.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/alpine.spec
diff -u /dev/null SPECS/alpine.spec:1.1
--- /dev/null Sun Jul 8 12:28:05 2007
+++ SPECS/alpine.spec Sun Jul 8 12:28:00 2007
@@ -0,0 +1,77 @@
+# $Revision$, $Date$
+Summary: University of Washington Pine mail user agent
+Name: alpine
+Version: 0.999
+Release: 0.1
+License: Apache License
+Group: Applications/Mail
+Source0: ftp://ftp.cac.washington.edu/alpine/%{name}-%{version}.tar.gz
+# Source0-md5: 082de388a998c1faa2385ebdfd6800f5
+URL: http://www.washington.edu/alpine
+BuildRequires: ncurses-devel
+BuildRequires: openldap-devel
+BuildRequires: openssl-devel
+BuildRequires: tcl-devel
+BuildRequires: pam-devel
+BuildRequires: krb5-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Alpine -- an Alternatively Licensed Program for Internet News & Email
+-- is a tool for reading, sending, and managing electronic messages.
+Alpine is the successor to Pine and was developed by Computing &
+Communications at the University of Washington. Though originally
+designed for inexperienced email users, Alpine supports many advanced
+features, and an ever-growing number of configuration and
+personal-preference options.
+
+%prep
+%setup -q
+
+%build
+%configure \
+ --enable-quotas \
+ --with-smtp-msa=%{_libdir}/sendmail \
+ --with-spellcheck-prog=aspell \
+ --with-system-pinerc=/etc/alpine/alpine.conf \
+ --with-system-fixed-pinerc=/etc/alpine/alpine.conf.fixed \
+ --with-krb5-dir=%{_prefix} \
+ --with-ldap-dir=%{_prefix} \
+ --with-system-mail-directory=/var/mail
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README LICENSE doc/tech-notes.txt
+%attr(755,root,root) %{_bindir}/alpine
+%attr(755,root,root) %{_bindir}/pico
+%attr(755,root,root) %{_bindir}/pilot
+%attr(755,root,root) %{_bindir}/rpload
+%attr(755,root,root) %{_bindir}/rpdump
+%attr(755,root,root) %{_bindir}/mailutil
+%attr(2755, root, mail) %{_sbindir}/mlock
+%{_mandir}/man1/alpine.1*
+%{_mandir}/man1/pico.1*
+%{_mandir}/man1/pilot.1*
+%{_mandir}/man1/rpload.1*
+%{_mandir}/man1/rpdump.1*
+%{_mandir}/man1/mailutil.1*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2007/07/08 10:28:00 arekm
+- new replacement for Pine email client
+
================================================================
More information about the pld-cvs-commit
mailing list