automatic version update by autodist [release 7.82.0-1mamba;Sat Apr 02 2022]
This commit is contained in:
parent
1723628e35
commit
f6740fff0c
12
curl.spec
12
curl.spec
@ -1,7 +1,7 @@
|
|||||||
%define libname libcurl
|
%define libname libcurl
|
||||||
|
|
||||||
Name: curl
|
Name: curl
|
||||||
Version: 7.81.0
|
Version: 7.82.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A tool for transfering data with URL syntax that supports many protocols
|
Summary: A tool for transfering data with URL syntax that supports many protocols
|
||||||
Group: Applications/Networking
|
Group: Applications/Networking
|
||||||
@ -42,7 +42,7 @@ BuildRequires: groff
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
Provides: curl-gnutls
|
Provides: curl-gnutls
|
||||||
Obsoletes: curl-gnutls
|
Obsoletes: curl-gnutls < 7.82.0
|
||||||
|
|
||||||
# FIXME, not compiled in:
|
# FIXME, not compiled in:
|
||||||
# krb4 support: no (--with-krb4*)
|
# krb4 support: no (--with-krb4*)
|
||||||
@ -84,7 +84,7 @@ Group: Development/Libraries
|
|||||||
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Requires: %{libname}-gnutls = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{libname}-gnutls = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Provides: %{libname}-gnutls-devel
|
Provides: %{libname}-gnutls-devel
|
||||||
Obsoletes: %{libname}-gnutls-devel
|
Obsoletes: %{libname}-gnutls-devel < 7.82.0
|
||||||
|
|
||||||
%description -n %{libname}-devel
|
%description -n %{libname}-devel
|
||||||
Curl is a tool and libcurl is a library for transfering data with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP.
|
Curl is a tool and libcurl is a library for transfering data with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP.
|
||||||
@ -165,7 +165,6 @@ autoreconf -f -i
|
|||||||
--with-gnutls \
|
--with-gnutls \
|
||||||
--with-zlib \
|
--with-zlib \
|
||||||
--with-random \
|
--with-random \
|
||||||
--with-nss \
|
|
||||||
--enable-verbose \
|
--enable-verbose \
|
||||||
--disable-sspi \
|
--disable-sspi \
|
||||||
--with-libssh2 \
|
--with-libssh2 \
|
||||||
@ -180,6 +179,8 @@ autoreconf -f -i
|
|||||||
%endif
|
%endif
|
||||||
--enable-ares
|
--enable-ares
|
||||||
|
|
||||||
|
# --with-nss \
|
||||||
|
|
||||||
cd lib
|
cd lib
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -234,6 +235,9 @@ cd gnutls/lib/
|
|||||||
%doc CHANGES README RELEASE-NOTES
|
%doc CHANGES README RELEASE-NOTES
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 02 2022 Automatic Build System <autodist@mambasoft.it> 7.82.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Jan 05 2022 Automatic Build System <autodist@mambasoft.it> 7.81.0-1mamba
|
* Wed Jan 05 2022 Automatic Build System <autodist@mambasoft.it> 7.81.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user