Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
223513ecd0
!7 update to upstream 5.0.6
From: @xzyangha 
Reviewed-by: @yeqinglong01 
Signed-off-by: @yeqinglong01
2022-10-21 06:00:26 +00:00
yangxianzhao
886e715c2b update to upstream 5.0.6 2022-10-20 13:29:02 +08:00
openeuler-ci-bot
84b4f7af94 !4 fix source url in spec
Merge pull request !4 from weidongkl/master
2020-09-04 13:53:15 +08:00
weidong
cab7ab7fb3 fix source url in spec 2020-09-03 15:41:43 +08:00
weidong
7a735dc6f5 fix source url in spec 2020-09-03 14:27:48 +08:00
openeuler-ci-bot
42627cb43c !3 fix compile error
Merge pull request !3 from panchenbo/master
2020-09-02 17:01:55 +08:00
panchenbo
1281c3afe4 fix compile fail 2020-08-28 10:57:45 +08:00
openeuler-ci-bot
6e364ed484 !2 add yaml and fix spec
Merge pull request !2 from panchenbo/master
2020-07-30 17:16:33 +08:00
panchenbo
d97d38b7c5 add yaml and fix spec 2020-07-30 16:38:40 +08:00
openeuler-ci-bot
d790298989 !1 package init
Merge pull request !1 from panchenbo/master
2020-07-15 09:34:03 +08:00
panchenbo
111cc1270e package init 2020-07-14 10:53:43 +08:00
3 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,45 @@
Name: deepin-shortcut-viewer
Version: 5.0.6
Release: 1
Summary: Deepin Shortcut Viewer
License: GPLv3
URL: https://github.com/linuxdeepin/deepin-shortcut-viewer
Source0: %{name}_%{version}.orig.tar.xz
BuildRequires: dtkwidget-devel
BuildRequires: dtkcore-devel
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt5Network)
Provides: bundled(CuteLogger)
%description
The program displays a shortcut key window when a JSON data is passed.
%prep
%setup -q
%build
%qmake_qt5 PREFIX=%{_prefix}
%make_build
%install
%make_install INSTALL_ROOT="%{buildroot}"
%files
%doc README.md
%license LICENSE
%{_bindir}/%{name}
%changelog
* Tue Jul 19 2022 konglidong <komnglidong@uniontech.com> - 5.0.6-1
- update to 5.0.6
* Thu Sep 3 2020 weidong <weidong@uniontech.com> - 5.0.1-4
- fix source url in spec
* Fri Aug 28 2020 chenbo pan <panchenbo@uniontech.com> - 5.0.1-3
- fix compile fail
* Thu Jul 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.0.1-2
- Package init

View File

@ -0,0 +1,4 @@
version_control: github
src_repo: linuxdeepin/deepin-shortcut-viewer
tag_prefix: ^v
seperator: .

Binary file not shown.