diff --git a/cloog.spec b/cloog.spec index 59b14f4..693a2a2 100644 --- a/cloog.spec +++ b/cloog.spec @@ -2,7 +2,7 @@ Name: cloog %define tarball_name %{name}-ppl Version: 0.15.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Chunky Loop Generator Group: System Environment/Libraries @@ -64,6 +64,7 @@ rm -rf $RPM_BUILD_ROOT %files ppl %defattr(-,root,root,-) +%doc README LICENSE %{_infodir}/cloog.info*gz %{_bindir}/cloog %{_libdir}/libcloog.so.* @@ -90,6 +91,10 @@ fi %postun ppl -p /sbin/ldconfig %changelog +* Mon Mar 01 2010 Dodji Seketeli - 0.15-7-1 +- Add README and LICENSE file to package +- Escape '%%' character in the changelog + * Sat Aug 15 2009 Dodji Seketeli - 0.15.7-1 - Update to new upstream version (0.15.7) - Do not build from git snapshot anymore. Rather, got the tarball from @@ -121,7 +126,7 @@ fi at install time. - Slightly changed the patch to make install-info actually install the cloog information in the info directory file. -- Run install-info --delete in %preun, not in %postun, +- Run install-info --delete in %%preun, not in %%postun, otherwise the info file is long gone with we try to run install-info --delete on it.