Name: nixio Version: 1.4.1 Release: 1%{?dist} Summary: IO-libray for nix data files License: BSD URL: https://www.g-node.org/nix Source0: https://github.com/G-Node/nix/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: cmake, boost-devel, hdf5-devel, cppunit-devel %description Neuroscience information exchange - data model for annotated (neuroscience) data. For more information visit https://github.com/G-Node/nix %package devel Summary: nixio development files Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: hdf5-devel, boost-devel %description devel nixio development headers and libraries. %prep %setup -q -n nix-%{version} %build mkdir -p build cd build %cmake .. \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=RelWithDebInfo %make_build %install cd build %make_install %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %license LICENSE LICENSE.h5py %doc README.md CONTRIBUTING.md %{_bindir}/nix-tool %{_libdir}/libnix.so.1* %files devel %{_includedir}/nix.hpp %{_includedir}/nix/ %{_libdir}/libnix.so %{_libdir}/pkgconfig/nix.pc %changelog * Fri Oct 20 2017 Jan Grewe - 1.4.1-1 - New upstream release * Mon Sep 25 2017 Christian Kellner - 1.4.0-1 - New upstream release * Fri Jan 20 2017 Chrisian Kellner - Initial revision