6 Star 0 Fork 9

src-openEuler/gazebo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
gazebo.spec 22.43 KB
一键复制 编辑 原始数据 按行查看 历史
davidhan008 提交于 2024-11-27 20:22 +08:00 . update gazebo 11.14.0
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668
%undefine __cmake_in_source_build
%global abiversion 11
Name: gazebo
Version: 11.14.0
Release: 7%{?dist}
Summary: 3D multi-robot simulator with dynamics
# gazebo/gui/qgv is LGPLv3+
# gazebo/gui/qtpropertybrowser/ is BSD
# test/gtest is BSD
License: ASL 2.0 and BSD and LGPLv3+
URL: http://www.gazebosim.org
Source0: http://osrf-distributions.s3.amazonaws.com/%{name}/releases/%{name}-%{version}.tar.bz2
Source1: gazebo.desktop
BuildRequires: python-PyOpenGL
BuildRequires: boost-devel
BuildRequires: bullet-devel
BuildRequires: cmake
BuildRequires: console-bridge-devel
BuildRequires: cppzmq-devel
BuildRequires: desktop-file-utils
BuildRequires: doxygen
BuildRequires: freeimage-devel
BuildRequires: gdal-devel
BuildRequires: gperftools-devel
BuildRequires: graphviz-devel
BuildRequires: gtest-devel
BuildRequires: gts-devel
BuildRequires: hdf5-devel
BuildRequires: libccd-devel
BuildRequires: libcurl-devel
BuildRequires: libtar-devel
BuildRequires: libtool-ltdl-devel
BuildRequires: libusb1-devel
BuildRequires: libXext-devel
BuildRequires: libxml2-devel
BuildRequires: ignition-cmake-devel
BuildRequires: ignition-math-devel >= 6
BuildRequires: ignition-msgs-devel >= 2
BuildRequires: ignition-transport-devel >= 8
BuildRequires: ignition-fuel-tools-devel
BuildRequires: ignition-common-devel
BuildRequires: ogre-devel
BuildRequires: openal-soft-devel
BuildRequires: protobuf-devel
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtwebkit-devel
BuildRequires: qwt-qt5
BuildRequires: qwt-qt5-devel
BuildRequires: rubygem-ronn
BuildRequires: sdformat-devel >= 6
#BuildRequires: SkyX-devel
BuildRequires: tbb-devel
BuildRequires: tinyxml-devel
BuildRequires: tinyxml2-devel
#BuildRequires: urdfdom-headers-devel
#BuildRequires: urdfdom-devel
BuildRequires: ros-%{ros_distro}-urdfdom
BuildRequires: ros-%{ros_distro}-urdfdom-headers
BuildRequires: mariadb-devel
BuildRequires: pkgconfig(uuid)
Requires: %{name}-media = %{version}-%{release}
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
%description
Gazebo is a multi-robot simulator for outdoor environments. It is capable of
simulating a population of robots, sensors and objects in a three-dimensional
world. It generates both realistic sensor feedback and physically plausible
interactions between objects. It includes an accurate simulation of rigid-body
physics.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
Requires: %{name}-ode-devel%{?_isa} = %{version}-%{release}
Requires: boost-devel
Requires: bullet-devel
Requires: freeimage-devel
Requires: gdal-devel
Requires: ogre-devel
Requires: protobuf-devel
Requires: qt5-qtbase-devel
Requires: sdformat-devel
Requires: tbb-devel
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%package common
Summary: Common directories for %{name}
BuildArch: noarch
%description common
The %{name}-common package provides common directories for the %{name}
subpackages.
%package libs
Summary: Shared libraries and plugins for %{name}
Requires: %{name}-common
%description libs
The %{name}-libs package provides shared libraries and plugins required
at runtime for %{name} and other clients linked against %{name}
%package media
Summary: Media files for %{name}
Requires: %{name}-common = %{version}-%{release}
Requires: %{name} = %{version}-%{release}
#Requires: SkyX
BuildArch: noarch
%description media
Assets and media files for %{name}
%package ode
Summary: Gazebo fork of the Open Dynamics Engine
%description ode
Gazebo fork of the Open Dynamics Engine physics library
%package ode-devel
Summary: Development headers and libraries for gazebo-ode
Requires: %{name}-ode%{?_isa} = %{version}-%{release}
%description ode-devel
The %{name}-ode-devel package contains libraries and header files for
developing applications that use %{name}-ode.
%package -n player-%{name}
Summary: Gazebo plugin driver for the Player robot server.
Requires: %{name}-common = %{version}-%{release}
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
#BuildRequires: player-devel >= 3.1.0
%description -n player-%{name}
Plugin driver for the Player robot server. Translates gazebo interfaces
to be accessible through the Player server interfaces.10
%package doc
Summary: Development documentation for %{name}
Requires: %{name} = %{version}-%{release}
BuildArch: noarch
%description doc
Development documentation for %{name}
%prep
%setup -q
%build
%cmake \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DLIB_INSTALL_DIR:STRING="%{_lib}" \
%ifnarch x86_64
-DSSE2_FOUND=OFF \
%else
-DSSE2_FOUND=ON \
%endif
-DSSE3_FOUND=OFF \
-DSSSE3_FOUND=OFF \
-DSSE4_1_FOUND=OFF \
-DSSE4_2_FOUND=OFF \
-Dogre_library_dirs=%{_libdir} \
-DCMAKE_BUILD_TYPE=Release \
-DUSE_UPSTREAM_CFLAGS=OFF \
-DUSE_HOST_CFLAGS=ON \
-DCMAKE_INSTALL_DATAROOTDIR=share
%make_build -j16
#mv %{_vpath_builddir}/doxygen_msgs/html{,_msgs}
%install
%make_install
# Get rid of SkyX media files; symlink to the files that SkyX provides
#rm -fr %{buildroot}%{_datadir}/%{name}-%{abiversion}/media/skyx
#ln -s %{_datadir}/SKYX/Media/SkyX/ %{buildroot}%{_datadir}/%{name}-%{abiversion}/media/skyx
# Get rid of bundled fonts
#rm -fr %{buildroot}%{_datadir}/%{name}-%{abiversion}/media/fonts/*.ttf
# Install the example files in the datadir.
cp -pr examples/ %{buildroot}%{_datadir}/%{name}-%{abiversion}
# Install the icon.
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
# The icon needs to be square to display properly on some systems.
# Edit the shape of the svg and change the viewport so it looks the same.
sed 'N; s/width="\([0-9\.]*\)"\n\([ ]*\)height="\([0-9\.]*\)"/width="\3"\n\2height="\3"\n\2viewBox="0 0 \1 \3"/' \
gazebo/gui/images/gazebo.svg > %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
# Install the desktop file.
desktop-file-install \
--dir %{buildroot}%{_datadir}/applications \
%{SOURCE1}
# Private plugin library: get rid of versioned symlinks,
# move into private subdirectory of libdir
#mkdir -p %{buildroot}%{_libdir}/player-3.1
#rm -f %{buildroot}/%{_libdir}/libgazebo_player.so
#rm -f %{buildroot}/%{_libdir}/libgazebo_player.so.?
#mv %{buildroot}/%{_libdir}/libgazebo_player.so.%{version} %{buildroot}%{_libdir}/player-3.1/libgazebo_player.so
rm -f %{buildroot}/%{_libdir}/*.a
%check
# Tests run for informational purposes only
# IGN_IP needs to be set on builders: https://answers.gazebosim.org/question/21103/exception-sending-a-message/
export IGN_IP=127.0.0.1
export GAZEBO_IP=127.0.0.1
%ctest --verbose --parallel 1 --exclude-regex ".*OpenAL.*" || exit 0
%files
%{_bindir}/*
%{_datadir}/%{name}-%{abiversion}/setup.sh
%{_datadir}/%{name}-%{abiversion}/setup.bash
%{_datadir}/%{name}/setup.sh
%{_datadir}/%{name}/setup.bash
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_mandir}/man1/*.1.*
%files common
%dir %{_datadir}/%{name}-%{abiversion}
%dir %{_datadir}/%{name}-%{abiversion}/examples
%files libs
%exclude %{_libdir}/libgazebo_ode.so.*
%{_libdir}/*.so.*
%{_libdir}/%{name}-%{abiversion}
%{_datadir}/%{name}-%{abiversion}/worlds
%files -n player-%{name}
%{_datadir}/%{name}-%{abiversion}/examples/player
%files media
%{_datadir}/%{name}-%{abiversion}/media
%{_datadir}/%{name}-%{abiversion}/models
%files ode
%license deps/opende/LICENSE-BSD.TXT
%{_libdir}/libgazebo_ode.so.*
%files ode-devel
%{_libdir}/libgazebo_ode.so
%{_libdir}/pkgconfig/gazebo_ode.pc
%dir %{_includedir}/%{name}-%{abiversion}/%{name}
%dir %{_includedir}/%{name}-%{abiversion}
%{_includedir}/%{name}-%{abiversion}/%{name}/ode
%files devel
%{_datadir}/%{name}-%{abiversion}/examples/*
%{_libdir}/*.so
%exclude %{_includedir}/%{name}-%{abiversion}/%{name}/ode
%{_includedir}/%{name}-%{abiversion}
%{_libdir}/pkgconfig/gazebo.pc
%{_libdir}/pkgconfig/gazebo_transport.pc
%{_libdir}/cmake/*
%changelog
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 10.2.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Tue May 14 2024 Sandro Mani <manisandro@gmail.com> - 10.2.0-6
- Rebuild (gdal)
* Thu Apr 04 2024 Rich Mattes <richmattes@gmail.com> - 10.2.0-5
- Rebuild for urdfdom-4.0.0
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 10.2.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 10.2.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Jan 17 2024 Jonathan Wakely <jwakely@redhat.com> - 10.2.0-2
- Rebuilt for Boost 1.83
- Build against tbb2020.3 instead of tbb (#2036372)
* Fri Nov 24 2023 Rich Mattes <richmattes@gmail.com> - 10.2.0-1
- Update to release 10.2.0
- Add upstream patch to support Graphviz 9
- Resolves: rhbz#2250639
* Thu Nov 16 2023 Sandro Mani <manisandro@gmail.com> - 10.1.0-40
- Rebuild (gdal)
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 10.1.0-39
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri May 12 2023 Sandro Mani <manisandro@gmail.com> - 10.1.0-38
- Rebuild (gdal)
* Sun Feb 26 2023 Mamoru TASAKA <mtasaka@fedoraproject.org> - 10.1.0-37
- Backport upstream patch for additional include needed for g++13
* Mon Feb 20 2023 Jonathan Wakely <jwakely@redhat.com> - 10.1.0-36
- Rebuilt for Boost 1.81
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 10.1.0-35
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Wed Dec 21 2022 Sandro Mani <manisandro@gmail.com> - 10.1.0-34
- Rebuild (qwt)
* Sun Nov 13 2022 Sandro Mani <manisandro@gmail.com> - 10.1.0-33
- Rebuild (gdal)
* Sun Sep 25 2022 Rich Mattes <richmattes@gmail.com> - 10.1.0-32
- Rebuild for tinyxml2-9.0.0
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 10.1.0-31
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon May 23 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 10.1.0-30
- Patch for openal 1.21
* Sat May 21 2022 Sandro Mani <manisandro@gmail.com> - 10.1.0-29
- Rebuild for gdal-3.5.0 and/or openjpeg-2.5.0
* Wed May 04 2022 Thomas Rodgers <trodgers@redhat.com> - 10.1.0-28
- Rebuilt for Boost 1.78
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 10.1.0-27
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Mon Nov 22 2021 Orion Poplawski <orion@nwra.com> - 10.1.0-26
- Rebuild for hdf5 1.12.1
* Thu Nov 11 2021 Sandro Mani <manisandro@gmail.com> - 10.1.0-25
- Rebuild (gdal)
* Sat Nov 06 2021 Adrian Reber <adrian@lisas.de> - 10.1.0-24
- Rebuilt for protobuf 3.19.0
* Mon Oct 25 2021 Adrian Reber <adrian@lisas.de> - 10.1.0-23
- Rebuilt for protobuf 3.18.1
* Mon Oct 25 2021 Adrian Reber <adrian@lisas.de> - 10.1.0-22
- Rebuilt for protobuf 3.18.1
* Fri Aug 13 2021 Adam Williamson <awilliam@redhat.com> - 10.1.0-21
- Rebuild for Boost 1.76
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 10.1.0-20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri May 21 2021 Sandro Mani <manisandro@gmail.com> - 10.1.0-19
- Rebuild (gdal)
* Mon May 10 2021 Jonathan Wakely <jwakely@redhat.com> - 10.1.0-18
- Rebuilt for removed libstdc++ symbols (#1937698)
* Fri May 07 2021 Sandro Mani <manisandro@gmail.com> - 10.1.0-17
- Rebuild (gdal)
* Fri Feb 12 2021 Tom Callaway <spot@fedoraproject.org> - 10.1.0-16
- rebuild for new bullet
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 10.1.0-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Fri Jan 22 2021 Jonathan Wakely <jwakely@redhat.com> - 10.1.0-14
- Rebuilt for Boost 1.75
* Tue Jan 12 16:52:53 CET 2021 Adrian Reber <adrian@lisas.de> - 10.1.0-13
- Rebuilt for protobuf 3.14
* Fri Nov 6 22:42:28 CET 2020 Sandro Mani <manisandro@gmail.com> - 10.1.0-12
- Rebuild (proj, gdal)
* Thu Sep 24 2020 Adrian Reber <adrian@lisas.de> - 10.1.0-11
- Rebuilt for protobuf 3.13
* Sat Aug 22 2020 Rich Mattes <richmattes@gmail.com> - 10.1.0-10
- Disable hidden symbols by default to work around run-time errors (rhbz#1871291)
- Explicitly build tests, and only run one test at a time in ctest
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 10.1.0-9
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 10.1.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Mon Jun 22 2020 Adrian Reber <adrian@lisas.de> - 10.1.0-7
- Rebuilt for protobuf 3.12
* Fri Jun 05 2020 Björn Esser <besser82@fedoraproject.org> - 10.1.0-6
- Rebuild (boost)
* Thu May 21 2020 Sandro Mani <manisandro@gmail.com> - 10.1.0-5
- Rebuild (gdal)
* Sun Apr 19 2020 Rich Mattes <richmattes@gmail.com> - 10.1.0-4
- Add wayland work-around (rhbz#1816487)
* Tue Mar 03 2020 Sandro Mani <manisandro@gmail.com> - 10.1.0-3
- Rebuild (gdal)
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 10.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Sat Jan 18 2020 Rich Mattes <richmattes@gmail.com> - 10.1.0-1
- Update to release 10.1.0 (rhbz#1694168)
* Wed Jan 01 2020 Nicolas Chauvet <kwizart@gmail.com> - 9.5.0-11
- Bump for infra
* Thu Dec 19 2019 Orion Poplawski <orion@nwra.com> - 9.5.0-10
- Rebuild for protobuf 3.11
* Tue Nov 12 2019 Scott Talbert <swt@techie.net> - 9.5.0-9
- Switch scripts to use Python 3 and BR python3-pyopengl (#1771216)
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 9.5.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Fri May 10 2019 Scott K Logan <logans@cottsay.net> - 9.5.0-7
- Devel package requires bullet-devel
* Mon Mar 18 2019 Orion Poplawski <orion@nwra.com> - 9.5.0-6
- Rebuild for hdf5 1.10.5
* Mon Mar 18 2019 Orion Poplawski <orion@nwra.com> - 9.5.0-5
- Rebuild for hdf5 1.10.5
* Sat Feb 23 2019 Rich Mattes <richmattes@gmail.com> - 9.5.0-4
- Fix pkgconfig generation (#1680265)
* Wed Feb 06 2019 Rich Mattes <richmattes@gmail.com> - 9.5.0-3
- Add upstream patch to remove boost::signals
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 9.5.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Tue Nov 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 9.5.0-2
- Rebuild for tinyxml2 7.x
* Fri Nov 23 2018 Rich Mattes <richmattes@gmail.com> - 9.5.0-1
- Update to 9.5.0
* Fri Nov 23 2018 Till Hofmann <thofmann@fedoraproject.org> - 8.3.0-5
- Add patch to fix missing include of boost/scoped_ptr
* Wed Nov 21 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 8.3.0-4
- Rebuild for protobuf 3.6
* Wed Aug 15 2018 Till Hofmann <thofmann@fedoraproject.org> - 8.3.0-3
- Add patch to fix gaussian noise model with stddev == 0
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 8.3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Mon Mar 05 2018 Adam Williamson <awilliam@redhat.com> - 8.3.0-1
- Update to 8.3.0, rebuild for Boost 1.66
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 8.1.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Mon Dec 18 2017 Rich Mattes <richmattes@gmail.com> - 8.1.1-4
- Rebuild for bullet-2.87
* Wed Nov 29 2017 Igor Gnatenko <ignatenko@redhat.com> - 8.1.1-3
- Rebuild for protobuf 3.5
* Mon Nov 13 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 8.1.1-2
- Rebuild for protobuf 3.4
* Sun Aug 20 2017 Rich Mattes <richmattes@gmail.com> - 8.1.1-1
- Update to release 8.1.1
* Mon Aug 07 2017 Björn Esser <besser82@fedoraproject.org> - 8.0.0-8
- Rebuilt for AutoReq cmake-filesystem
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Mon Jul 24 2017 Björn Esser <besser82@fedoraproject.org> - 8.0.0-5
- Rebuilt for Boost 1.64
* Tue Jun 13 2017 Orion Poplawski <orion@cora.nwra.com> - 8.0.0-4
- Rebuild for protobuf 3.3.1
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.0.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
* Sun Apr 09 2017 Rich Mattes <richmattes@gmail.com> - 8.0.0-2
- Rebuild for player-3.1.0
* Mon Apr 03 2017 Rich Mattes <richmattes@gmail.com> - 8.0.0-1
- Update to release 8.0
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.4.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Mon Jan 23 2017 Orion Poplawski <orion@cora.nwra.com> - 7.4.0-5
- Rebuild for protobuf 3.2.0
* Wed Nov 23 2016 Rich Mattes <richmattes@gmail.com> - 7.4.0-4
- Add fixes for ftbfs (rhbz#1396676)
* Sat Nov 19 2016 Orion Poplawski <orion@cora.nwra.com> - 7.4.0-3
- Rebuild for protobuf 3.1.0
* Wed Oct 26 2016 Rich Mattes <richmattes@gmail.com> - 7.4.0-2
- Add missing ldconfig scriptlets to libs subpackage
* Sun Oct 16 2016 Rich Mattes <richmattes@gmail.com> - 7.4.0-1
- Update to release 7.4.0 (rhbz#1383853)
* Thu Sep 22 2016 Jerry James <loganjerry@gmail.com> - 7.3.1-2
- Rebuild for tbb 2017
- tbb is now available on s390(x)
* Mon Jul 18 2016 Rich Mattes <richmattes@gmail.com> - 7.3.1-1
- Update to release 7.3.1 (rhbz#1247414)
* Tue Jul 05 2016 Rich Mattes <richmattes@gmail.com> - 6.5.1-5
- Remove gazebo_player from gazebo-config.cmake (rhbz#1352931)
* Tue Feb 09 2016 Rich Mattes <richmattes@gmail.com> - 6.5.1-4
- Rebuild for bullet 2.83
* Tue Feb 02 2016 Ralf Corsépius <corsepiu@fedoraproject.org> - 6.5.1-3
- Rebuilt for Boost 1.60.
* Fri Jan 15 2016 Jerry James <loganjerry@gmail.com> - 6.5.1-2
- Rebuild for tbb 4.4u2
* Mon Jan 04 2016 Rich Mattes <richmattes@gmail.com> - 6.5.1-1
- Update to release 6.5.1 (rhbz#1247414)
* Sat Oct 17 2015 Kalev Lember <klember@redhat.com> - 5.1.0-8
- Rebuilt for libgeos soname bump
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 5.1.0-7
- Rebuilt for Boost 1.59
* Sun Aug 09 2015 Jonathan Wakely <jwakely@redhat.com> 5.1.0-6
- Patch to fix build with Boost 1.58 (bug #1251699)
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1.0-5
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
* Wed Jul 29 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.1.0-4
- Rebuilt for libgdal 2.0.0
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 5.1.0-3
- rebuild for Boost 1.58
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Wed May 27 2015 Rich Mattes <richmattes@gmail.com> - 5.1.0-1
- Update to release 5.1.0
* Fri May 22 2015 Orion Poplawski <orion@cora.nwra.com> - 4.0.2-3
- Use CXXFLAGS in build (bug #1223611)
* Wed Apr 29 2015 Kalev Lember <kalevlember@gmail.com> - 4.0.2-3
- Rebuilt for protobuf soname bump
* Thu Jan 29 2015 Petr Machata <pmachata@redhat.com> - 4.0.2-2
- Rebuild for boost 1.57.0
* Sun Nov 02 2014 Rich Mattes <richmattes@gmail.com> - 4.0.2-1
- Update to release 4.0.2
* Mon Oct 20 2014 Rich Mattes <richmattes@gmail.com> - 3.1.0-2
- Devel package requires ogre-devel (rhbz#1154450)
* Sun Sep 28 2014 Rich Mattes <richmattes@gmail.com> - 3.1.0-1
- Update to release 3.1.0
* Fri Sep 12 2014 Rich Mattes <richmattes@gmail.com> - 3.0.0-7
- Add gazebo library path to pkgconfig
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Wed Jul 23 2014 Rich Mattes <richmattes@gmail.com> - 3.0.0-5
- Add arch specific requirements
* Mon Jun 23 2014 Rich Mattes <richmattes@gmail.com> - 3.0.0-4
- Create a gazebo-common subpackage to own directories in datadir
- Have gazebo and gazebo-media depend on each other
- Remove rpath and other brokenness from pkgconfig and cmake scripts
* Mon Jun 09 2014 Rich Mattes <richmattes@gmail.com> - 3.0.0-3
- Update to address review comments, including:
- Remove libgazebo_player from link library list
- Add patch to gazebo transport to fix boost
- Add gdal-devel to -devel Requires
- Export path and library path before running tests
- Disable tests that don't have the proper build deps
- Dump test logs on test failure
* Wed May 21 2014 Rich Mattes <richmattes@gmail.com> - 3.0.0-2
- Remove fonts from media package
* Mon May 19 2014 Rich Mattes <richmattes@gmail.com> - 3.0.0-1
- Update to release 3.0.0
- Add ODE subpackage
* Mon Mar 03 2014 Rich Mattes <richmattes@gmail.com> - 2.2.1-3
- Fix issues with conflicting ownership of directories in datadir
* Mon Feb 10 2014 Rich Mattes <richmattes@gmail.com> - 2.2.1-2
- Remove libgazebo_player from link list
* Mon Jan 20 2014 Rich Mattes <richmattes@gmail.com> - 2.2.1-1
- Update to release 2.2.1
- Install desktop and icon files using Scott Logan's patch
- Fix gazebo-config.cmake so other CMake projects can build against Gazebo
- Add missing runtime dependencies to the -devel file
* Thu Jan 16 2014 Rich Mattes <richmattes@gmail.com> - 2.1.0-2
- Add patch to fix qreal usage on ARM (upstream issue 1007)
* Sun Jan 05 2014 Rich Mattes <richmattes@gmail.com> - 2.1.0-1
- Update to release 2.1.0
* Sun Oct 06 2013 Rich Mattes <richmattes@gmail.com> - 2.0.0-1
- Update to release 2.0.0
* Sat May 25 2013 Rich Mattes <richmattes@gmail.com> - 1.8.1-1
- Update to release 1.8.1
* Sat Apr 20 2013 Rich Mattes <richmattes@gmail.com> - 1.7.1-1
- Update to release 1.7.1
* Fri Apr 19 2013 Rich Mattes <richmattes@gmail.com> - 1.6.3-1
- Update to release 1.6.3
* Tue Mar 12 2013 Rich Mattes <richmattes@gmail.com> - 1.5.0-1
- Update to release 1.5.0
* Wed Jan 16 2013 Rich Mattes <richmattes@gmail.com> - 1.3.1-1
- Update to release 1.3.1
* Fri Nov 09 2012 Rich Mattes <richmattes@gmail.com> - 1.2.6-1
- Update to release 1.2.6
* Mon Oct 29 2012 Rich Mattes <richmattes@gmail.com> - 1.2.5-1
- Update to release 1.2.5
* Tue Oct 16 2012 Rich Mattes <richmattes@gmail.com> - 1.2.2-1
- Update to release 1.2.2
* Tue May 29 2012 Rich Mattes <richmattes@gmail.com> - 1.0.1-2
- Clean up patches, incorperate build system fixes to patches
- Add player subpackage
* Fri May 25 2012 Rich Mattes <richmattes@gmail.com> - 1.0.1-1
- Update to version 1.0.1
* Thu Apr 26 2012 Rich Mattes <richmattes@gmail.com> - 1.0.0-1
- Initial package
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/gazebo.git
git@gitee.com:src-openeuler/gazebo.git
src-openeuler
gazebo
gazebo
master

搜索帮助