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