Fix some more build warnings
[gliv.git] / gliv.spec.in
blob5047f632e1b3aeddb7823f17b9dc6778c69abaa8
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 License: GPL
10 Group: Applications/Multimedia
11 Source: http://guichaz.free.fr/gliv/files/%{name}-%{ver}.tar.bz2
12 URL: http://guichaz.free.fr/gliv
13 Vendor: Guillaume Chazarain <guichaz@gmail.com>
14 Packager: Matteo Catanese <catanese@silsrl.it>
15 BuildRoot: /var/tmp/%{name}-%{version}-root
16 Requires: gtk2 >= 2.6.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.6,
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 %{_mandir}/*/man1/*
50 %{_datadir}/locale/*/*/*
51 %{_datadir}/pixmaps/*
52 /usr/share/applications/*