# # TODO: # - separate gnome control-panel plugin (it doesn't seem to work anyway) # Summary: OpenGL window and compositing manager Summary(pl): OpenGL-owy zarządca okien i składania Name: compiz Version: 0.0.3 Release: 2 License: GPL/MIT Group: X11 %define _snap 20060222 Source0: %{name}-%{_snap}.tar.bz2 # Source0-md5: 32d9d09cecfe9dbee1f0fd2cfd8d39b1 Patch0: %{name}-wobbly.patch BuildRequires: QtCore-devel BuildRequires: QtGui-devel BuildRequires: avahi-glib-devel BuildRequires: control-center-devel BuildRequires: gnome-desktop-devel BuildRequires: gnome-menus-devel BuildRequires: libsvg-cairo-devel BuildRequires: libwnck-devel BuildRequires: qt4-build BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Compiz is an OpenGL compositing manager that use GLX_EXT_texture_from_pixmap for binding redirected top-level windows to texture objects. It has a flexible plug-in system and it is designed to run well on most graphics hardware. %description -l pl Compiz jest OpenGL-owym zarządcą składania, używającym rozszerzenia GLX_EXT_texture_from_pixmap w celu wiązania przekierowanych okien do tekstur. Posiada elastyczny system wtyczek i jest tak zaprojektowany, by dobrze działać na większości kart graficznych. %prep %setup -q -n %{name}-%{_snap} %patch0 -p0 %build autoreconf -v --install %configure \ --enable-svg \ --enable-libsvg-cairo \ --enable-gnome \ --enable-kde %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog README TODO %attr(755,root,root) %{_bindir}/* %dir %{_libdir}/compiz %attr(755,root,root) %{_libdir}/compiz/*.so %attr(755,root,root) %{_libdir}/window-manager-settings/*.so %{_datadir}/compiz # TODO: devel package