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