rebuilt with cmake [release 4.0.3-2mamba;Sat Nov 02 2024]
This commit is contained in:
parent
0a9ef62add
commit
d79e544daf
20
coin.spec
20
coin.spec
@ -1,6 +1,6 @@
|
|||||||
Name: coin
|
Name: coin
|
||||||
Version: 4.0.3
|
Version: 4.0.3
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: An OpenGL-based, 3D graphics library
|
Summary: An OpenGL-based, 3D graphics library
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -16,6 +16,7 @@ BuildRequires: libSM-devel
|
|||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXext-devel
|
BuildRequires: libXext-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libglu-devel
|
||||||
BuildRequires: libglvnd-devel
|
BuildRequires: libglvnd-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -45,22 +46,19 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n coin
|
%setup -q -n coin
|
||||||
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," cfg/config.sub
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%cmake
|
||||||
--disable-debug
|
|
||||||
|
|
||||||
%make
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%cmake_install
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_datadir}/Coin
|
%dir %{_datadir}/Coin
|
||||||
@ -89,11 +87,15 @@ sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," cfg/config.sub
|
|||||||
%dir %{_includedir}/Inventor
|
%dir %{_includedir}/Inventor
|
||||||
%{_includedir}/Inventor/*
|
%{_includedir}/Inventor/*
|
||||||
%{_libdir}/libCoin.so
|
%{_libdir}/libCoin.so
|
||||||
%{_datadir}/aclocal/coin.m4
|
|
||||||
%{_mandir}/man1/coin-config.1*
|
|
||||||
%{_libdir}/pkgconfig/Coin.pc
|
%{_libdir}/pkgconfig/Coin.pc
|
||||||
|
%dir %{_libdir}/cmake/Coin-%{version}
|
||||||
|
%{_libdir}/cmake/Coin-%{version}/coin-*.cmake
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 02 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.3-2mamba
|
||||||
|
- rebuilt with cmake
|
||||||
|
|
||||||
* Fri Sep 06 2024 Automatic Build System <autodist@openmamba.org> 4.0.3-1mamba
|
* Fri Sep 06 2024 Automatic Build System <autodist@openmamba.org> 4.0.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user