Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
c24edee835
!14 【轻量级 PR】:修改yaml bug
From: @licihua 
Reviewed-by: @leeffo 
Signed-off-by: @leeffo
2023-03-27 01:07:27 +00:00
Monday
eb732d6d1d
修改yaml bug
Signed-off-by: Monday <licihua@huawei.com>
2023-03-25 09:43:06 +00:00
openeuler-ci-bot
81cced82c7
!10 fix build failure due to autoconf upgrade
From: @shirely16 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-04-12 14:01:16 +00:00
shirely16
aa6abf618f fix build failure due to autoconf upgrade 2022-04-12 20:30:08 +08:00
openeuler-ci-bot
2b44c2d7cb !8 ORBit2 delete -Sgit from %autosetup, and delete BuildRequires git
From: @chenyanpanHW
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2021-08-12 07:29:12 +00:00
chenyanpanHW
57468405bc
delete -Sgit from %autosetup, and delete BuildRequires git 2021-07-30 22:09:49 +08:00
openeuler-ci-bot
d98fd43068 !2 correct url
From: @xinghe_1
Reviewed-by: @SuperSix173
Signed-off-by: @SuperSix173
2020-12-17 17:24:02 +08:00
markeryang
fbbfba4c96 correct url 2020-12-17 15:27:56 +08:00
openeuler-ci-bot
99b7464085 !1 add yaml file in package
Merge pull request !1 from gaoch_100/master
2020-06-23 19:19:42 +08:00
gaochao_100
01daeabd7f add yaml file in package 2020-06-11 17:17:38 +08:00
2 changed files with 18 additions and 7 deletions

View File

@ -1,11 +1,11 @@
Name: ORBit2 Name: ORBit2
Version: 2.14.19 Version: 2.14.19
Release: 23 Release: 26
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: http://www.gnome.org/projects/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,12 +45,9 @@ 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
aclocal
autoconf
%configure --disable-gtk-doc --enable-purify --disable-static %configure --disable-gtk-doc --enable-purify --disable-static
%make_build %make_build
@ -83,6 +80,15 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/* %{_includedir}/*
%changelog %changelog
* Tue Apr 12 2022 hanhui <hanhui15@h-partners.com> - 2.14.19-26
- DESC: fix build failure due to autoconf upgrade
* 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
- correct url
* Fri Dec 20 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.14.19-23 * Fri Dec 20 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.14.19-23
- Fix ldconfig scriptlets - Fix ldconfig scriptlets

5
ORBit2.yaml Normal file
View File

@ -0,0 +1,5 @@
version_control: git
src_repo: https://gitlab.gnome.org/Archive/orbit2.git
tag_prefix: ORBIT2_
separator: _
git_url: https://gitlab.gnome.org/Archive/orbit2.git