]> git.pld-linux.org Git - packages/gource.git/blobdiff - gource.spec
- icu-57.1 rebuild
[packages/gource.git] / gource.spec
index 4f534604ef58be4fc3398f7b1a3d2d1680098caf..2b714cba40c488406364d4ead653bfdaed79bbdc 100644 (file)
@@ -1,13 +1,15 @@
 Summary:       Software version control visualization
 Summary(pl.UTF-8):     Narzędzie wizualizujące kontrolę wersji
 Name:          gource
-Version:       0.31
-Release:       1
-URL:           http://gource.googlecode.com/
-Source0:       http://gource.googlecode.com/files/%{name}-%{version}.tar.gz
-# Source0-md5: 079c756ebb14f914886d436689e12c59
+Version:       0.43
+Release:       5
 License:       GPL v3+
+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}
@@ -68,4 +74,5 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}/*.png
 %{_datadir}/%{name}/*.tga
 %{_datadir}/%{name}/*.style
+%{_datadir}/%{name}/shaders
 %{_mandir}/man1/gource.1*
This page took 0.048712 seconds and 4 git commands to generate.