]> 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 6eb91dce2a765093b1ec514cacd517f09f17f558..e44e0dc5618347662566f7dd6e76d988f7010f98 100644 (file)
@@ -1,24 +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:
 #   - 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.3
+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
+#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
@@ -95,9 +99,11 @@ ajuda de acordo com o contexto está disponível.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
+%{__autoconf}
+%{__aclocal} -I m4
+%{__automake}
 %configure \
        --enable-quotas \
        --with-smtp-msa=%{_libdir}/sendmail \
This page took 0.038479 seconds and 4 git commands to generate.