X-Git-Url: http://git.pld-linux.org/?p=packages%2Fgource.git;a=blobdiff_plain;f=gource.spec;h=bff9e8ac2ed0eb887136f5f64184cd6199f83254;hp=e87812c82a770dfe572ec44c809aa38860ac05be;hb=f31d1480f4289ba0ddbc7590ee8b6f482eb85d41;hpb=9ec29968570d3a458a6bf9db7e175f3cf630d253 diff --git a/gource.spec b/gource.spec index e87812c..bff9e8a 100644 --- a/gource.spec +++ b/gource.spec @@ -1,11 +1,12 @@ Summary: Software version control visualization Summary(pl.UTF-8): Narzędzie wizualizujące kontrolę wersji Name: gource -Version: 0.40 +Version: 0.43 Release: 1 License: GPL v3+ -Source0: http://gource.googlecode.com/files/%{name}-%{version}.tar.gz -# Source0-md5: 89c608a7aa3c901661eb1f2db6117492 +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 @@ -46,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}