OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 20-Mar-2006 21:22:51
Branch: HEAD Handle: 2006032020225100
Modified files:
openpkg-src/curl curl.spec
Log:
set path to ca-bundle.crt file and flag as a config file so the admin
can override it
Summary:
Revision Changes Path
1.79 +8 -1 openpkg-src/curl/curl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/curl/curl.spec
============================================================================
$ cvs diff -u -r1.78 -r1.79 curl.spec
--- openpkg-src/curl/curl.spec 20 Mar 2006 18:30:53 -0000 1.78
+++ openpkg-src/curl/curl.spec 20 Mar 2006 20:22:51 -0000 1.79
@@ -103,6 +103,7 @@
--prefix=%{l_prefix} \
%if "%{with_ssl}" == "yes"
--with-ssl=%{l_prefix} \
+ --with-ca-bundle=%{l_prefix}/etc/curl/ca-bundle.crt \
%else
--without-ssl \
%endif
@@ -123,7 +124,13 @@
rm -rf $RPM_BUILD_ROOT
%{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
- %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
+ %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
+%if "%{with_ssl}" == "yes"
+ %{l_files_std} \
+ '%config %{l_prefix}/etc/curl/*'
+%else
+ %{l_files_std}
+%endif
%files -f files
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]