rpms/vlc/devel vlc.spec,1.173,1.174

Nicolas Chauvet kwizart at rpmfusion.org
Tue Mar 26 21:54:03 CET 2013


Author: kwizart

Update of /cvs/free/rpms/vlc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv4080/devel

Modified Files:
	vlc.spec 
Log Message:
Rebuilt for libmatroska



Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -r1.173 -r1.174
--- vlc.spec	23 Feb 2013 16:25:55 -0000	1.173
+++ vlc.spec	26 Mar 2013 20:54:03 -0000	1.174
@@ -31,7 +31,7 @@
 Summary:	The cross-platform open-source multimedia framework, player and server
 Name:		vlc
 Version:	2.0.5
-Release:	5%{?dist}
+Release:	6%{?dist}
 License:	GPLv2+
 Group:		Applications/Multimedia
 URL:		http://www.videolan.org
@@ -343,6 +343,11 @@
 #Fix unowned directories
 rm -rf $RPM_BUILD_ROOT%{_docdir}/vlc
 
+#Workaround config file provided in %%{_datadir}
+#https://bugzilla.rpmfusion.org/show_bug.cgi?id=2726
+mv $RPM_BUILD_ROOT%{_datadir}/vlc/lua/http/.hosts \
+ $RPM_BUILD_ROOT%{_datadir}/vlc/lua/http/hosts-sample
+
 
 %find_lang %{name}
 
@@ -519,6 +524,10 @@
 
 
 %changelog
+* Tue Mar 26 2013 Nicolas Chauvet <kwizart at gmail.com> - 2.0.5-6
+- Move %%{_datadir}/vlc/lua/http/.hosts to hosts-sample to avoid
+  config file - https://bugzilla.rpmfusion.org/2726
+
 * Sat Feb 23 2013 Nicolas Chauvet <kwizart at gmail.com> - 2.0.5-5
 - Fix samba4 detection rfbz#2659
 


More information about the rpmfusion-commits mailing list