%global nameup Flowblade Name: flowblade Version: 0.6.0 Release: 2%{?dist} Summary: Non-linear video editor License: GPLv3 URL: http://code.google.com/p/flowblade/ Source0: http://flowblade.googlecode.com/files/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel BuildRequires: desktop-file-utils Requires: pygtk2 Requires: pyxdg Requires: mlt-python Requires: cairo Requires: gtk3 Requires: ladspa Requires: sox Requires: frei0r-plugins %description Flowblade Movie Editor is a multitrack non-linear video editor for Linux designed to provide a fast, precise and as-simple-as-possible editing experience. It employs film style editing paradigm in which clips are usually automatically placed tightly after the previous clip - or between two existing clips - when they are inserted on the timeline. Edits are fine tuned by trimming in and out points of clips, or by cutting and deleting parts of clips. %prep %setup -qn %{name}-%{version} sed -i '1d' %{nameup}/__init__.py %build %{__python} setup.py build %install %{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop %files %dir %{python_sitelib}/%{nameup} %dir %{python_sitelib}/%{nameup}/res %dir %{python_sitelib}/%{nameup}/res/render %dir %{python_sitelib}/%{nameup}/res/profiles %dir %{python_sitelib}/%{nameup}/res/img %dir %{python_sitelib}/%{nameup}/res/help %dir %{python_sitelib}/%{nameup}/res/filters %dir %{python_sitelib}/%{nameup}/res/filters/wipes %dir %{python_sitelib}/%{nameup}/locale %dir %{python_sitelib}/%{nameup}/locale/%{nameup} %dir %{python_sitelib}/%{nameup}/locale/fi %{python_sitelib}/%{name}-%{version}-*.egg-info %{python_sitelib}/%{nameup}/res/render/*.xml %{python_sitelib}/%{nameup}/res/profiles/* %{python_sitelib}/%{nameup}/res/img/*.png %{python_sitelib}/%{nameup}/res/img/*.jpg %{python_sitelib}/%{nameup}/res/filters/wipes/*.pgm %{python_sitelib}/%{nameup}/res/filters/wipes/*.png %{python_sitelib}/%{nameup}/res/filters/wipes/*.svg %{python_sitelib}/%{nameup}/res/filters/*.xml %{python_sitelib}/%{nameup}/res/help/*.png %{python_sitelib}/%{nameup}/res/help/*.xml %{python_sitelib}/%{nameup}/res/help/gpl3 %{python_sitelib}/%{nameup}/*.py %{python_sitelib}/%{nameup}/*.pyc %{python_sitelib}/%{nameup}/*.pyo %{python_sitelib}/%{nameup}/locale/fi/* %{python_sitelib}/%{nameup}/locale/%{nameup}/%{nameup}.pot %{_bindir}/%{name} %{_libdir}/mime/packages/%{name} %{_datadir}/mime/packages/%{name}.xml %{_datadir}/pixmaps/%{name}.png %{_datadir}/applications/%{name}.desktop %{_mandir}/man1/%{name}.* %changelog * Sat Jun 09 2012 Adrian Alves 0.6.0-2 - Fixed rpmlint errors * Thu Jun 07 2012 Adrian Alves 0.6.0-1 - First build.