Name: alembic Version: 1.7.5 Release: 1%{?dist} Summary: Open framework for storing and sharing scene data License: BSD URL: http://alembic.io/ Source0: https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: hdf5-devel BuildRequires: OpenEXR-devel BuildRequires: zlib-devel %description Alembic is an open computer graphics interchange framework. Alembic distills complex, animated scenes into a non-procedural, application-independent set of baked geometric results. This 'distillation' of scenes into baked geometry is exactly analogous to the distillation of lighting and rendering scenes into rendered image data. %package libs Summary: Core Alembic libraries %description libs Alembic is an open computer graphics interchange framework. Alembic distills complex, animated scenes into a non-procedural, application-independent set of baked geometric results. This 'distillation' of scenes into baked geometry is exactly analogous to the distillation of lighting and rendering scenes into rendered image data. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: cmake%{?_isa} %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %autosetup -p1 # Hardcoded library path sed -i -e 's/INSTALL_DIR lib/INSTALL_DIR %{_lib}/g' CMakeLists.txt sed -i \ -e 's/DESTINATION lib/DESTINATION %{_lib}/g' \ -e 's/ConfigPackageLocation lib/ConfigPackageLocation %{_lib}/g' \ lib/Alembic/CMakeLists.txt iconv -f iso8859-1 -t utf-8 ACKNOWLEDGEMENTS.txt > ACKNOWLEDGEMENTS.txt.conv && \ mv -f ACKNOWLEDGEMENTS.txt.conv ACKNOWLEDGEMENTS.txt mkdir build %build pushd build export CXXFLAGS="%{optflags} -Wl,--as-needed" %cmake %{?_cmake_skip_rpath} \ -DALEMBIC_SHARED_LIBS=ON \ -DUSE_BINARIES=ON \ -DUSE_HDF5=ON \ -DUSE_EXAMPLES=ON \ -DUSE_PYALEMBIC=OFF \ -DUSE_STATIC_BOOST=OFF \ -DUSE_STATIC_HDF5=OFF \ -DUSE_TESTS=ON \ .. %make_build popd %install pushd build %make_install popd %post libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig %files %{_bindir}/abcconvert %{_bindir}/abcdiff %{_bindir}/abcecho %{_bindir}/abcechobounds %{_bindir}/abcls %{_bindir}/abcstitcher %{_bindir}/abctree %files libs %license LICENSE.txt %doc ACKNOWLEDGEMENTS.txt FEEDBACK.txt NEWS.txt README.txt %{_libdir}/libAlembic.so.* %files devel %{_includedir}/Alembic %{_libdir}/cmake/Alembic %{_libdir}/libAlembic.so %changelog * Mon Dec 25 2017 Luya Tshimbalanga - 1.7.5-1 - Update to 1.7.5. * Sat Oct 28 2017 Luya Tshimbalanga - 1.7.4-1 - Update to 1.7.4. * Mon Sep 11 2017 Simone Caronni - 1.7.3-1 - Update to 1.7.3. * Sun Aug 06 2017 Björn Esser - 1.7.2-4 - Rebuilt for AutoReq cmake-filesystem * Wed Aug 02 2017 Fedora Release Engineering - 1.7.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 1.7.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sun Jul 23 2017 Simone Caronni - 1.7.2-1 - Update to 1.7.2. * Tue May 09 2017 Simone Caronni - 1.7.1-3 - Link to hdf5 libraries, fixes undefined references on some architectures. * Sat May 06 2017 Simone Caronni - 1.7.1-2 - Review fixes. * Mon Apr 24 2017 Simone Caronni - 1.7.1-1 - First build.