Compare commits
5 Commits
8.11.1-1ma
...
main
Author | SHA1 | Date | |
---|---|---|---|
db4ec4aa30 | |||
fa6cb00359 | |||
5034d1a241 | |||
eb2b2372c4 | |||
db75933baa |
24
curl.spec
24
curl.spec
@ -1,7 +1,7 @@
|
||||
%define libname libcurl
|
||||
|
||||
Name: curl
|
||||
Version: 8.11.1
|
||||
Version: 8.14.1
|
||||
Release: 1mamba
|
||||
Summary: A tool for transfering data with URL syntax that supports many protocols
|
||||
Group: Applications/Networking
|
||||
@ -77,8 +77,6 @@ Curl is a tool and libcurl is a library for transfering data with URL syntax, su
|
||||
The tool and library offer a myriad of powerful features and full protocol control.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#-D -T
|
||||
@ -173,11 +171,12 @@ cd gnutls/lib/
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/curl
|
||||
%{_mandir}/man1/curl.*
|
||||
%{_bindir}/wcurl
|
||||
%{_mandir}/man1/curl.1*
|
||||
%{_mandir}/man1/wcurl.1*
|
||||
|
||||
%files -n %{libname}
|
||||
%defattr(-,root,root)
|
||||
@ -206,6 +205,21 @@ cd gnutls/lib/
|
||||
%doc README RELEASE-NOTES
|
||||
|
||||
%changelog
|
||||
* Wed Jun 04 2025 Automatic Build System <autodist@openmamba.org> 8.14.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 30 2025 Automatic Build System <autodist@openmamba.org> 8.14.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Apr 02 2025 Automatic Build System <autodist@openmamba.org> 8.13.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 13 2025 Automatic Build System <autodist@openmamba.org> 8.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 06 2025 Automatic Build System <autodist@openmamba.org> 8.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Dec 11 2024 Automatic Build System <autodist@openmamba.org> 8.11.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user