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