New upstream 0.37

Also cleaned up spec to match current guidelines
This commit is contained in:
Siddhesh Poyarekar 2011-11-18 20:25:29 +05:30
parent 6ba5594eb3
commit 642aaed27a
3 changed files with 9 additions and 8 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ gource-0.27.tar.gz
/gource-0.28.tar.gz
/gource-0.29.tar.gz
/gource-0.35.tar.gz
/gource-0.37.tar.gz

View File

@ -1,9 +1,9 @@
Summary: Software version control visualization
Name: gource
Version: 0.35
Version: 0.37
Release: 1%{?dist}
URL: http://gource.googlecode.com/
Source: http://gource.googlecode.com/files/%{name}-%{version}.tar.gz
Source: https://gource.googlecode.com/files/%{name}-%{version}.tar.gz
License: GPLv3+
Group: Applications/Productivity
@ -23,7 +23,7 @@ Requires: gnu-free-sans-fonts
%description
OpenGL-based 3D visualisation tool for source control repositories.
OpenGL-based 3D visualization tool for source control repositories.
The repository is displayed as a tree where the root of the repository is
the centre, directories are branches and files are leaves. Contributors
to the source code appear and disappear as they contribute to specific
@ -41,11 +41,7 @@ make %{?_smp_mflags}
make install DESTDIR=%{buildroot}
rm -rf %{buildroot}/%{_datadir}/%{name}/fonts
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_bindir}/gource
%{_mandir}/man1/gource.1.gz
@ -55,6 +51,10 @@ rm -rf %{buildroot}
%{_datadir}/gource/*
%changelog
* Fri Nov 18 2011 Siddhesh Poyarekar <siddhesh@redhat.com> - 0.37-1
- New upstream 0.37
- Clean up spec to match current guidelines
* Sat Jul 30 2011 Siddhesh Poyarekar <siddhesh@redhat.com> - 0.35-1
- New upstream 0.35

View File

@ -1 +1 @@
6d4f776d314da3ae5d309cb580b83a9f gource-0.35.tar.gz
9c023429a8a495e6473d4c166788278a gource-0.37.tar.gz