From c786c1a97af38c73baf6c4d13e885b9a8ca755ba Mon Sep 17 00:00:00 2001 From: panchenbo Date: Thu, 30 Jul 2020 16:40:04 +0800 Subject: [PATCH] add yaml and fix spec --- deepin-system-monitor.spec | 58 ++------------------------------------ deepin-system-monitor.yaml | 4 +++ 2 files changed, 6 insertions(+), 56 deletions(-) create mode 100644 deepin-system-monitor.yaml diff --git a/deepin-system-monitor.spec b/deepin-system-monitor.spec index aedf950..20319a7 100644 --- a/deepin-system-monitor.spec +++ b/deepin-system-monitor.spec @@ -9,7 +9,6 @@ Source1: %{name}-appdata.xml Patch0: 0001-fix-building-error.patch BuildRequires: dtkwidget-devel >= 5.1 -#BuildRequires: pkgconfig(dtkwm) >= 2.0 BuildRequires: pkgconfig(libprocps) BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(xcb-util) @@ -40,8 +39,6 @@ Recommends: deepin-manual %prep %setup -q -####sed -i 's|lrelease|lrelease-qt5|' translations/translate_generation.sh - %patch0 -p1 %build @@ -68,56 +65,5 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop ||: %{_datadir}/polkit-1/actions/com.deepin.pkexec.deepin-system-monitor.policy %changelog -* Mon Aug 05 2019 Robin Lee - 5.0.0-1 -- Release 5.0.0 - -* Wed Jul 24 2019 Fedora Release Engineering - 1.4.8.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu Jan 31 2019 mosquito - 1.4.8.1-1 -- Update to 1.4.8.1 - -* Thu Jan 31 2019 Fedora Release Engineering - 1.4.8-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Thu Nov 29 2018 mosquito - 1.4.8-1 -- Update to 1.4.8 - -* Fri Nov 9 2018 mosquito - 1.4.7-1 -- Update to 1.4.7 - -* Sat Aug 25 2018 mosquito - 1.4.6-1 -- Update to 1.4.6 - -* Fri Jul 27 2018 mosquito - 1.4.5-1 -- Update to 1.4.5 - -* Thu Jul 12 2018 Fedora Release Engineering - 1.3.7-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Thu Jun 14 2018 Zbigniew Jędrzejewski-Szmek - 1.3.7-4 -- Rebuild for procps-ng-3.3.15 - -* Wed Feb 07 2018 Fedora Release Engineering - 1.3.7-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jan 11 2018 Igor Gnatenko - 1.3.7-2 -- Remove obsolete scriptlets - -* Mon Nov 27 2017 mosquito - 1.3.7-1 -- Update to 1.3.7 - -* Mon Oct 23 2017 mosquito - 1.3.5-1 -- Update to 1.3.5 - -* Tue Oct 17 2017 mosquito - 1.3.1-1 -- Update to 1.3.1 - -* Sun Aug 20 2017 mosquito - 1.3-1 -- Update to 1.3 - -* Tue Aug 1 2017 mosquito - 1.0.2-1 -- Update to 1.0.2 - -* Sat Jul 15 2017 mosquito - 0.0.4-1.gita73357d -- Initial build +* Thu Jul 30 2020 openEuler Buildteam - 5.6.1-1 +- Package init diff --git a/deepin-system-monitor.yaml b/deepin-system-monitor.yaml new file mode 100644 index 0000000..a411673 --- /dev/null +++ b/deepin-system-monitor.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: linuxdeepin/deepin-system-monitor +tag_prefix: ^v +seperator: . -- Gitee