]> git.pld-linux.org Git - packages/gource.git/blame_incremental - gource.spec
- new, based on http://people.redhat.com/spoyarek/gource/gource.spec
[packages/gource.git] / gource.spec
... / ...
CommitLineData
1# TODO
2# - use fonts-TTF-freefont
3Summary: Software version control visualization
4Name: gource
5Version: 0.18
6Release: 0.1
7URL: http://gource.googlecode.com/
8Source0: http://gource.googlecode.com/files/%{name}-%{version}.tar.gz
9# Source0-md5: c9f1617468e1ac232d57cd91fa2fa656
10License: GPL v3+
11Group: X11/Applications
12BuildRequires: OpenGL-GLU-devel
13BuildRequires: OpenGL-GLX-devel
14BuildRequires: SDL-devel >= 1.2
15BuildRequires: SDL_image-devel >= 1.2
16BuildRequires: freetype-devel
17BuildRequires: ftgl-devel >= 2.1.3
18BuildRequires: libjpeg-devel
19BuildRequires: libpng-devel
20BuildRequires: pcre-devel
21BuildRequires: xorg-lib-libX11-devel
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25OpenGL-based 3D visualisation tool for source control repositories.
26The repository is displayed as a tree where the root of the repository
27is the centre, directories are branches and files are leaves.
28Contributors to the source code appear and disappear as they
29contribute to specific files and directories.
30
31%prep
32%setup -q
33
34%build
35%configure
36%{__make}
37
38%install
39rm -rf $RPM_BUILD_ROOT
40%{__make} install \
41 DESTDIR=$RPM_BUILD_ROOT
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(644,root,root,755)
48%attr(755,root,root) %{_bindir}/gource
49%dir %{_datadir}/gource
50%{_datadir}/gource/*.png
51%dir %{_datadir}/gource/fonts
52%doc %{_datadir}/gource/fonts/README
53%{_datadir}/gource/fonts/FreeSans.ttf
54%{_mandir}/man1/gource.1*
This page took 0.049404 seconds and 4 git commands to generate.