From 3b22f93cde15a9c7ea6a7a6b13d72cea096a81f1 Mon Sep 17 00:00:00 2001 From: yuanxing Date: Wed, 11 Jan 2023 14:06:14 +0800 Subject: [PATCH] =?UTF-8?q?rpmbuild=20build=E9=98=B6=E6=AE=B5=E9=87=8D?= =?UTF-8?q?=E6=96=B0=E7=94=9F=E6=88=90automake=E7=9B=B8=E5=85=B3=E6=96=87?= =?UTF-8?q?=E4=BB=B6,=E7=BC=96=E8=AF=91kiran=E4=B8=BB=E9=A2=98=E6=8F=92?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mate-notification-daemon.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mate-notification-daemon.spec b/mate-notification-daemon.spec index a074ef1..24af684 100644 --- a/mate-notification-daemon.spec +++ b/mate-notification-daemon.spec @@ -15,7 +15,7 @@ Name: mate-notification-daemon Version: %{branch}.1 %if 0%{?rel_build} -Release: 2 +Release: 3 %else Release: 0.13%{?git_rel} %endif @@ -74,6 +74,7 @@ NOCONFIGURE=1 ./autogen.sh %endif # 0%{?rel_build} %build +autoreconf -i -f %configure --disable-schemas-compile make %{?_smp_mflags} V=1 @@ -109,6 +110,9 @@ rm -f %{buildroot}%{_datadir}/applications/mate-notification-daemon.desktop %changelog +* Wed Aug 24 2022 liuxinhao - 1.22.1-3 +- KYOS-F: autoreconf before the build phase + * Fri Jul 08 2022 longcheng - 1.22.1-2 - KYOS-B: changed top_right to bottom_right - KYOS-B: notification-modify-categories-KY3.4 (#20564)