SPECS: mpeg4ip.spec - workaround for install bug (builds in Th env).

pluto pluto at pld-linux.org
Fri Dec 30 10:18:06 CET 2005


Author: pluto                        Date: Fri Dec 30 09:18:06 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- workaround for install bug (builds in Th env).

---- Files affected:
SPECS:
   mpeg4ip.spec (1.35 -> 1.36) 

---- Diffs:

================================================================
Index: SPECS/mpeg4ip.spec
diff -u SPECS/mpeg4ip.spec:1.35 SPECS/mpeg4ip.spec:1.36
--- SPECS/mpeg4ip.spec:1.35	Fri Dec 30 09:07:19 2005
+++ SPECS/mpeg4ip.spec	Fri Dec 30 10:18:01 2005
@@ -7,7 +7,7 @@
 Summary(pl):	MPEG4IP - system kodowania, streamingu i odtwarzania dźwięku i obrazu MPEG-4
 Name:		mpeg4ip
 Version:	1.4.1
-Release:	1
+Release:	2
 Epoch:		1
 License:	MPL v1.1 (original code) and other licenses (included libraries)
 Group:		Applications
@@ -120,6 +120,12 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
+# workaround for:
+# libtool: install: warning: relinking `libmp4av.la'
+#   ...  /usr/bin/ld: cannot find -lmp4v2
+%{__make} -C lib/mp4v2 install \
+	DESTDIR=$RPM_BUILD_ROOT
+
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
@@ -189,6 +195,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.36  2005/12/30 09:18:01  pluto
+- workaround for install bug (builds in Th env).
+
 Revision 1.35  2005/12/30 08:07:19  pluto
 - use -fno-strict-aliasing to avoid wrong-code.
 - install fixed.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mpeg4ip.spec?r1=1.35&r2=1.36&f=u



More information about the pld-cvs-commit mailing list