X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=gource.spec;h=c540d03109d9ac99c8c938e5af8d7416c2b36652;hb=c3b9bfc0f68a76a2c8b047ef00bd0659877c6b9b;hp=2b714cba40c488406364d4ead653bfdaed79bbdc;hpb=6b92d62870f015332c3d5b249afb423020b65b00;p=packages%2Fgource.git diff --git a/gource.spec b/gource.spec index 2b714cb..c540d03 100644 --- a/gource.spec +++ b/gource.spec @@ -1,28 +1,33 @@ Summary: Software version control visualization Summary(pl.UTF-8): Narzędzie wizualizujące kontrolę wersji Name: gource -Version: 0.43 -Release: 5 +Version: 0.51 +Release: 3 License: GPL v3+ +#Source0Download: https://github.com/acaudwell/Gource/releases Source0: https://github.com/acaudwell/Gource/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz -# Source0-md5: d2b601782692301f6d8ecc97dc85d3f7 +# Source0-md5: 957723684373e6d9493c4820e9c53399 Patch0: gl-ac.patch -URL: http://gource.googlecode.com/ +URL: https://github.com/acaudwell/Gource 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: SDL2-devel >= 2 +BuildRequires: SDL2_image-devel >= 2 +BuildRequires: autoconf >= 2.61 +BuildRequires: automake +BuildRequires: boost-devel >= 1.46 +BuildRequires: freetype-devel >= 2.0.9 BuildRequires: ftgl-devel >= 2.1.3 BuildRequires: glew-devel BuildRequires: libjpeg-devel -BuildRequires: libpng-devel +BuildRequires: libpng-devel >= 1.2 BuildRequires: pcre-devel BuildRequires: pkgconfig BuildRequires: tinyxml-devel BuildRequires: xorg-lib-libX11-devel +Requires: freetype >= 2.0.9 Requires: fonts-TTF-freefont BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -52,8 +57,8 @@ CVS i SVN. %build %{__aclocal} %{__autoconf} +%{__automake} %configure \ - CC=%{__cxx} \ --with-tinyxml \ --enable-ttf-font-dir=%{_datadir}/fonts/TTF %{__make}