diff --git a/coin-or-CoinUtils.spec b/coin-or-CoinUtils.spec index 593d7cc..fb894a2 100644 --- a/coin-or-CoinUtils.spec +++ b/coin-or-CoinUtils.spec @@ -4,7 +4,7 @@ Name: coin-or-%{module} Group: Applications/Engineering Summary: Coin-or Utilities Version: 2.10.13 -Release: 6%{?dist} +Release: 7%{?dist} License: EPL URL: http://projects.coin-or.org/%{module} Source0: http://www.coin-or.org/download/pkgsource/%{module}/%{module}-%{version}.tgz @@ -63,19 +63,17 @@ This package contains the documentation for %{name}. %build %configure -make %{?_smp_mflags} all doxydoc +%make_build all doxydoc %install -make install DESTDIR=%{buildroot} +%make_install rm %{buildroot}%{_libdir}/*.la cp -a doxydoc/html %{buildroot}%{_docdir}/%{name} %check make test -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files %dir %{_docdir}/%{name} @@ -94,6 +92,9 @@ make test %doc %{_docdir}/%{name}/html %changelog +* Fri Feb 16 2018 Antonio Trande - 2.10.13-7 +- Use %%ldconfig_scriptlets + * Wed Feb 07 2018 Fedora Release Engineering - 2.10.13-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild