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

📄 st.spec

📁 快速开发
💻 SPEC
字号:
Summary:	State Threads LibraryName:		stVersion:	1.8Release:	1Copyright:	MPL 1.2 or GPL 2+Packager:	Wesley W. Terpstra <wesley@terpstra.ca>Source:		http://prdownloads.sourceforge.net/state-threads/st-%{version}.tar.gzPrefix:		/usrBuildRoot:	/tmp/%{name}-%{version}-buildGroup:		Development/Libraries%descriptionThe State Threads library has an interface similar to POSIX threads.However, the threads are actually all run in-process. This type ofthreading allows for controlled schedualing points. It is highly useful for designing robust and extremely scalable internet applications sincethere is no resource contention and locking is generally unnecessary.It can be combined with traditional threading or multiple processparallelism to take advantage of multiple processors.See: <http://state-threads.sourceforge.net/docs/st.html> for furtherinformation about how state threads improve performance.%package -n libst-develSummary:	State Threads Library - Development FilesGroup:		Development/LibrariesRequires:	libst1%description -n libst-develDevelopment headers and documentation for libst%package -n libst1Summary:	State Threads Library - Shared Libs Major 1Group:		System/Libraries%description -n libst1Shared libraries for running applications linked against api version 1.%prep%setup -q%buildmake CONFIG_GUESS_PATH=/usr/share/automake default-optimized%installif [ -d ${RPM_BUILD_ROOT} ]; then rm -rf ${RPM_BUILD_ROOT}; fimkdir -m 0755 -p ${RPM_BUILD_ROOT}/%{prefix}/lib/pkgconfigmkdir -m 0755 -p ${RPM_BUILD_ROOT}/%{prefix}/includemkdir -m 0755 -p ${RPM_BUILD_ROOT}/%{prefix}/share/doc/libst-develcp -a obj/libst.* ${RPM_BUILD_ROOT}/%{prefix}/libcp -a obj/st.h    ${RPM_BUILD_ROOT}/%{prefix}/includesed "s*@prefix@*%{prefix}*g" <st.pc >${RPM_BUILD_ROOT}/%{prefix}/lib/pkgconfig/st.pccp -a docs/*      ${RPM_BUILD_ROOT}/%{prefix}/share/doc/libst-devel/cp -a examples    ${RPM_BUILD_ROOT}/%{prefix}/share/doc/libst-devel/%post -n libst1/sbin/ldconfig %{prefix}/lib%files -n libst1%defattr(-,root,root)%{prefix}/lib/lib*.so.*%files -n libst-devel%defattr(-,root,root)%{prefix}/include/*%{prefix}/lib/lib*.a%{prefix}/lib/lib*.so%{prefix}/lib/pkgconfig/st.pc%{prefix}/share/doc/libst-devel/*%cleanif [ -d ${RPM_BUILD_ROOT} ]; then rm -rf ${RPM_BUILD_ROOT}; fi%changelog* Wed Dec 26 2001 Wesley W. Terpstra <wesley@terpstra.ca>- first rpms for libst-1.3.tar.gz

⌨️ 快捷键说明

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