packages: gource/gource.spec - cosmetics

wolf wolf at pld-linux.org
Tue Feb 23 00:12:11 CET 2010


Author: wolf                         Date: Mon Feb 22 23:12:10 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- cosmetics

---- Files affected:
packages/gource:
   gource.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/gource/gource.spec
diff -u packages/gource/gource.spec:1.3 packages/gource/gource.spec:1.4
--- packages/gource/gource.spec:1.3	Mon Feb 22 11:07:40 2010
+++ packages/gource/gource.spec	Tue Feb 23 00:12:05 2010
@@ -2,9 +2,10 @@
 # TODO
 # - use fonts-TTF-freefont
 Summary:	Software version control visualization
+Summary(pl.UTF-8):      Narzędzie wizualizujące kontrolę wersji
 Name:		gource
 Version:	0.24
-Release:	0.1
+Release:	1
 URL:		http://gource.googlecode.com/
 Source0:	http://gource.googlecode.com/files/%{name}-%{version}.tar.gz
 # Source0-md5:	f896ebc6efbe3deed47dccf6c768dba5
@@ -24,11 +25,23 @@
 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.
+Software projects are displayed by Gource as an animated tree with the
+root directory of the project at its centre. Directories appear as
+branches with files as leaves. Developers can be seen working on the
+tree at the times they contributed to the project.
+
+Currently there is first party support for Git and Mercurial, and third
+party (using additional steps) for CVS and SVN.
+
+%description -l pl.UTF-8
+Gource wyświetla projekty software'owe jako animowane drzewo z
+katalogiem głównym projektu w centrum. Podkatalogi przedstawione są w
+postaci gałęzi, a pliki to liście. Developerzy widoczni są przy pracy
+nad drzewem w czasie gdy rzeczywiście pracowali.
+
+Na chwilę obecną Gource natywnie wspiera repozytoria Git i Mercurial.
+Przy pomocy zewnętrznych narzędzi można również oglądać repozytoria CVS
+i SVN.
 
 %prep
 %setup -q
@@ -47,13 +60,10 @@
 
 %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*
+%doc ChangeLog README THANKS
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/gource
+%{_mandir}/man1/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -61,6 +71,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2010/02/22 23:12:05  wolf
+- cosmetics
+
 Revision 1.3  2010/02/22 10:07:40  pawelz
 - up to 0.24
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gource/gource.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list