X-Git-Url: http://git.pld-linux.org/?p=packages%2Fgource.git;a=blobdiff_plain;f=gource.spec;h=4003607ceaca26a6079679ebe642fd7f4c5f7586;hp=158817208626d72469d92b8b74ee461950d58ece;hb=076ed65;hpb=65d362fca20135df630e61d504a4b588a481df5b diff --git a/gource.spec b/gource.spec index 1588172..4003607 100644 --- a/gource.spec +++ b/gource.spec @@ -1,38 +1,62 @@ -# TODO -# - use fonts-TTF-freefont Summary: Software version control visualization +Summary(pl.UTF-8): Narzędzie wizualizujące kontrolę wersji Name: gource -Version: 0.18 -Release: 0.1 -URL: http://gource.googlecode.com/ -Source0: http://gource.googlecode.com/files/%{name}-%{version}.tar.gz -# Source0-md5: c9f1617468e1ac232d57cd91fa2fa656 +Version: 0.49 +Release: 3 License: GPL v3+ +Source0: https://github.com/acaudwell/Gource/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz +# Source0-md5: a5d5895141eae689b3fd6d8fbcbb4c4b +Patch0: gl-ac.patch +URL: http://gource.googlecode.com/ Group: X11/Applications +BuildRequires: GLM BuildRequires: OpenGL-GLU-devel BuildRequires: OpenGL-GLX-devel BuildRequires: SDL-devel >= 1.2 BuildRequires: SDL_image-devel >= 1.2 BuildRequires: freetype-devel BuildRequires: ftgl-devel >= 2.1.3 +BuildRequires: glew-devel BuildRequires: libjpeg-devel BuildRequires: libpng-devel BuildRequires: pcre-devel +BuildRequires: pkgconfig +BuildRequires: tinyxml-devel BuildRequires: xorg-lib-libX11-devel +Requires: fonts-TTF-freefont BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -OpenGL-based 3D visualisation tool for source control repositories. -The repository is displayed as a tree where the root of the repository -is the centre, directories are branches and files are leaves. -Contributors to the source code appear and disappear as they -contribute to specific files and directories. +Software projects are displayed by Gource as an animated tree with the +root directory of the project at its centre. Directories appear as +branches with files as leaves. Developers can be seen working on the +tree at the times they contributed to the project. + +Currently there is first party support for Git and Mercurial, and +third party (using additional steps) for CVS and SVN. + +%description -l pl.UTF-8 +Gource wyświetla projekty software'owe jako animowane drzewo z +katalogiem głównym projektu w centrum. Podkatalogi przedstawione są w +postaci gałęzi, a pliki to liście. Developerzy widoczni są przy pracy +nad drzewem w czasie gdy rzeczywiście pracowali. + +Na chwilę obecną Gource natywnie wspiera repozytoria Git i Mercurial. +Przy pomocy zewnętrznych narzędzi można również oglądać repozytoria +CVS i SVN. %prep %setup -q +%patch0 -p1 %build -%configure +%{__aclocal} +%{__autoconf} +%{__automake} +%configure \ + CC=%{__cxx} \ + --with-tinyxml \ + --enable-ttf-font-dir=%{_datadir}/fonts/TTF %{__make} %install @@ -45,10 +69,11 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) +%doc ChangeLog README THANKS %attr(755,root,root) %{_bindir}/gource -%dir %{_datadir}/gource -%{_datadir}/gource/*.png -%dir %{_datadir}/gource/fonts -%doc %{_datadir}/gource/fonts/README -%{_datadir}/gource/fonts/FreeSans.ttf +%dir %{_datadir}/%{name} +%{_datadir}/%{name}/*.png +%{_datadir}/%{name}/*.tga +%{_datadir}/%{name}/*.style +%{_datadir}/%{name}/shaders %{_mandir}/man1/gource.1*