We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50fff63 commit 51b8e2dCopy full SHA for 51b8e2d
rpm/linglong.spec
@@ -4,7 +4,7 @@ Release: 1
4
Summary: Linglong Package FrameWork
5
License: LGPLv3
6
URL: https://github.com/linuxdeepin/%{name}
7
-Source0: %{url}/archive/%{version}/linglong-%{version}.tar.gz
+Source0: %{url}/archive/%{version}/linglong-%{version}.tar
8
9
BuildRequires: cmake gcc-c++
10
BuildRequires: qt5-qtbase-devel qt5-qtbase-private-devel
@@ -100,6 +100,7 @@ cd build
100
%{_datadir}/%{name}/config.yaml
101
%{_datadir}/mime/packages/*
102
%{_datadir}/locale/*
103
+%{_datadir}/applications/*
104
105
%files -n linglong-builder
106
%license LICENSE
0 commit comments