test
This commit is contained in:
parent
6f30e4ee07
commit
cddddfa746
Binary file not shown.
@ -1,13 +1,13 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
%global abiver 4
|
||||
Name: ignition-common
|
||||
Version: 3.16.0
|
||||
Version: 4.0.0
|
||||
Release: 1
|
||||
Summary: Provides a set of libraries that cover many different use cases.
|
||||
|
||||
License: MPLv2.0 and LGPLv2+ and BSD
|
||||
URL: https://github.com/gazebosim/gz-common/archive/ignition-common3_3.16.0.tar.gz
|
||||
Source0: ignition-common-3.16.0.tar.gz
|
||||
URL: https://github.com/gazebosim/gz-common/archive/ignition-common4_4.0.0.tar.gz
|
||||
Source: ignition-common4_4.0.0.tar.gz
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: make
|
||||
@ -16,6 +16,7 @@ BuildRequires: doxygen
|
||||
BuildRequires: uuid-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: ignition-cmake-devel
|
||||
BuildRequires: ignition-utils-devel
|
||||
BuildRequires: ignition-math
|
||||
BuildRequires: freeimage-devel
|
||||
BuildRequires: tinyxml2-devel
|
||||
@ -48,17 +49,17 @@ BuildArch: noarch
|
||||
Automatically generated API documentation for the ignition-common library
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake \
|
||||
%if !0%{?with_tests}
|
||||
-DBUILD_TESTING=OFF \
|
||||
%endif
|
||||
.
|
||||
mkdir -p build
|
||||
cd build
|
||||
%cmake ..
|
||||
|
||||
%make_build
|
||||
|
||||
%install
|
||||
cd build
|
||||
%make_install
|
||||
|
||||
%check
|
||||
@ -67,7 +68,7 @@ make test
|
||||
%files
|
||||
%license COPYING LICENSE
|
||||
%doc AUTHORS NEWS README.md
|
||||
%{_bindir}/ign_remotery_vis
|
||||
%{_libdir}/ignition/ignition-common4/ign_remotery_vis
|
||||
%{_libdir}/*.so.%{version}
|
||||
%{_libdir}/*.so.%{abiver}
|
||||
%{_datadir}/ignition
|
||||
@ -78,6 +79,7 @@ make test
|
||||
%{_libdir}/cmake/%{name}%{abiver}
|
||||
%{_libdir}/cmake/%{name}%{abiver}-all
|
||||
%{_libdir}/cmake/%{name}%{abiver}-events
|
||||
%{_libdir}/cmake/%{name}%{abiver}-av
|
||||
%{_libdir}/cmake/%{name}%{abiver}-graphics
|
||||
%{_libdir}/cmake/%{name}%{abiver}-profiler
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
@ -87,6 +89,6 @@ make test
|
||||
|
||||
%changelog
|
||||
|
||||
* Thu May 04 2023 Ekumen ekumen@irbt.onmicrosoft.com - 3.16.0-1
|
||||
* Thu May 04 2023 Ekumen ekumen@irbt.onmicrosoft.com - 4.0.0-1
|
||||
- Autogenerated by ros-porting-tools
|
||||
|
||||
|
||||
BIN
ignition-common4_4.0.0.tar.gz
Normal file
BIN
ignition-common4_4.0.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user