From 05c7ae405a97d177fa25a62cf11c59be3a531a1d Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Mon, 8 Nov 2021 11:06:35 +0800 Subject: [PATCH] update README.md --- 0004-Update-README.md.patch | 27 +++++++++++++++++++++++++++ ukui-system-monitor.spec | 7 ++++++- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 0004-Update-README.md.patch diff --git a/0004-Update-README.md.patch b/0004-Update-README.md.patch new file mode 100644 index 0000000..89dd236 --- /dev/null +++ b/0004-Update-README.md.patch @@ -0,0 +1,27 @@ +From 75102e2e43b915102f523e1c9e55bc9e8c0bb8e4 Mon Sep 17 00:00:00 2001 +From: tanyulong +Date: Fri, 5 Nov 2021 17:05:20 +0800 +Subject: [PATCH] Update README.md + +--- + README.md | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/README.md b/README.md +index e193c63..fc14844 100755 +--- a/README.md ++++ b/README.md +@@ -4,8 +4,8 @@ running processes, It also provides an overview of the resources + (such as CPU and memory) and File Systems on your system. + + ## Build +-./autogen.sh +-make ++mkdir build ++qmake .. + sudo make install + + ## Bug report +-- +2.30.0 + diff --git a/ukui-system-monitor.spec b/ukui-system-monitor.spec index 3ae331d..8c3c89b 100644 --- a/ukui-system-monitor.spec +++ b/ukui-system-monitor.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: ukui-system-monitor Version: 1.0.1 -Release: 6 +Release: 7 Summary: A simple system monitor written in QT License: GPL-3+ GPL-2+ URL: http://www.ukui.org @@ -37,6 +37,7 @@ patch1: hide_idle_rate.patch patch2: 0001-add-storage-check.patch patch3: 0002-Fix-the-wrong-maintainer-and-update-changelog.patch patch4: 0003-Add-libglib2.0-bin-to-Depends.patch +patch5: 0004-Update-README.md.patch %description A simple system monitor written in QT @@ -48,6 +49,7 @@ A simple system monitor written in QT %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 %build export PATH=%{_qt5_bindir}:$PATH @@ -78,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/glib-2.0/schemas/org.ukui.system-monitor.menu.gschema.xml %changelog +* Fri Nov 05 2021 tanyulong - 1.0.1-7 +- Update README.md + * Fri Nov 05 2021 tanyulong - 1.0.1-6 - Add libglib2.0 bin to Depends -- Gitee