rpms/allegro/devel allegro.spec,1.32,1.33

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Mon Jun 26 11:22:03 UTC 2006


Author: jnovy

Update of /cvs/extras/rpms/allegro/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31951

Modified Files:
	allegro.spec 
Log Message:
* Mon Jun 26 2006 Jindrich Novy <jnovy at redhat.com> 4.2.0-14
- compile alld and allp debuging/profiling libraries (#196616)
- fix typo in release caused by recent changes



Index: allegro.spec
===================================================================
RCS file: /cvs/extras/rpms/allegro/devel/allegro.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- allegro.spec	10 Jun 2006 07:48:15 -0000	1.32
+++ allegro.spec	26 Jun 2006 11:22:03 -0000	1.33
@@ -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 @@
 %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 @@
 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 @@
 %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 @@
 
 
 %changelog
+* Mon Jun 26 2006 Jindrich Novy <jnovy at redhat.com> 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 <j.w.r.degoede at hhs.nl> 4.2.0-13
 - Add autoconf BR for missing autoheader with the new mock config.
 




More information about the fedora-extras-commits mailing list