diff --git a/allegro.spec b/allegro.spec index 6df7a31..740a287 100644 --- a/allegro.spec +++ b/allegro.spec @@ -1,6 +1,6 @@ Name: allegro Version: 4.2.0 -Release: 15%{?dist} +Release: 16%{?dist} Summary: A game programming library Summary(es): Una libreria de programacion de juegos @@ -205,7 +205,8 @@ rm -rf $RPM_BUILD_ROOT %doc demo examples setup %{_bindir}/allegro-config %{_libdir}/liballeg_unsharable.a -%{_libdir}/liball*.so* +%{_libdir}/liball?.so.* +%{_libdir}/liball?-%{version}.so %{_includedir}/*alleg* %{_infodir}/allegro.info* %{_mandir}/man3/* @@ -227,6 +228,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jul 14 2006 Hans de Goede 4.2.0-16 +- Don't package the main allegro lib in -devel as its already in the main + package, iow only put the debug and profile versions -devel. + * Thu Jul 6 2006 Hans de Goede 4.2.0-15 - Stop allegro from making applications linked against it claim that they need an executable stack (Patch11). Unfortunatly this requires a rebuild of