X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=alpine.spec;h=07132c1d957dd698cbe4c9b1181c32ea7838063e;hb=fbd7d16c81f54e8411d184c54668510f4699f9c5;hp=f04a34cb6a2a4d54e65d820fa631d806e0329053;hpb=5448df894264ba2b47a71bac9893ac9363ce8d3a;p=packages%2Falpine.git diff --git a/alpine.spec b/alpine.spec index f04a34c..07132c1 100644 --- a/alpine.spec +++ b/alpine.spec @@ -3,7 +3,7 @@ # - separate package with tcl web-frontend # - fix as-needed %define ver 2.00 -%define patchlevel 11 +%define patchlevel 16 Summary: University of Washington Alpine mail user agent Summary(pl.UTF-8): Klient pocztowy Alpine z Uniwersytetu w Waszyngtonie Name: alpine @@ -16,7 +16,7 @@ Group: Applications/Mail #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-%{ver}/%{name}-%{ver}_%{patchlevel}.tar.gz -# Source0-md5: 6f4f8dc8e6b3107358769b322e1f1ea0 +# Source0-md5: ffe20000189d06175c46d39b44d01ad5 Source1: pico.desktop Source2: %{name}.desktop Source3: %{name}.png @@ -40,6 +40,8 @@ BuildRequires: pam-devel # Only for web-frontend: #BuildRequires: tcl-devel Suggests: aspell +Suggests: ca-certificates +Conflicts: ca-certificates < 20080809-4 Provides: pine = 6.00 Obsoletes: pine BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -132,6 +134,7 @@ rm -f libtool missing %{__autoheader} %{__automake} %configure \ + --%{?debug:en}%{!?debug:dis}able-debug \ --enable-quotas \ --without-tcl \ --with-smtp-msa=%{_libdir}/sendmail \ @@ -143,7 +146,7 @@ rm -f libtool missing --with-system-mail-directory=/var/mail \ --with-c-client-target=slx \ --with-ssl-dir=/var/lib/openssl/certs \ - --with-ssl-certs-dir=/var/lib/openssl/certs \ + --with-ssl-certs-dir=/etc/certs \ --with-passfile=.pine.pwd %{__make} \