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