]> git.pld-linux.org Git - packages/alpine.git/commitdiff
- patchlevel 16 - fixed certificates path auto/th/alpine-2_00_16-1 auto/ti/alpine-2_00_16-1
authorPaweł Gołaszewski <blues@pld-linux.org>
Wed, 19 Nov 2008 15:43:12 +0000 (15:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alpine.spec -> 1.75

alpine.spec

index 8b82d5b7ba76657236ce89f2a5986eaaa546069a..07132c1d957dd698cbe4c9b1181c32ea7838063e 100644 (file)
@@ -3,7 +3,7 @@
 # - separate package with tcl web-frontend
 # - fix as-needed
 %define                ver             2.00
-%define                patchlevel      13
+%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: e78fb53acaa23a6fc09ab6d848edc72b
+# 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)
@@ -144,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} \
This page took 0.277432 seconds and 4 git commands to generate.