X-Git-Url: http://git.pld-linux.org/?p=packages%2Fgource.git;a=blobdiff_plain;f=gource.spec;h=e3581007ca037c16390251bbd011a64a70024ee5;hp=10d7dfc7e620c747a7d7028cb66769a6a7493a91;hb=ea85b7fada476725b8eac176a50c3b64a24f9908;hpb=2e28bd542cfc9f96b00e1917f213d2f16a77f24b diff --git a/gource.spec b/gource.spec index 10d7dfc..e358100 100644 --- a/gource.spec +++ b/gource.spec @@ -1,13 +1,15 @@ Summary: Software version control visualization Summary(pl.UTF-8): Narzędzie wizualizujące kontrolę wersji Name: gource -Version: 0.37 -Release: 1 +Version: 0.43 +Release: 3 License: GPL v3+ -Source0: http://gource.googlecode.com/files/%{name}-%{version}.tar.gz -# Source0-md5: 9c023429a8a495e6473d4c166788278a +Source0: https://github.com/acaudwell/Gource/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz +# Source0-md5: d2b601782692301f6d8ecc97dc85d3f7 +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 @@ -45,9 +47,13 @@ CVS i SVN. %prep %setup -q +%patch0 -p1 %build +%{__aclocal} +%{__autoconf} %configure \ + CC=%{__cxx} \ --with-tinyxml \ --enable-ttf-font-dir=%{_datadir}/fonts/TTF %{__make}