%define major 0 %define libname chaplin %define libnamedev chaplin-devel %define develnamestatic chaplin-static-devel Name: chaplin Version: 1.2 Release: 1%{?dist} License: Standard CPC licence Url: http://chaplin.hepforge.org/ Source0: http://chaplin.hepforge.org/code/chaplin-%{version}.tar Summary: CHAPLIN - Complex Harmonic Polylogarithms in FORTRAN BuildRequires: gcc-gfortran gcc-c++ hoppet Prefix: %{_prefix} %description The FORTRAN library CHAPLIN enables you to numerically evaluate Harmonic polylogarithms up to weight 4 for any complex argument. It is presented in arXiv:1106.5739. Features: Numerical routines to evaluate any Harmonic polylogarithm of weight lower or equal to four. Straightforward interface to C/C++ code. Installs a shared library on you system, either globally or in a local directory. %prep %setup -q %build %configure make %install %make_install %files %doc AUTHORS README COPYING %files -n %{libname} /usr/%_lib/* %changelog * Mon Feb 3 2014 Andrii Verbytskyi 1.0.4 + Initial spec file