automatic version update by autodist [release 7.64.1-1mamba;Sun Mar 31 2019]
This commit is contained in:
parent
45fdf0c911
commit
f84e54449b
30
curl.spec
30
curl.spec
@ -1,7 +1,7 @@
|
|||||||
%define libname libcurl
|
%define libname libcurl
|
||||||
|
|
||||||
Name: curl
|
Name: curl
|
||||||
Version: 7.64.0
|
Version: 7.64.1
|
||||||
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
|
||||||
@ -185,17 +185,18 @@ cd lib
|
|||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
# install development documentation
|
# 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/MANUAL docs/THANKS docs/TODO \
|
|
||||||
curls_develpck_docs/
|
|
||||||
|
|
||||||
install -d curls_develpck_docs/{libcurl,examples}
|
#install -d curls_develpck_docs
|
||||||
#install -m644 docs/libcurl/libcurl.m4 curls_develpck_docs/libcurl/libcurl.m4
|
#install -m644 \
|
||||||
install -m644 docs/examples/{Makefile.example,README,*.c} \
|
# CHANGES COPYING README RELEASE-NOTES \
|
||||||
curls_develpck_docs/examples/
|
# 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
|
||||||
|
|
||||||
@ -243,12 +244,15 @@ cd gnutls/lib/
|
|||||||
%{_mandir}/man1/curl-config.1*
|
%{_mandir}/man1/curl-config.1*
|
||||||
#%{_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/BUGS docs/FAQ docs/FEATURES
|
%doc docs/BUGS docs/FAQ docs/FEATURES
|
||||||
%doc docs/KNOWN_BUGS docs/MANUAL docs/THANKS docs/TODO
|
%doc docs/KNOWN_BUGS docs/THANKS docs/TODO
|
||||||
%doc CHANGES README RELEASE-NOTES
|
%doc CHANGES README RELEASE-NOTES
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 31 2019 Automatic Build System <autodist@mambasoft.it> 7.64.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Feb 06 2019 Automatic Build System <autodist@mambasoft.it> 7.64.0-1mamba
|
* Wed Feb 06 2019 Automatic Build System <autodist@mambasoft.it> 7.64.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user