Name: clipgrab Version: 3.1.3.0 Release: 2%{?dist} Summary: Streaming videos platforms grabber Group: Applications/Multimedia License: GPLv3+ URL: http://%{name}.de Source0: http://%{name}.de/download/%{name}-%{version}.tar.bz2 Source1: %{name}.desktop BuildRequires: qtwebkit-devel desktop-file-utils %description Download and convert videos from streaming platforms like Youtube and Dailymotion. %prep %setup -q chmod a-x *.cpp *.h icon.png COPYING licence.odt %build qmake-qt4 make %{?_smp_mflags} %install mkdir -p %{buildroot}%{_bindir} cp %{name} %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_datadir}/pixmaps/ cp -p icon.png %{buildroot}%{_datadir}/pixmaps/%{name}.png desktop-file-install --dir=${RPM_BUILD_ROOT}%{_datadir}/applications %{S:1} %files %doc COPYING licence.odt %{_bindir}/%{name} %{_datadir}/applications/clipgrab.desktop %{_datadir}/pixmaps/clipgrab.png %changelog * Tue Feb 14 2012 Pierre Dorbais 3.1.3.0-2 - Some stuff fixed (Review request Bugzilla #787364) * Fri Feb 03 2012 Pierre Dorbais 3.1.3.0-1 - Initial RPM release