rpms/gnash/devel gnash.spec,1.79,1.80

Kevin Kofler kkofler at fedoraproject.org
Fri Feb 12 00:38:44 UTC 2010


Author: kkofler

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

Modified Files:
	gnash.spec 
Log Message:
* Fri Feb 12 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:0.8.6-13
- delete bundled libltdl stuff to make sure it's not used


Index: gnash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnash/devel/gnash.spec,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -p -r1.79 -r1.80
--- gnash.spec	11 Feb 2010 23:17:26 -0000	1.79
+++ gnash.spec	12 Feb 2010 00:38:44 -0000	1.80
@@ -5,7 +5,7 @@
 
 Name:           gnash
 Version:        0.8.6
-Release:	12%{?dist}
+Release:	13%{?dist}
 #Release:        0.8.%{alphatag}%{?dist}
 Epoch:		1
 Summary:        GNU flash movie player
@@ -127,6 +127,8 @@ sed -i -e 's!\$(KDE4_LIBS)!!g' gui/Makef
 sed -i -e 's/test x"\${enable_ltdl_convenience-no}" != xno/false/g' configure
 # and don't build the loader part of libltdl either
 sed -i -e 's/\$(LT_DLLOADERS)//g' libltdl/Makefile.in
+# delete bundled libltdl stuff to make sure it's not used
+rm -f libltdl/*.[ch] libltdl/*/*.[ch]
 
 #chmod a-x libgeometry/snappingrange.h backend/render*.h gui/gtk_glue_agg.{h,cpp} 
 
@@ -326,6 +328,9 @@ fi
 %{python_sitearch}/gtk-2.0/*
 
 %changelog
+* Fri Feb 12 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:0.8.6-13
+- delete bundled libltdl stuff to make sure it's not used
+
 * Thu Feb 11 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:0.8.6-12
 - don't build libltdlc.a
 



More information about the scm-commits mailing list