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