add build debuginfo and debugsource
This commit is contained in:
parent
e796681c7a
commit
d0c9631150
@ -1,7 +1,6 @@
|
|||||||
%define debug_package %{nil}
|
|
||||||
Name: ukui-window-switch
|
Name: ukui-window-switch
|
||||||
Version: 3.1.0
|
Version: 3.1.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Front of the window switch
|
Summary: Front of the window switch
|
||||||
License: GPL-2+ and BSD-2-clause and BSD-3-clause
|
License: GPL-2+ and BSD-2-clause and BSD-3-clause
|
||||||
URL: http://www.ukui.org
|
URL: http://www.ukui.org
|
||||||
@ -28,12 +27,12 @@ BuildRequires: ukui-interface
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
qmake-qt5
|
%{qmake_qt5}
|
||||||
make
|
%{make_build}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
make INSTALL_ROOT=%{buildroot} install
|
%{make_install} INSTALL_ROOT=%{buildroot}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -45,7 +44,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/ukui-window-switch/
|
%{_datadir}/ukui-window-switch/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Dec 5 2022 peijiankang <peijiankang@kylinos.cn> - 3.1.0-1
|
* Fri Feb 10 2023 peijiankang <peijiankang@kylinos.cn> - 3.1.0-2
|
||||||
|
- add build debuginfo and debugsource
|
||||||
|
|
||||||
|
* Mon Dec 5 2022 peijiankang <peijiankang@kylinos.cn> - 3.1.0-1
|
||||||
- update version to 3.1.0
|
- update version to 3.1.0
|
||||||
|
|
||||||
* Tue Jul 12 2022 peijiankang <peijiankang@kylinos.cn> - 3.0.2-2
|
* Tue Jul 12 2022 peijiankang <peijiankang@kylinos.cn> - 3.0.2-2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user