Name: libdaemon Version: 0.14 Release: 20 Summary: A lightweight daemon framework in C License: LGPLv2+ URL: http://0pointer.de/lennart/projects/libdaemon/ Source0: http://0pointer.de/lennart/projects/libdaemon/%{name}-%{version}.tar.gz BuildRequires: gcc lynx %description libdaemon is a lightweight C library that eases the writing of UNIX daemons. %package devel Summary: Development files for %{name} Requires: %{name} = %{version}-%{release} %description devel Development files for %{name}. %package_help %prep %autosetup -n %{name}-%{version} -p1 %build %configure %make_build %install %make_install %check make check %ldconfig_scriptlets %files %defattr(-,root,root) %doc README %license LICENSE %{_libdir}/*.so.* %files devel %defattr(-,root,root) %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %{_libdir}/*.a %{_libdir}/*.la %files help %doc doc/README.html doc/style.css %{_datadir}/doc/%{name}/* %changelog * Fri Oct 18 2019 fangyufa - 0.14-20 - Type:bugfix - ID:NA - SUG:NA - DESC:fix spec in openEuler rule * Tue Sep 24 2019 shenyangyang - 0.14-19 - Type:enhancement - ID:NA - SUG:NA - DESC:revise help package * Mon Sep 09 2019 openEuler Buildteam - 0.14-18 - Modify Spec * Fri Aug 23 2019 openEuler Buildteam - 0.14-17 - Package init