From dd8ed40134fe39fdd08033abbe2b02d4487e81bc Mon Sep 17 00:00:00 2001 From: shirely16 Date: Wed, 13 Apr 2022 11:06:42 +0800 Subject: [PATCH] delete -Sgit from %autosetup, and delete BuildRequires git --- ORBit2.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/ORBit2.spec b/ORBit2.spec index 8cbc968..466c920 100644 --- a/ORBit2.spec +++ b/ORBit2.spec @@ -1,11 +1,11 @@ Name: ORBit2 Version: 2.14.19 -Release: 25 +Release: 26 Summary: A high-performance CORBA Object Request Broker License: LGPLv2+ and GPLv2+ URL: https://gitlab.gnome.org/Archive/orbit2 Source: http://download.gnome.org/sources/ORBit2/2.14/%{name}-%{version}.tar.bz2 -BuildRequires: autoconf automake git gtk-doc libtool +BuildRequires: autoconf automake gtk-doc libtool BuildRequires: glib2-devel >= 2.2.0 BuildRequires: libIDL-devel >= 0.8.2-1 BuildRequires: pkgconfig >= 0.14 @@ -45,7 +45,7 @@ Conflicts: ORBit-devel <= 1:0.5.8 Development package for ORBit. %prep -%autosetup -n %{name}-%{version} -p1 -Sgit +%autosetup -n %{name}-%{version} -p1 %build %configure --disable-gtk-doc --enable-purify --disable-static @@ -80,8 +80,11 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/* %changelog -* Sat Jan 8 2022 zhouwenpei - 2.14.19-25 -- fix build error +* Tue Apr 12 2022 hanhui - 2.14.19-26 +- DESC: fix build failure due to autoconf upgrade + +* Fri Jul 30 2021 chenyanpanHW - 2.14.19-25 +- DESC: delete -Sgit from %autosetup, and delete BuildRequires git * Thu Dec 17 2020 xinghe - 2.14.19-24 - correct url