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