automatic version update by autodist [release 7.74.0-1mamba;Fri Dec 18 2020]
This commit is contained in:
parent
a6a407327d
commit
88e313d548
24
curl.spec
24
curl.spec
@ -1,7 +1,7 @@
|
|||||||
%define libname libcurl
|
%define libname libcurl
|
||||||
|
|
||||||
Name: curl
|
Name: curl
|
||||||
Version: 7.73.0
|
Version: 7.74.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
|
||||||
@ -186,29 +186,12 @@ cd lib
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
# install development documentation
|
|
||||||
|
|
||||||
#install -d curls_develpck_docs
|
|
||||||
#install -m644 \
|
|
||||||
# CHANGES COPYING README RELEASE-NOTES \
|
|
||||||
# docs/BUGS docs/FAQ docs/FEATURES docs/KNOWN_BUGS \
|
|
||||||
# docs/THANKS docs/TODO \
|
|
||||||
# curls_develpck_docs/
|
|
||||||
|
|
||||||
#install -d curls_develpck_docs/{libcurl,examples}
|
|
||||||
##install -m644 docs/libcurl/libcurl.m4 curls_develpck_docs/libcurl/libcurl.m4
|
|
||||||
#install -m644 docs/examples/{Makefile.example,README,*.c} \
|
|
||||||
# curls_develpck_docs/examples/
|
|
||||||
|
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
cd gnutls/lib/
|
cd gnutls/lib/
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
#for version in 3 4 4.0.0 4.1.0 4.2.0 4.3.0; do
|
|
||||||
# ln -s libcurl-gnutls.so.4.4.0 %{buildroot}%{_libdir}/libcurl-gnutls.so.${version}
|
|
||||||
#done
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -247,11 +230,14 @@ cd gnutls/lib/
|
|||||||
#%{_mandir}/man1/mk-ca-bundle.1*
|
#%{_mandir}/man1/mk-ca-bundle.1*
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
#%doc curls_develpck_docs/*
|
#%doc curls_develpck_docs/*
|
||||||
%doc docs/FAQ docs/FEATURES
|
%doc docs/FAQ
|
||||||
%doc docs/KNOWN_BUGS docs/THANKS docs/TODO
|
%doc docs/KNOWN_BUGS docs/THANKS docs/TODO
|
||||||
%doc CHANGES README RELEASE-NOTES
|
%doc CHANGES README RELEASE-NOTES
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 18 2020 Automatic Build System <autodist@mambasoft.it> 7.74.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Oct 15 2020 Automatic Build System <autodist@mambasoft.it> 7.73.0-1mamba
|
* Thu Oct 15 2020 Automatic Build System <autodist@mambasoft.it> 7.73.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user