X-Git-Url: http://git.pld-linux.org/?p=packages%2Fgource.git;a=blobdiff_plain;f=gource.spec;h=bff9e8ac2ed0eb887136f5f64184cd6199f83254;hp=b2206fad64422f2526715d82ff397c3d680eb7b0;hb=f31d1480f4289ba0ddbc7590ee8b6f482eb85d41;hpb=ecc5c641775c2f22b9cb7c74a13e6958773e992e diff --git a/gource.spec b/gource.spec index b2206fa..bff9e8a 100644 --- a/gource.spec +++ b/gource.spec @@ -1,19 +1,22 @@ Summary: Software version control visualization Summary(pl.UTF-8): Narzędzie wizualizujące kontrolę wersji Name: gource -Version: 0.31 +Version: 0.43 Release: 1 -URL: http://gource.googlecode.com/ -Source0: http://gource.googlecode.com/files/%{name}-%{version}.tar.gz -# Source0-md5: 079c756ebb14f914886d436689e12c59 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 BuildRequires: SDL_image-devel >= 1.2 BuildRequires: freetype-devel BuildRequires: ftgl-devel >= 2.1.3 +BuildRequires: glew-devel BuildRequires: libjpeg-devel BuildRequires: libpng-devel BuildRequires: pcre-devel @@ -44,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} @@ -67,4 +74,5 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/%{name}/*.png %{_datadir}/%{name}/*.tga %{_datadir}/%{name}/*.style +%{_datadir}/%{name}/shaders %{_mandir}/man1/gource.1*