File compat-libgfortran3.spec of Package compat-libgfortran3.15216
Name: compat-libgfortran3
Version: 6.2.1+r239768
Release: 2.4
License: GPL-3.0-with-GCC-exception
Group: Development/Languages/Fortran
Summary: The GNU Fortran Compiler Runtime Library
URL: http://gcc.gnu.org/
BuildRequires: libgfortran3
%install
mkdir -p %buildroot/usr/%_lib
cp -a /usr/%_lib/libgfortran.so.3 %buildroot/usr/%_lib
cp -a /usr/%_lib/libgfortran.so.3.0.0 %buildroot/usr/%_lib
%description
The runtime library needed to run programs compiled with the Fortran compiler
of the GNU Compiler Collection (GCC).
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%attr(0777, root, root) /usr/%_lib/libgfortran.so.3
%attr(0755, root, root) /usr/%_lib/libgfortran.so.3.0.0
%changelog