Author: glen Date: Thu Jan 14 11:04:02 2010 GMT Module: packages Tag: HEAD ---- Log message: - new, based on http://people.redhat.com/spoyarek/gource/gource.spec
---- Files affected: packages/gource: gource.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/gource/gource.spec diff -u /dev/null packages/gource/gource.spec:1.1 --- /dev/null Thu Jan 14 12:04:02 2010 +++ packages/gource/gource.spec Thu Jan 14 12:03:57 2010 @@ -0,0 +1,64 @@ +# $Revision$, $Date$ +# TODO +# - use fonts-TTF-freefont +Summary: Software version control visualization +Name: gource +Version: 0.18 +Release: 0.1 +URL: http://gource.googlecode.com/ +Source0: http://gource.googlecode.com/files/%{name}-%{version}.tar.gz +# Source0-md5: c9f1617468e1ac232d57cd91fa2fa656 +License: GPL v3+ +Group: X11/Applications +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: libjpeg-devel +BuildRequires: libpng-devel +BuildRequires: pcre-devel +BuildRequires: xorg-lib-libX11-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +OpenGL-based 3D visualisation tool for source control repositories. +The repository is displayed as a tree where the root of the repository +is the centre, directories are branches and files are leaves. +Contributors to the source code appear and disappear as they +contribute to specific files and directories. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/gource +%dir %{_datadir}/gource +%{_datadir}/gource/*.png +%dir %{_datadir}/gource/fonts +%doc %{_datadir}/gource/fonts/README +%{_datadir}/gource/fonts/FreeSans.ttf +%{_mandir}/man1/gource.1* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2010/01/14 11:03:57 glen +- new, based on http://people.redhat.com/spoyarek/gource/gource.spec ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
