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

📄 libdaemon.spec

📁 用来编写 unix 环境下的守护程序的工具库
💻 SPEC
字号:
%define debug_package %{nil}Summary: lightweight C library which eases the writing of UNIX daemons.Name: libdaemonVersion: 0.12Release: 1URL: http://www.stud.uni-hamburg.de/users/lennart/projects/libdaemonSource: %{name}-%{version}.tar.gzLicense: LGPL Group: System Environment/LibrariesBuildRoot: %{_tmppath}/%{name}-%{version}-root%descriptionlibdaemon is a lightweight C library which eases the writing of UNIX daemons.It consists of the following parts:    * A wrapper around fork() which does the correct daemonization      procedure of a process    * A wrapper around syslog() for simpler and compatible log output to      Syslog or STDERR    * An API for writing PID files    * An API for serializing UNIX signals into a pipe for usage with      select() or poll()Routines like these are included in most of the daemon software available. Itis not that simple to get it done right and code duplication cannot be a goal.%package develSummary: Static libraries and header files for libdaemon development.Group: Development/LibrariesRequires: libdaemon = %{version}%description develThe libdaemon-devel package contains the header files and static librariesnecessary for developing programs using libdaemon.%prep%setup -q%build%configuremake%install%makeinstall%post -p /sbin/ldconfig%postun -p /sbin/ldconfig%cleanrm -rf $RPM_BUILD_ROOT%files%defattr(-,root,root)%doc LICENSE README%{_libdir}/*so.*%{_libdir}/*.la%files devel%defattr(-,root,root)%doc LICENSE README%doc doc/*%{_includedir}/*%{_libdir}/*.a%{_libdir}/*.so%{_libdir}/pkgconfig/*.pc%changelog* Mon Jul 21 2003 Lennart Poettering 0.3- fixes* Wed Jul 16 2003 Diego Santa Cruz <Diego.SantaCruz@epfl.ch> 0.2- initial RPM

⌨️ 快捷键说明

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