diff --git a/allegro.spec b/allegro.spec index 32480fd..55af3a4 100644 --- a/allegro.spec +++ b/allegro.spec @@ -1,6 +1,6 @@ Name: allegro Version: 4.2.0 -Release: 13%{dist} +Release: 14%{?dist} Summary: A game programming library Summary(es): Una libreria de programacion de juegos @@ -137,17 +137,18 @@ které jsou užitečné pro vývoj Allegro programů. %patch9 -p1 -z .execheap %patch10 -p1 -z .nicevsync + %build %configure \ %ifnarch %{ix86} --enable-vga=no --enable-vbeaf=no \ %endif - --enable-svgalib=no + --enable-svgalib=no \ + --enable-dbglib=yes \ + --enable-proflib=yes %ifnarch %{ix86} -#make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -DALLEGRO_USE_C -I%{_includedir}/kde/artsc" make CFLAGS="$RPM_OPT_FLAGS -DALLEGRO_USE_C -I%{_includedir}/kde/artsc" %else -#make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -I%{_includedir}/kde/artsc" make CFLAGS="$RPM_OPT_FLAGS -I%{_includedir}/kde/artsc" %endif MKDATA_PRELOAD=../../lib/unix/liballeg-%{version}.so \ @@ -164,6 +165,7 @@ install -pm 644 keyboard.dat language.dat $RPM_BUILD_ROOT%{_datadir}/allegro find demo examples setup -type f -perm +111 -print | xargs rm chmod 755 `find $RPM_BUILD_ROOT%{_libdir} -type f -name "*.so"` rm -f $RPM_BUILD_ROOT%{_infodir}/dir +rm -f $RPM_BUILD_ROOT%{_libdir}/liball{p,d}_unsharable.a %post -p /sbin/ldconfig @@ -201,6 +203,7 @@ rm -rf $RPM_BUILD_ROOT %doc demo examples setup %{_bindir}/allegro-config %{_libdir}/liballeg_unsharable.a +%{_libdir}/liball*.so* %{_includedir}/*alleg* %{_infodir}/allegro.info* %{_mandir}/man3/* @@ -222,6 +225,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jun 26 2006 Jindrich Novy 4.2.0-14 +- compile alld and allp debuging/profiling libraries (#196616) +- fix typo in release caused by recent changes + * Sat Jun 10 2006 Hans de Goede 4.2.0-13 - Add autoconf BR for missing autoheader with the new mock config.