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