]> git.pld-linux.org Git - packages/gource.git/blobdiff - gource.spec
- release 4 (by relup.sh)
[packages/gource.git] / gource.spec
index 31bd00c5902ea8eecad7708279cf4a35908108bf..0a590cfffbd02fbc13ad6c18dca3689c25711d87 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:       3
+Version:       0.43
+Release:       4
 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}
This page took 0.061722 seconds and 4 git commands to generate.