⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 curl-ssl.spec.in

📁 URL的APIdll函数库
💻 IN
字号:
%define name curl-ssl%define tarball curl%define version 7.11.0%define release 1%define curlroot %{_builddir}/%{tarball}-%{version}Summary: get a file from a FTP, GOPHER or HTTP server.Name: %{name}Version: %{version}Release: %{release}Copyright: MIT/X derivateVendor: Daniel Stenberg <Daniel.Stenberg@haxx.se>Packager: Troy Engel <tengel@sonic.net>Group: Utilities/ConsoleSource: %{tarball}-%{version}.tar.gzURL: http://curl.haxx.se/Provides: curlObsoletes: curlBuildRoot: %{_tmppath}/%{tarball}-%{version}-rootRequires: openssl >= 0.9.5%descriptioncurl is a client to get documents/files from servers, using any of thesupported protocols. The command is designed to work without userinteraction or any kind of interactivity.curl offers a busload of useful tricks like proxy support, userauthentication, ftp upload, HTTP post, file transfer resume and more.%package	develSummary:	The includes, libs, and man pages to develop with libcurlGroup:		Development/LibrariesRequires:	openssl-devel >= 0.9.5Provides:	curl-devel%description devellibcurl is the core engine of curl; this packages contains all the libs,headers, and manual pages to develop applications using libcurl.%prep%setup -q -n %{tarball}-%{version} %buildcd %{curlroot} && (if [ -f configure.in ]; then mv -f configure.in configure.in.rpm; fi)%configurecd %{curlroot} && (if [ -f configure.in.rpm ]; then mv -f configure.in.rpm configure.in; fi)make %install[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}make DESTDIR=%{buildroot} install-strip%clean[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}[ "%{curlroot}" != "/" ] && rm -rf %{curlroot}%post/sbin/ldconfig%postun/sbin/ldconfig%files%defattr(-,root,root)%attr(0755,root,root) %{_bindir}/curl%attr(0644,root,root) %{_mandir}/man1/curl.1*%{_libdir}/libcurl.so*%{_datadir}/curl/curl-ca-bundle.crt%doc CHANGES COPYING README testcurl.sh docs/BUGS docs/SSLCERTS%doc docs/CONTRIBUTE docs/FAQ docs/FEATURES docs/HISTORY docs/INSTALL%doc docs/KNOWN_BUGS docs/MANUAL docs/RESOURCES docs/THANKS%doc docs/TODO docs/VERSIONS docs/TheArtOfHttpScripting tests%files devel%defattr(-,root,root)%attr(0755,root,root) %{_bindir}/curl-config%attr(0644,root,root) %{_mandir}/man1/curl-config.1*%attr(0644,root,root) %{_mandir}/man3/*%attr(0644,root,root) %{_includedir}/curl/*%{_libdir}/libcurl.a%{_libdir}/libcurl.la%doc docs/BINDINGS docs/INTERNALS docs/examples/* docs/libcurl-the-guide

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -