diff --git a/libdaemon.spec b/libdaemon.spec index ea2bb5a..6e6ab5d 100644 --- a/libdaemon.spec +++ b/libdaemon.spec @@ -1,6 +1,6 @@ Name: libdaemon Version: 0.14 -Release: 19 +Release: 20 Summary: A lightweight daemon framework in C License: LGPLv2+ URL: http://0pointer.de/lennart/projects/libdaemon/ @@ -36,7 +36,8 @@ make check %files %defattr(-,root,root) -%doc README LICENSE +%doc README +%license LICENSE %{_libdir}/*.so.* %files devel @@ -52,6 +53,12 @@ make check %{_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