diff --git a/libdaemon.spec b/libdaemon.spec index 3b31fe243ddd9ff8b8a8a95888f24815a7bee506..a98429a361be551ab64541c72dc5c89b4909dc98 100644 --- a/libdaemon.spec +++ b/libdaemon.spec @@ -1,10 +1,10 @@ Name: libdaemon Version: 0.14 -Release: 21 +Release: 22 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 +License: LGPL-2.1-or-later +URL: https://0pointer.de/lennart/projects/libdaemon/ +Source0: https://0pointer.de/lennart/projects/libdaemon/%{name}-%{version}.tar.gz Patch0001:0001-examples-testd.c-fix-some-typos.patch @@ -25,36 +25,34 @@ Development files for %{name}. %autosetup -n %{name}-%{version} -p1 %build -%configure +%configure --disable-static %make_build %install %make_install +%delete_la %check -make check - -%ldconfig_scriptlets +%make_build check %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 +* Tue Sep 03 2024 Funda Wang - 0.14-22 +- cleanup spec + * Tue May 31 2022 Bin Hu - 0.14-21 - Type:bugfix - ID:NA