Author: oget
Update of /cvs/free/rpms/python-vlc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22662
Modified Files:
.cvsignore python-vlc.spec sources
Log Message:
* Sun Dec 25 2011 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com>
1.1.0-4.20111225git
- Latest git snapshot.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/python-vlc/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 25 Aug 2010 20:35:35 -0000 1.5
+++ .cvsignore 26 Dec 2011 00:58:45 -0000 1.6
@@ -1 +1 @@
-python-vlc-1.1.0-20100825git.tar.bz2
+python-vlc-1.1.0-20111225git.tar.bz2
Index: python-vlc.spec
===================================================================
RCS file: /cvs/free/rpms/python-vlc/devel/python-vlc.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-vlc.spec 17 Dec 2011 12:59:14 -0000 1.6
+++ python-vlc.spec 26 Dec 2011 00:58:45 -0000 1.7
@@ -2,11 +2,11 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%endif
-%global gitdate 20100825git
+%global gitdate 20111225git
Name: python-vlc
Version: 1.1.0
-Release: 3.%{gitdate}%{?dist}
+Release: 4.%{gitdate}%{?dist}
Summary: VLC Media Player binding for Python
Group: Applications/Multimedia
License: GPLv2+
@@ -28,22 +28,28 @@
# The vlc.py file is already generated
%install
-rm -rf $RPM_BUILD_ROOT
sleep 1m
mkdir -p $RPM_BUILD_ROOT%{python_sitelib}
-install -pm 755 generated/vlc.py vlcwidget.py \
+install -pm 755 generated/vlc.py \
$RPM_BUILD_ROOT%{python_sitelib}/
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/examples
+install -pm 755 examples/* \
+ $RPM_BUILD_ROOT%{_datadir}/%{name}/examples/
-%clean
-rm -rf $RPM_BUILD_ROOT
+
+%check
+./test.py
%files
-%defattr(-,root,root,-)
%doc README TODO
%{python_sitelib}/vlc.py*
-%{python_sitelib}/vlcwidget.py*
+%{_datadir}/%{name}/
+
%changelog
+* Sun Dec 25 2011 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com>
1.1.0-4.20111225git
+- Latest git snapshot.
+
* Sat Dec 17 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.0-3.20100825git
- Rebuild for vlc-1.2.x
Index: sources
===================================================================
RCS file: /cvs/free/rpms/python-vlc/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 25 Aug 2010 20:35:35 -0000 1.5
+++ sources 26 Dec 2011 00:58:45 -0000 1.6
@@ -1 +1 @@
-92c6ae9f26e39651cf1f01503b1f5b4f python-vlc-1.1.0-20100825git.tar.bz2
+6fb17394147b329134ef0510a3eafbfd python-vlc-1.1.0-20111225git.tar.bz2
Show replies by date