56 lines
1.2 KiB
RPMSpec
56 lines
1.2 KiB
RPMSpec
Name: pivy
|
|
Epoch: 1
|
|
Version: 0.6.9
|
|
Release: 1mamba
|
|
Summary: Python bindings to coin3d
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://github.com/coin3d/pivy
|
|
Source: https://github.com/coin3d/pivy.git/%{version}/pivy-%{version}.tar.bz2
|
|
License: ISC
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libcoin-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libpython311-devel
|
|
BuildRequires: libstdc++6-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
Python bindings to coin3d.
|
|
|
|
%if 0%{?with_pyver}
|
|
%define py_requires_append \
|
|
Provides: pivy \
|
|
Obsoletes: pivy < 1:0.6.9
|
|
%pyver_package
|
|
%endif
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%cmake
|
|
|
|
%cmake_build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%cmake_install
|
|
|
|
%files %{?pyappend}
|
|
%defattr(-,root,root)
|
|
%dir %{python3_sitearch}/pivy
|
|
%{python3_sitearch}/pivy/*
|
|
%doc AUTHORS LICENSE THANKS
|
|
|
|
%changelog
|
|
* Sat Nov 02 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.9-1mamba
|
|
- update to 0.6.9
|
|
- closes #1
|
|
|
|
* Mon Jun 13 2016 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 20101207-1mamba
|
|
- package created using the webbuild interface
|