]> git.pld-linux.org Git - packages/gource.git/blame - gource.spec
- BR: pkgconfig
[packages/gource.git] / gource.spec
CommitLineData
65d362fc
ER
1# TODO
2# - use fonts-TTF-freefont
3Summary: Software version control visualization
4Name: gource
5Version: 0.18
6Release: 0.1
7URL: http://gource.googlecode.com/
8Source0: http://gource.googlecode.com/files/%{name}-%{version}.tar.gz
9# Source0-md5: c9f1617468e1ac232d57cd91fa2fa656
10License: GPL v3+
11Group: X11/Applications
12BuildRequires: OpenGL-GLU-devel
13BuildRequires: OpenGL-GLX-devel
14BuildRequires: SDL-devel >= 1.2
15BuildRequires: SDL_image-devel >= 1.2
16BuildRequires: freetype-devel
17BuildRequires: ftgl-devel >= 2.1.3
18BuildRequires: libjpeg-devel
19BuildRequires: libpng-devel
20BuildRequires: pcre-devel
7ce3180e 21BuildRequires: pkgconfig
65d362fc
ER
22BuildRequires: xorg-lib-libX11-devel
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26OpenGL-based 3D visualisation tool for source control repositories.
27The repository is displayed as a tree where the root of the repository
28is the centre, directories are branches and files are leaves.
29Contributors to the source code appear and disappear as they
30contribute to specific files and directories.
31
32%prep
33%setup -q
34
35%build
36%configure
37%{__make}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41%{__make} install \
42 DESTDIR=$RPM_BUILD_ROOT
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%files
48%defattr(644,root,root,755)
49%attr(755,root,root) %{_bindir}/gource
50%dir %{_datadir}/gource
51%{_datadir}/gource/*.png
52%dir %{_datadir}/gource/fonts
53%doc %{_datadir}/gource/fonts/README
54%{_datadir}/gource/fonts/FreeSans.ttf
55%{_mandir}/man1/gource.1*
This page took 0.038887 seconds and 4 git commands to generate.