diff --git a/arprec.spec b/arprec.spec index 91799ad..2772860 100644 --- a/arprec.spec +++ b/arprec.spec @@ -324,7 +324,7 @@ install -pm 0644 %{name}.pc %{buildroot}%{_libdir}/pkgconfig # Install the pre-build data-files for `mathtool`. install -pm 0644 toolkit/*.dat %{buildroot}%{_datadir}/%{name} -# Kill rpath on all binaries within %{_bindir}. +# Kill rpath on all binaries within %%{_bindir}. chrpath -d %{buildroot}%{_bindir}/%{name}-math* @@ -373,7 +373,9 @@ make check ||: %changelog * Fri Dec 20 2013 Björn Esser - 2.2.17-1 -- new upstream release: v2.2.17 +- new upstream release: v2.2.17 (#1045344) +- fixed `macro-in-comment %%{_bindir}` +- fixed `macro-in-%changelog %%{name}` * Thu Sep 19 2013 Björn Esser - 2.2.16-5 - fix Group-tag for devel-pkg @@ -384,7 +386,7 @@ make check ||: * Fri Sep 13 2013 Björn Esser - 2.2.16-3 - added needed bits for el5 - created an ascii-txt license from the license.doc provided by upstream -- nuked rpath from %%{_bindir}/%{name}-math* +- nuked rpath from %%{_bindir}/%%{name}-math* - added .pc-file to solve the multiarch-problematic and aged %%{name}-config - fix some broken timestamps when building for el5 (not needed for el6+) - run `autoupdate` and `autoreconf -fiv` to fix-up obsolete autotools-macros