]> git.pld-linux.org Git - packages/alpine.git/blobdiff - alpine.spec
- unoficial 0.9999 release (with applied chappa's all.patch). Works nice.
[packages/alpine.git] / alpine.spec
index b1ac8b870c19c1f58c804305cfca8842e8df5033..e44e0dc5618347662566f7dd6e76d988f7010f98 100644 (file)
@@ -1,21 +1,28 @@
 # TODO:
 # - backport man-pages from pine.spec
 # - alpine should obsolete pine, link pine -> alpine should be made
-# - pine -> alpine config converter
 # - review patches from pine:
-#   - maildir support is missing - maybe some fixed patch from http://staff.washington.edu/chappa/pine/ ?
+#   - home_etc support
+#   - ....many more
 Summary:       University of Washington Pine mail user agent
 Summary(pl.UTF-8):     Klient pocztowy Pine z Uniwersytetu w Waszyngtonie
 Name:          alpine
-Version:       0.999
-Release:       0.2
+Version:       0.9999
+Release:       1
 Epoch:         1
 License:       Apache License 2.0
 Group:         Applications/Mail
-Source0:       ftp://ftp.cac.washington.edu/alpine/%{name}-%{version}.tar.gz
-# Source0-md5: 082de388a998c1faa2385ebdfd6800f5
+# Main site:
+#Source0:      ftp://ftp.cac.washington.edu/alpine/%{name}-%{version}.tar.gz
+# Source with applied patches from http://staff.washington.edu/chappa/alpine/ 
+Source0:       http://staff.washington.edu/chappa/alpine/patches/alpine-%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: e095c1689d6c0fc6fd610464ba9c3cf8
 Source1:       pico.desktop
+# http://staff.washington.edu/chappa/alpine/info/all.html
+#Patch0:               http://staff.washington.edu/chappa/alpine/patches/%{name}-%{version}/all.patch.gz
 URL:           http://www.washington.edu/alpine
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: krb5-devel
 BuildRequires: ncurses-devel
 BuildRequires: openldap-devel
@@ -94,6 +101,9 @@ ajuda de acordo com o contexto está disponível.
 %setup -q
 
 %build
+%{__autoconf}
+%{__aclocal} -I m4
+%{__automake}
 %configure \
        --enable-quotas \
        --with-smtp-msa=%{_libdir}/sendmail \
This page took 0.051779 seconds and 4 git commands to generate.