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