]> 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.49
5Release: 4
6License: GPL v3+
7Source0: https://github.com/acaudwell/Gource/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
8# Source0-md5: a5d5895141eae689b3fd6d8fbcbb4c4b
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%{__automake}
56%configure \
57 CC=%{__cxx} \
58 --with-tinyxml \
59 --enable-ttf-font-dir=%{_datadir}/fonts/TTF
60%{__make}
61
62%install
63rm -rf $RPM_BUILD_ROOT
64%{__make} install \
65 DESTDIR=$RPM_BUILD_ROOT
66
67%clean
68rm -rf $RPM_BUILD_ROOT
69
70%files
71%defattr(644,root,root,755)
72%doc ChangeLog README THANKS
73%attr(755,root,root) %{_bindir}/gource
74%dir %{_datadir}/%{name}
75%{_datadir}/%{name}/*.png
76%{_datadir}/%{name}/*.tga
77%{_datadir}/%{name}/*.style
78%{_datadir}/%{name}/shaders
79%{_mandir}/man1/gource.1*
This page took 0.051399 seconds and 4 git commands to generate.