mirror of
https://abf.rosa.ru/djam/curl.git
synced 2025-02-24 00:03:01 +00:00
bot: rpm5 -> rpm4 (1)
This commit is contained in:
parent
dffdfb0323
commit
db489898ae
1 changed files with 3 additions and 3 deletions
|
@ -198,7 +198,7 @@ done
|
||||||
rm -fr $(ls -1v | grep -vE "${regexp}|docs|COPYING|CHANGES")
|
rm -fr $(ls -1v | grep -vE "${regexp}|docs|COPYING|CHANGES")
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%setup_compile_flags
|
%set_build_flags
|
||||||
%shell_begin
|
%shell_begin
|
||||||
|
|
||||||
ADD_CONF_OPTS=""
|
ADD_CONF_OPTS=""
|
||||||
|
@ -234,7 +234,7 @@ sed -i configure \
|
||||||
-e "s,\$libname,${new_libname},g" \
|
-e "s,\$libname,${new_libname},g" \
|
||||||
-e "s,\${libname},${new_libname},g"
|
-e "s,\${libname},${new_libname},g"
|
||||||
|
|
||||||
%configure2_5x \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-ssl \
|
--with-ssl \
|
||||||
--without-gnutls \
|
--without-gnutls \
|
||||||
|
@ -272,7 +272,7 @@ rm -r docs/examples/.deps ||:
|
||||||
%shell_begin
|
%shell_begin
|
||||||
case "$SSL" in
|
case "$SSL" in
|
||||||
openssl )
|
openssl )
|
||||||
%makeinstall_std
|
%make_install
|
||||||
# TODO: maybe make curl-libressl-config?
|
# TODO: maybe make curl-libressl-config?
|
||||||
%multiarch_binaries %{buildroot}%{_bindir}/%{name}-config
|
%multiarch_binaries %{buildroot}%{_bindir}/%{name}-config
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue