]> git.pld-linux.org Git - packages/gource.git/blame_incremental - gource.spec
- reverted part of cosmetics
[packages/gource.git] / gource.spec
... / ...
CommitLineData
1# TODO
2# - use fonts-TTF-freefont
3Summary: Software version control visualization
4Summary(pl.UTF-8): Narzędzie wizualizujące kontrolę wersji
5Name: gource
6Version: 0.24
7Release: 1
8URL: http://gource.googlecode.com/
9Source0: http://gource.googlecode.com/files/%{name}-%{version}.tar.gz
10# Source0-md5: f896ebc6efbe3deed47dccf6c768dba5
11License: GPL v3+
12Group: X11/Applications
13BuildRequires: OpenGL-GLU-devel
14BuildRequires: OpenGL-GLX-devel
15BuildRequires: SDL-devel >= 1.2
16BuildRequires: SDL_image-devel >= 1.2
17BuildRequires: freetype-devel
18BuildRequires: ftgl-devel >= 2.1.3
19BuildRequires: libjpeg-devel
20BuildRequires: libpng-devel
21BuildRequires: pcre-devel
22BuildRequires: pkgconfig
23BuildRequires: xorg-lib-libX11-devel
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
27Software projects are displayed by Gource as an animated tree with the
28root directory of the project at its centre. Directories appear as
29branches with files as leaves. Developers can be seen working on the
30tree at the times they contributed to the project.
31
32Currently there is first party support for Git and Mercurial, and third
33party (using additional steps) for CVS and SVN.
34
35%description -l pl.UTF-8
36Gource wyświetla projekty software'owe jako animowane drzewo z
37katalogiem głównym projektu w centrum. Podkatalogi przedstawione są w
38postaci gałęzi, a pliki to liście. Developerzy widoczni są przy pracy
39nad drzewem w czasie gdy rzeczywiście pracowali.
40
41Na chwilę obecną Gource natywnie wspiera repozytoria Git i Mercurial.
42Przy pomocy zewnętrznych narzędzi można również oglądać repozytoria CVS
43i SVN.
44
45%prep
46%setup -q
47
48%build
49%configure
50%{__make}
51
52%install
53rm -rf $RPM_BUILD_ROOT
54%{__make} install \
55 DESTDIR=$RPM_BUILD_ROOT
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60%files
61%defattr(644,root,root,755)
62%doc ChangeLog README THANKS
63%attr(755,root,root) %{_bindir}/gource
64%{_datadir}/gource
65%{_mandir}/man1/gource.1*
This page took 0.026373 seconds and 4 git commands to generate.