]> git.pld-linux.org Git - packages/3ddesktop.git/blob - 3ddesktop.spec
- added autconf patch - some things still to do...
[packages/3ddesktop.git] / 3ddesktop.spec
1 Summary:        An OpenGL virtual desktop switching program
2 Summary(pl):    Program prze³±czaj±cy virtualne desktopy w 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 URL:            http://www.systemtoolbox.com/bard/3ddesktop/
12 BuildRequires:  OpenGL-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  gtk+-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _prefix         /usr/X11R6
19
20 %description
21 3D-Desktop is a GNOME OpenGL program for switching virtual desktops in
22 a seamless 3-dimensional manner. The current desktop is mapped into a
23 fullscreen 3D environment where you may choose other screens. Several
24 different visualization modes are available. The transition from
25 working desktop to fullscreen 3D environment is seamless. In other
26 words when the pager activates you see your current desktop appear to
27 zoom out to a point in space where you can see your other virtual
28 desktops allowing you to select another. The best way to understand is
29 to try it out and get the full effect!
30
31 %prep
32 %setup -q
33 %patch0 -p1
34 %patch1 -p1
35
36 %build
37 aclocal
38 %{__autoconf}
39 %configure
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} DESTDIR=$RPM_BUILD_ROOT install
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc ChangeLog README TODO
53 %attr(755,root,root) %{_bindir}/*
This page took 0.03451 seconds and 3 git commands to generate.