]> git.pld-linux.org Git - packages/gource.git/blob - gource.spec
- reverted part of cosmetics
[packages/gource.git] / gource.spec
1 # TODO
2 # - use fonts-TTF-freefont
3 Summary:        Software version control visualization
4 Summary(pl.UTF-8):      Narzędzie wizualizujące kontrolę wersji
5 Name:           gource
6 Version:        0.24
7 Release:        1
8 URL:            http://gource.googlecode.com/
9 Source0:        http://gource.googlecode.com/files/%{name}-%{version}.tar.gz
10 # Source0-md5:  f896ebc6efbe3deed47dccf6c768dba5
11 License:        GPL v3+
12 Group:          X11/Applications
13 BuildRequires:  OpenGL-GLU-devel
14 BuildRequires:  OpenGL-GLX-devel
15 BuildRequires:  SDL-devel >= 1.2
16 BuildRequires:  SDL_image-devel >= 1.2
17 BuildRequires:  freetype-devel
18 BuildRequires:  ftgl-devel >= 2.1.3
19 BuildRequires:  libjpeg-devel
20 BuildRequires:  libpng-devel
21 BuildRequires:  pcre-devel
22 BuildRequires:  pkgconfig
23 BuildRequires:  xorg-lib-libX11-devel
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 third
33 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 CVS
43 i SVN.
44
45 %prep
46 %setup -q
47
48 %build
49 %configure
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 %{_datadir}/gource
65 %{_mandir}/man1/gource.1*
This page took 0.050309 seconds and 3 git commands to generate.