From dd8ed4958a6d0fb1f67cfec473d73b7b5156ca18 Mon Sep 17 00:00:00 2001 From: panchenbo Date: Thu, 30 Jul 2020 16:06:06 +0800 Subject: [PATCH] add yaml and fix spec --- deepin-image-viewer.spec | 72 ++-------------------------------------- deepin-image-viewer.yaml | 4 +++ 2 files changed, 6 insertions(+), 70 deletions(-) create mode 100644 deepin-image-viewer.yaml diff --git a/deepin-image-viewer.spec b/deepin-image-viewer.spec index 0de7179..4adabf5 100644 --- a/deepin-image-viewer.spec +++ b/deepin-image-viewer.spec @@ -6,7 +6,6 @@ License: GPLv3 URL: https://github.com/linuxdeepin/deepin-image-viewer Source0: %{name}-%{version}.tar.gz - BuildRequires: gcc-c++ BuildRequires: freeimage-devel BuildRequires: qt5-linguist @@ -49,7 +48,6 @@ sed -i 's|lrelease|lrelease-qt5|g' viewer/viewer.pro %check desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop ||: -####appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml %files %doc README.md @@ -65,71 +63,5 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop ||: %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %changelog -* Thu Jan 31 2019 mosquito - 1.3.8-1 -- Update to 1.3.8 - -* Thu Jan 31 2019 Fedora Release Engineering - 1.3.6-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Wed Dec 12 2018 mosquito - 1.3.6-1 -- Update to 1.3.6 - -* Thu Nov 29 2018 mosquito - 1.3.2-1 -- Update to 1.3.2 - -* Wed Nov 21 2018 mosquito - 1.3.1-1 -- Update to 1.3.1 - -* Fri Jul 27 2018 mosquito - 1.2.23-1 -- Update to 1.2.23 - -* Thu Jul 19 2018 Adam Williamson - 1.2.16.8-3 -- Rebuild for new libraw - -* Thu Jul 12 2018 Fedora Release Engineering - 1.2.16.8-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Sat Feb 10 2018 mosquito - 1.2.16.8-1 -- Update to 1.2.16.8 - -* Wed Feb 07 2018 Fedora Release Engineering - 1.2.16.7-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jan 11 2018 Igor Gnatenko - 1.2.16.7-2 -- Remove obsolete scriptlets - -* Thu Dec 28 2017 mosquito - 1.2.16.7-1 -- Update to 1.2.16.7 - -* Sat Dec 9 2017 mosquito - 1.2.16.5-1 -- Update to 1.2.16.5 - -* Mon Nov 27 2017 mosquito - 1.2.16.4-1 -- Update to 1.2.16.4 - -* Fri Oct 27 2017 mosquito - 1.2.16.1-1 -- Update to 1.2.16.1 - -* Mon Aug 21 2017 mosquito - 1.2.15-1 -- Update to 1.2.15 - -* Fri Jul 14 2017 mosquito - 1.2.14-1.gite77fde5 -- Update to 1.2.14 - -* Fri May 19 2017 mosquito - 1.2.13-1.gita6ac784 -- Update to 1.2.13 - -* Tue Mar 7 2017 mosquito - 1.2.4-1.gitfad9c98 -- Update to 1.2.4 - -* Sat Jan 21 2017 mosquito - 1.2.1-1.git8378500 -- Update to 1.2.1 - -* Tue Jan 17 2017 mosquito - 1.2.0-1.git933325f -- Update to 1.2.0 - -* Fri Jan 06 2017 Jaroslav Stepanek 1.1.3-2 -- Fixed build dependecies - -* Sat Dec 10 2016 Jaroslav Stepanek 1.1.3-1 -- Initial package build +* Thu Jul 30 2020 openEuler Buildteam - 1.3.17-1 +- Package init diff --git a/deepin-image-viewer.yaml b/deepin-image-viewer.yaml new file mode 100644 index 0000000..5987d37 --- /dev/null +++ b/deepin-image-viewer.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: linuxdeepin/deepin-image-viewer +tag_prefix: ^v +seperator: . -- Gitee