Sophie

Sophie

distrib > Mageia > 9 > x86_64 > by-pkgid > bb8e8f3563d6e33c1869033beac57dbb > files > 2

xvega-bindings-0.0.10-2.mga9.src.rpm

Name:           xvega-bindings
Version:        0.0.10
Release:        %mkrel 2
Summary:        xvega bindings for c++
BuildArch:      noarch

License:        BSD
URL:            https://github.com/jupyter-xeus/xvega-bindings.git
Source0:        https://github.com/jupyter-xeus/xvega-bindings/archive/%{version}/%{name}-%{version}.tar.gz
Group:          System/Libraries
BuildRequires:  cmake
BuildRequires:  cmake(xvega)
BuildRequires:  cmake(xtl)

%description
Bindings from xvega to xeus.

%prep
%autosetup -p1

%build
%cmake -DBUILD_TESTS=ON -DCMAKE_INSTALL_LIBDIR:PATH=/%{_lib} .
%cmake_build

%install
%cmake_install

%check

%package devel
Summary:        %{summary}
Requires: cmake(xvega)
Requires: cmake(xtl)

%description devel
Development files for %{name} library.

%files devel
%doc README.md
%license LICENSE
%{_includedir}/xvega-bindings/
%{_libdir}/cmake/%{name}/



%changelog
* Mon Jun 27 2022 joequant <joequant> 0.0.10-2.mga9
+ Revision: 1866405
- add deps

* Sun Jun 26 2022 joequant <joequant> 0.0.10-1.mga9
+ Revision: 1866374
- update deps
- imported package xvega-bindings