Wrong initialization for nb_inserted in the deserialization.
[gliv.git] / gliv.spec.in
blobb480a27a99d1f6ba68f7bacacf41a6e321ba64b2
1 %define ver @VERSION@
2 %define rel 1
3 %define prefix @prefix@
5 Summary: Graphics file browser utility.
6 Name: gliv
7 Version: %ver
8 Release: %rel
9 Copyright: GPL
10 Group: Applications/Multimedia
11 Source: http://gliv.tuxfamily.org/%{name}-%{ver}.tar.bz2
12 URL: http://gliv.tuxfamily.org/
13 Vendor: Guillaume Chazarain <guichaz@yahoo.fr>
14 Packager: Matteo Catanese <catanese@silsrl.it>
15 BuildRoot: /var/tmp/%{name}-%{version}-root
16 Requires: gtk2 >= 2.2.0
17 Requires: gtkglext >= 0.7.0
19 %description
20 GLiv is an OpenGL image viewer, image loading
21 is done via Gdk-pixbuf bundled with GTK+-2.2,
22 rendering with OpenGL and the graphical user
23 interface uses GTK+ with GtkGLExt.
24 GLiv is very fast and smooth at rotating,
25 panning and zooming if you have an OpenGL
26 accelerated graphics board.
28 %prep
29 %setup -q
31 %build
32 %configure
33 make
35 %install
36 rm -rf
38 %makeinstall
40 %clean
41 rm -rf
43 %files
44 %defattr(-, root, root)
46 %doc README COPYING NEWS THANKS
47 %{prefix}/bin/%{name}
48 %{_mandir}/man1/*
49 %{_datadir}/locale/*/*/*