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