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