]> git.pld-linux.org Git - packages/gource.git/blobdiff - gource.spec
- rebuild with boost 1.71
[packages/gource.git] / gource.spec
index e87812c82a770dfe572ec44c809aa38860ac05be..4003607ceaca26a6079679ebe642fd7f4c5f7586 100644 (file)
@@ -1,11 +1,12 @@
 Summary:       Software version control visualization
 Summary(pl.UTF-8):     Narzędzie wizualizujące kontrolę wersji
 Name:          gource
-Version:       0.40
-Release:       1
+Version:       0.49
+Release:       3
 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: a5d5895141eae689b3fd6d8fbcbb4c4b
+Patch0:                gl-ac.patch
 URL:           http://gource.googlecode.com/
 Group:         X11/Applications
 BuildRequires: GLM
@@ -46,9 +47,14 @@ CVS i SVN.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure \
+       CC=%{__cxx} \
        --with-tinyxml \
        --enable-ttf-font-dir=%{_datadir}/fonts/TTF
 %{__make}
This page took 0.05043 seconds and 4 git commands to generate.