]> git.pld-linux.org Git - packages/3ddesktop.git/blob - 3ddesktop.spec
- BR libstdc++-devel
[packages/3ddesktop.git] / 3ddesktop.spec
1 Summary:        An OpenGL virtual desktop switching program
2 Summary(pl):    Program prze³±czaj±cy wirtualne pulpity wykorzystuj±cy OpenGL
3 Name:           3ddesktop
4 Version:        0.2.0
5 Release:        0.3
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://www.systemtoolbox.com/bard/3ddesktop/dl/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-DESTDIR.patch
10 Patch1:         %{name}-ac_fix.patch
11 Patch2:         %{name}-other_prefix.patch
12 URL:            http://www.systemtoolbox.com/bard/3ddesktop/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  glut-devel
16 BuildRequires:  gtk+-devel
17 BuildRequires:  imlib2-devel
18 BuildRequires:  libstdc++-devel
19 BuildRequires:  OpenGL-devel
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %define         _prefix         /usr/X11R6
23 %define         _noautoreqdep   libGL.so.1 libGLU.so.1
24
25 %description
26 3D-Desktop is a GNOME OpenGL program for switching virtual desktops in
27 a seamless 3-dimensional manner. The current desktop is mapped into a
28 fullscreen 3D environment where you may choose other screens. Several
29 different visualization modes are available. The transition from
30 working desktop to fullscreen 3D environment is seamless. In other
31 words when the pager activates you see your current desktop appear to
32 zoom out to a point in space where you can see your other virtual
33 desktops allowing you to select another. The best way to understand is
34 to try it out and get the full effect!
35
36 %description -l pl
37 3D-Desktop jest programem GNOME wykorzystuj±cym OpenGL, który prze³±cza
38 wirtualne pulpity w p³ynny, trójwymiarowy sposób. Aktualny pulpit jest
39 mapowany na pe³noekranowe ¶rodowisko 3D, gdzie mo¿esz wybraæ inne
40 ekrany. Dostêpnych jest kilka ró¿nych sposobów wizualizacji.
41
42 %prep
43 %setup -q
44 %patch0 -p1
45 %patch1 -p1
46 %patch2 -p1
47
48 %build
49 cp -f /usr/share/automake/missing .
50 aclocal
51 %{__autoconf}
52 CPPFLAGS="-I/usr/X11R6/include" ; export CPPFLAGS
53 %configure
54 %{__make} OPT=""
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58
59 %{__make} DESTDIR=$RPM_BUILD_ROOT install
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files
65 %defattr(644,root,root,755)
66 %doc ChangeLog README TODO
67 %attr(755,root,root) %{_bindir}/*
68 %config(noreplace) %verify(not size md5 mtime) %{_sysconfdir}/*
69 %{_datadir}/%{name}
This page took 0.056446 seconds and 4 git commands to generate.