]> git.pld-linux.org Git - packages/gource.git/blame - gource.spec
- use system font package (old change)
[packages/gource.git] / gource.spec
CommitLineData
65d362fc 1Summary: Software version control visualization
69c24cb1 2Summary(pl.UTF-8): Narzędzie wizualizujące kontrolę wersji
65d362fc 3Name: gource
1edfce25 4Version: 0.24
5c2056ca 5Release: 1
65d362fc
ER
6URL: http://gource.googlecode.com/
7Source0: http://gource.googlecode.com/files/%{name}-%{version}.tar.gz
1edfce25 8# Source0-md5: f896ebc6efbe3deed47dccf6c768dba5
65d362fc
ER
9License: GPL v3+
10Group: X11/Applications
11BuildRequires: OpenGL-GLU-devel
12BuildRequires: OpenGL-GLX-devel
13BuildRequires: SDL-devel >= 1.2
14BuildRequires: SDL_image-devel >= 1.2
15BuildRequires: freetype-devel
16BuildRequires: ftgl-devel >= 2.1.3
17BuildRequires: libjpeg-devel
18BuildRequires: libpng-devel
19BuildRequires: pcre-devel
7ce3180e 20BuildRequires: pkgconfig
65d362fc 21BuildRequires: xorg-lib-libX11-devel
69c24cb1 22Requires: fonts-TTF-freefont
65d362fc
ER
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
5c2056ca 26Software projects are displayed by Gource as an animated tree with the
27root directory of the project at its centre. Directories appear as
28branches with files as leaves. Developers can be seen working on the
29tree at the times they contributed to the project.
30
69c24cb1
ER
31Currently there is first party support for Git and Mercurial, and
32third party (using additional steps) for CVS and SVN.
5c2056ca 33
34%description -l pl.UTF-8
35Gource wyświetla projekty software'owe jako animowane drzewo z
36katalogiem głównym projektu w centrum. Podkatalogi przedstawione są w
37postaci gałęzi, a pliki to liście. Developerzy widoczni są przy pracy
38nad drzewem w czasie gdy rzeczywiście pracowali.
39
40Na chwilę obecną Gource natywnie wspiera repozytoria Git i Mercurial.
69c24cb1
ER
41Przy pomocy zewnętrznych narzędzi można również oglądać repozytoria
42CVS i SVN.
65d362fc
ER
43
44%prep
45%setup -q
46
47%build
48%configure
49%{__make}
50
51%install
52rm -rf $RPM_BUILD_ROOT
53%{__make} install \
69c24cb1 54 gourcefontdir=%{_datadir}/fonts/TTF \
65d362fc
ER
55 DESTDIR=$RPM_BUILD_ROOT
56
69c24cb1
ER
57# remove by file, to note when upstream bundles different font
58%{__rm} $RPM_BUILD_ROOT%{_datadir}/%{name}/fonts/README
59%{__rm} $RPM_BUILD_ROOT%{_datadir}/%{name}/fonts/FreeSans.ttf
60
65d362fc
ER
61%clean
62rm -rf $RPM_BUILD_ROOT
63
64%files
65%defattr(644,root,root,755)
5c2056ca 66%doc ChangeLog README THANKS
d9c9b1b9 67%attr(755,root,root) %{_bindir}/gource
69c24cb1
ER
68%dir %{_datadir}/%{name}
69%{_datadir}/%{name}/*.png
70%{_datadir}/%{name}/*.tga
71%{_datadir}/%{name}/*.style
d9c9b1b9 72%{_mandir}/man1/gource.1*
This page took 0.074664 seconds and 4 git commands to generate.