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