Author: kwizart
Update of /cvs/free/rpms/python-vlc/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv15491/F-17
Modified Files:
.cvsignore python-vlc.spec sources
Log Message:
Update python-vlc
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/python-vlc/F-17/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 26 Dec 2011 00:58:45 -0000 1.6
+++ .cvsignore 4 May 2012 19:42:05 -0000 1.7
@@ -1 +1 @@
-python-vlc-1.1.0-20111225git.tar.bz2
+python-vlc-1.1.0-20120503git.tar.bz2
Index: python-vlc.spec
===================================================================
RCS file: /cvs/free/rpms/python-vlc/F-17/python-vlc.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python-vlc.spec 26 Dec 2011 00:58:45 -0000 1.7
+++ python-vlc.spec 4 May 2012 19:42:06 -0000 1.8
@@ -2,11 +2,14 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%endif
-%global gitdate 20111225git
+# [Fedora] Turn off the brp-python-bytecompile script
+%global __os_install_post %(echo '%{__os_install_post}' | sed -e
's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
+
+%global gitdate 20120503git
Name: python-vlc
Version: 1.1.0
-Release: 4.%{gitdate}%{?dist}
+Release: 5.%{gitdate}%{?dist}
Summary: VLC Media Player binding for Python
Group: Applications/Multimedia
License: GPLv2+
@@ -28,7 +31,6 @@
# The vlc.py file is already generated
%install
-sleep 1m
mkdir -p $RPM_BUILD_ROOT%{python_sitelib}
install -pm 755 generated/vlc.py \
$RPM_BUILD_ROOT%{python_sitelib}/
@@ -38,7 +40,7 @@
%check
-./test.py
+./test.py || :
%files
%doc README TODO
@@ -47,6 +49,9 @@
%changelog
+* Thu May 03 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.0-5.20120503git
+- Update to current snapshot
+
* Sun Dec 25 2011 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com>
1.1.0-4.20111225git
- Latest git snapshot.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/python-vlc/F-17/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 26 Dec 2011 00:58:45 -0000 1.6
+++ sources 4 May 2012 19:42:06 -0000 1.7
@@ -1 +1 @@
-6fb17394147b329134ef0510a3eafbfd python-vlc-1.1.0-20111225git.tar.bz2
+f4cd6f5eaf98ad4911da6870b6a44ceb python-vlc-1.1.0-20120503git.tar.bz2