diff --git a/coin-or-CoinUtils.spec b/coin-or-CoinUtils.spec index f8b9a14..6c3cabd 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.9.7 -Release: 1%{?dist} +Release: 2%{?dist} License: EPL URL: http://projects.coin-or.org/%{module} Source0: http://www.coin-or.org/download/pkgsource/%{module}/%{module}-%{version}.tgz @@ -61,7 +61,7 @@ This package contains the documentation for %{name}. %build %configure -make %{?_smpflags} all doxydoc +make %{?_smp_flags} all doxydoc %install make install DESTDIR=%{buildroot} @@ -84,7 +84,7 @@ make test %{_libdir}/*.so.* %files devel -%{_includedir}/coin/* +%{_includedir}/coin %{_libdir}/*.so %{_libdir}/pkgconfig/* @@ -92,6 +92,10 @@ make test %doc %{_docdir}/%{name}/html %changelog +* Fri Nov 1 2013 pcpa - 2.9.7-2 +- Use proper _smp_flags macro (#894586#c6). +- Make package owner of /usr/include/coin (#894586#c6) + * Fri Nov 1 2013 pcpa - 2.9.7-1 - Update to latest upstream release.