Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 2667d5a1b73cb6c39e663f4adf83cc95 > files > 2

gource-0.27-1mdv2010.1.src.rpm

Summary:        Gource is a software version control visualization tool
Name:           gource
Version:        0.27
Release:        %mkrel 1
License:        GPLv3
Group:          Monitoring
URL:            http://code.google.com/p/gource/
Source0:        http://gource.google.com/files/%{name}-%{version}.tar.gz
BuildRequires:  libSDL-devel
BuildRequires:  libSDL_image-devel
BuildRequires:  ftgl-devel
BuildRequires:  pcre-devel
BuildRequires:  png-devel
BuildRequires:  jpeg-devel
BuildRequires:	libglew-devel	
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
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
%{configure2_5x}
%{make}

%install
%{__rm} -rf %{buildroot}
%{makeinstall_std}

%find_lang %{name}

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc ChangeLog README THANKS COPYING INSTALL
%{_bindir}/gource
%{_datadir}/gource
%{_mandir}/man1/gource.1*


%changelog
* Mon Aug 23 2010 Sandro Cazzaniga <kharec@mandriva.org> 0.27-1mdv2010.1
+ Revision: 572167
- add a BR on libglew-devel
- update to 0.27

* Tue Jun 01 2010 Eugeni Dodonov <eugeni@mandriva.com> 0.26b-1mdv2010.1
+ Revision: 546874
- Imported gource.
- Created package structure for gource.