]> git.pld-linux.org Git - packages/alpine.git/commitdiff
- regenerate ac/am
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 3 Sep 2007 12:29:25 +0000 (12:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alpine.spec -> 1.5

alpine.spec

index 6eb91dce2a765093b1ec514cacd517f09f17f558..cb5862ded1e1f13c196e8ad02978eb565314dab3 100644 (file)
@@ -9,7 +9,7 @@ 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
+Release:       0.4
 Epoch:         1
 License:       Apache License 2.0
 Group:         Applications/Mail
@@ -19,6 +19,8 @@ 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
@@ -98,6 +100,9 @@ ajuda de acordo com o contexto está disponível.
 %patch0 -p1
 
 %build
+%{__autoconf}
+%{__aclocal} -I m4
+%{__automake}
 %configure \
        --enable-quotas \
        --with-smtp-msa=%{_libdir}/sendmail \
This page took 0.079047 seconds and 4 git commands to generate.