]> git.pld-linux.org Git - packages/gource.git/blame - gource.spec
- up to 0.31
[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
ecc5c641 4Version: 0.31
5c2056ca 5Release: 1
65d362fc
ER
6URL: http://gource.googlecode.com/
7Source0: http://gource.googlecode.com/files/%{name}-%{version}.tar.gz
ecc5c641 8# Source0-md5: 079c756ebb14f914886d436689e12c59
65d362fc
ER
9License: GPL v3+
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
17BuildRequires: libjpeg-devel
18BuildRequires: libpng-devel
19BuildRequires: pcre-devel
7ce3180e 20BuildRequires: pkgconfig
ecc5c641 21BuildRequires: tinyxml-devel
65d362fc 22BuildRequires: xorg-lib-libX11-devel
69c24cb1 23Requires: fonts-TTF-freefont
65d362fc
ER
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
5c2056ca 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
69c24cb1
ER
32Currently there is first party support for Git and Mercurial, and
33third party (using additional steps) for CVS and SVN.
5c2056ca 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.
69c24cb1
ER
42Przy pomocy zewnętrznych narzędzi można również oglądać repozytoria
43CVS i SVN.
65d362fc
ER
44
45%prep
46%setup -q
47
48%build
cafb4ed7 49%configure \
ecc5c641 50 --with-tinyxml \
cafb4ed7 51 --enable-ttf-font-dir=%{_datadir}/fonts/TTF
65d362fc
ER
52%{__make}
53
54%install
55rm -rf $RPM_BUILD_ROOT
56%{__make} install \
57 DESTDIR=$RPM_BUILD_ROOT
58
59%clean
60rm -rf $RPM_BUILD_ROOT
61
62%files
63%defattr(644,root,root,755)
5c2056ca 64%doc ChangeLog README THANKS
d9c9b1b9 65%attr(755,root,root) %{_bindir}/gource
69c24cb1
ER
66%dir %{_datadir}/%{name}
67%{_datadir}/%{name}/*.png
68%{_datadir}/%{name}/*.tga
69%{_datadir}/%{name}/*.style
d9c9b1b9 70%{_mandir}/man1/gource.1*
This page took 0.03886 seconds and 4 git commands to generate.