Name: gource Version: 0.24 Release: 1%{?dist} Summary: Software version control visualization Group: Development/Tools License: GPLv3 URL: http://code.google.com/p/gource/ Source0: http://gource.googlecode.com/files/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ftgl-devel, SDL-devel, libpng-devel, libjpeg-devel BuildRequires: SDL_image-devel, pcre-devel #Requires: %description Gource is a software version control visualization tool. Software projects are displayed by Gource as an animated tree with the root directory of the project at its centre. Directories appear as branches with files as leaves. Developers can be seen working on the tree at the times they contributed to the project. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING ChangeLog INSTALL README THANKS %{_bindir}/%{name} %{_datadir}/%{name} %{_mandir}/man1/%{name}* %changelog * Thu Jan 14 2010 Ján ONDREJ (SAL) - 0.23-1 - initial release