rpms/taglib/devel taglib.spec,1.37,1.38

Michael Schwendt mschwendt at fedoraproject.org
Sat Aug 22 10:58:11 UTC 2009


Author: mschwendt

Update of /cvs/pkgs/rpms/taglib/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22094

Modified Files:
	taglib.spec 
Log Message:
point run-time linker in test-suite to newly built taglib


Index: taglib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/taglib/devel/taglib.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -p -r1.37 -r1.38
--- taglib.spec	22 Aug 2009 10:45:42 -0000	1.37
+++ taglib.spec	22 Aug 2009 10:58:11 -0000	1.38
@@ -100,7 +100,7 @@ rm -f %{buildroot}%{_libdir}/lib*.la
 %check
 cp -a tests/data %{_target_platform}/tests
 cd %{_target_platform}
-make check
+LD_LIBRARY_PATH=%{buildroot}%{_libdir}:$LD_LIBRARY_PATH make check
 %endif
 
 




More information about the fedora-extras-commits mailing list