Summary: Class library for High Energy Physics Name: clhep Version: 2.4.7.1 Release: 1%{?dist} License: distributable URL: http://proj-clhep.web.cern.ch/proj-clhep/ Source: https://proj-clhep.web.cern.ch/proj-clhep/dist1/clhep-%{version}.tgz BuildRequires: binutils gcc-c++ make Prefix: %{_prefix} BuildRequires: cmake >= 3.4.3 %description The CLHEP project was proposed by Leif Lönnblad at CHEP 92. It is intended to be a set of HEP-specific foundation and utility classes such as random generators, physics vectors, geometry and linear algebra. %package devel Summary: Development files for CLHEP Requires: %{name} = %{version} %description devel Install this package to develop software based on CLHEP. %prep %setup -q -n %{version} %build %if %{?rhel}%{!?rhel:0} || %{?fedora}%{!?fedora:0} %cmake -S CLHEP %cmake_build cd .. %endif %if 0%{?suse_version} %cmake ../CLHEP make %endif %install %if %{?rhel}%{!?rhel:0} || %{?fedora}%{!?fedora:0} %cmake_install %endif %if 0%{?suse_version} %cmake_install %endif %files %{_libdir}/libCLHEP*.so %files devel %{_libdir}/pkgconfig/* %{_bindir}/* %{_includedir}/clhep.modulemap %{_includedir}/CLHEP %{_libdir}/libCLHEP*.a %{_libdir}/CLHEP-%{version}/* %changelog * Thu Nov 2 2023 Andrii Verbytskyi 2.4.7.1 - Update to 2.4.7.1 * Fri Mar 10 2023 Andrii Verbytskyi 2.4.6.4 - Update to 2.4.6.4 * Tue Jul 12 2022 Andrii Verbytskyi andrii.verbytskyi@mpp.mpg.de - Bump to 2.4.5.3 * Mon Nov 15 2021 Andrii Verbytskyi 2.4.5.1 - Bump to 2.4.5.1 * Mon May 31 2021 Andrii Verbytskyi - Version bump to 2.4.4.2 * Mon May 03 2021 Andrii Verbytskyi - Added a patch to clhep-config * Sun Feb 21 2021 Andrii Verbytskyi - 2.4.4.1 - Cleanup * Fri Jan 08 2016 Wei-Lun Chao - 2.2.0.8 - Rebuild for Fedora * Fri Mar 05 2010 Steve Huff - 2.0.4.5-1 - 8792/dag - Updated to release 2.0.4.5. - Fixed typo in doc cleanup script. - Split off clhep-devel. * Mon Jun 13 2005 Wei-Lun - 1.8.2.1-1 - Initial spec file created.