delete -Sgit from %autosetup, and delete BuildRequires git

This commit is contained in:
chenyanpanHW 2021-07-30 22:09:49 +08:00
parent d98fd43068
commit 57468405bc
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -1,11 +1,11 @@
Name: ORBit2 Name: ORBit2
Version: 2.14.19 Version: 2.14.19
Release: 24 Release: 25
Summary: A high-performance CORBA Object Request Broker Summary: A high-performance CORBA Object Request Broker
License: LGPLv2+ and GPLv2+ License: LGPLv2+ and GPLv2+
URL: https://gitlab.gnome.org/Archive/orbit2 URL: https://gitlab.gnome.org/Archive/orbit2
Source: http://download.gnome.org/sources/ORBit2/2.14/%{name}-%{version}.tar.bz2 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: glib2-devel >= 2.2.0
BuildRequires: libIDL-devel >= 0.8.2-1 BuildRequires: libIDL-devel >= 0.8.2-1
BuildRequires: pkgconfig >= 0.14 BuildRequires: pkgconfig >= 0.14
@ -45,7 +45,7 @@ Conflicts: ORBit-devel <= 1:0.5.8
Development package for ORBit. Development package for ORBit.
%prep %prep
%autosetup -n %{name}-%{version} -p1 -Sgit %autosetup -n %{name}-%{version} -p1
%build %build
libtoolize --force --copy libtoolize --force --copy
@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/* %{_includedir}/*
%changelog %changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.14.19-25
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
* Thu Dec 17 2020 xinghe <xinghe1@huawei.com> - 2.14.19-24 * Thu Dec 17 2020 xinghe <xinghe1@huawei.com> - 2.14.19-24
- correct url - correct url