diff --git a/esc.spec b/esc.spec index adaf1e60c86ae2a3c70a4d2c283ff00301f4e889..8759c98008d509fb881f09cb1caed0c706b9b233 100644 --- a/esc.spec +++ b/esc.spec @@ -1,6 +1,6 @@ Name: esc Version: 1.1.2 -Release: 4 +Release: 5 Summary: esc embeds files into go programs and provides http License: GPL+ URL: https://github.com/mjibson/esc @@ -23,8 +23,6 @@ It adds all named files or files recursively under named directories at the path specified. The output file provides an http.FileSystem interface with zero dependencies on packages outside the standard library. -%package_help - %prep %autosetup -n %{name} -p1 @@ -69,10 +67,13 @@ install -m 0755 %{SOURCE2} %{buildroot}/%{_datadir}/applications %{_datadir}/applications/esc.desktop %{_datadir}/icons/hicolor/48x48/apps/esc.png -%files help -%defattr(-,root,root) - %changelog +* Mon Mar 23 2020 openEuler Buildteam - 1.1.2-5 +- Type: bugfix +- ID: NA +- SUG: NA +- DESC: delete help package + * Sat Mar 21 2020 openEuler Buildteam - 1.1.2-4 - Type: bugfix - ID: NA