SPECS: acm.spec - updated malloc, nolibs patches - use -j1, always /usr/lib/...

qboosh qboosh at pld-linux.org
Sat Nov 15 09:14:36 CET 2008


Author: qboosh                       Date: Sat Nov 15 08:14:36 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated malloc,nolibs patches
- use -j1, always /usr/lib/games

---- Files affected:
SPECS:
   acm.spec (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: SPECS/acm.spec
diff -u SPECS/acm.spec:1.14 SPECS/acm.spec:1.15
--- SPECS/acm.spec:1.14	Tue Mar 18 21:58:40 2008
+++ SPECS/acm.spec	Sat Nov 15 09:14:30 2008
@@ -55,7 +55,6 @@
 %patch5 -p1
 
 %build
-rm -f missing
 %{__aclocal}
 %{__autoconf}
 for dir in dis dis/disgen gedit; do
@@ -66,7 +65,8 @@
 done
 %configure
 
-%{__make}
+# -j1 because of no rules to make dis/disp.h early enough
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -80,7 +80,7 @@
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/acm
-%{_libdir}/games/acm
+%{_prefix}/lib/games/acm
 %{_mandir}/man1/acm.1*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -89,6 +89,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2008/11/15 08:14:30  qboosh
+- updated malloc,nolibs patches
+- use -j1, always /usr/lib/games
+
 Revision 1.14  2008/03/18 20:58:40  witekfl
 - added the malloc.patch
 - BR gdbm-devel
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/acm.spec?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list