From 0d119c4b988142f48541be80286bc3b3df0a45ec Mon Sep 17 00:00:00 2001 From: songnannan Date: Mon, 23 Mar 2020 09:50:30 +0800 Subject: [PATCH] delete help package --- esc.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/esc.spec b/esc.spec index adaf1e6..8759c98 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 -- Gitee