!9 编译时加入autoreconf命令,重新生成automake相关文件,编译kiran主题插件
From: @liubuguiii Reviewed-by: @tangjie02 Signed-off-by: @tangjie02
This commit is contained in:
commit
24e16a5e1c
@ -15,7 +15,7 @@
|
|||||||
Name: mate-notification-daemon
|
Name: mate-notification-daemon
|
||||||
Version: %{branch}.1
|
Version: %{branch}.1
|
||||||
%if 0%{?rel_build}
|
%if 0%{?rel_build}
|
||||||
Release: 2
|
Release: 3
|
||||||
%else
|
%else
|
||||||
Release: 0.13%{?git_rel}
|
Release: 0.13%{?git_rel}
|
||||||
%endif
|
%endif
|
||||||
@ -74,6 +74,7 @@ NOCONFIGURE=1 ./autogen.sh
|
|||||||
%endif # 0%{?rel_build}
|
%endif # 0%{?rel_build}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoreconf -i -f
|
||||||
%configure --disable-schemas-compile
|
%configure --disable-schemas-compile
|
||||||
|
|
||||||
make %{?_smp_mflags} V=1
|
make %{?_smp_mflags} V=1
|
||||||
@ -109,6 +110,9 @@ rm -f %{buildroot}%{_datadir}/applications/mate-notification-daemon.desktop
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 24 2022 liuxinhao <liuxinhao@kylinsec.com.cn> - 1.22.1-3
|
||||||
|
- KYOS-F: autoreconf before the build phase
|
||||||
|
|
||||||
* Fri Jul 08 2022 longcheng <longcheng@kylinos.com.cn> - 1.22.1-2
|
* Fri Jul 08 2022 longcheng <longcheng@kylinos.com.cn> - 1.22.1-2
|
||||||
- KYOS-B: changed top_right to bottom_right
|
- KYOS-B: changed top_right to bottom_right
|
||||||
- KYOS-B: notification-modify-categories-KY3.4 (#20564)
|
- KYOS-B: notification-modify-categories-KY3.4 (#20564)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user