]> git.pld-linux.org Git - packages/compiz.git/blob - compiz.spec
efb88fd42da71b0418fe555c4a7a19e73eb6a86c
[packages/compiz.git] / compiz.spec
1 #
2 # TODO:
3 # - separate gnome control-panel plugin (it doesn't seem to work anyway)
4 #
5 Summary:        OpenGL window and compositing manager
6 Summary(pl):    OpenGL-owy zarz±dca okien i sk³adania
7 Name:           compiz
8 Version:        0.0.3
9 Release:        2
10 License:        GPL/MIT
11 Group:          X11
12 %define         _snap   20060222
13 Source0:        %{name}-%{_snap}.tar.bz2
14 # Source0-md5:  054cfcedab9282f66e5ab89edbd49c35
15 Patch0:         %{name}-wobbly.patch
16 BuildRequires:  QtCore-devel
17 BuildRequires:  QtGui-devel
18 BuildRequires:  avahi-glib-devel
19 BuildRequires:  control-center-devel
20 BuildRequires:  gnome-desktop-devel
21 BuildRequires:  gnome-menus-devel
22 BuildRequires:  libsvg-cairo-devel
23 BuildRequires:  libwnck-devel
24 BuildRequires:  qt4-build
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 Compiz is an OpenGL compositing manager that use
29 GLX_EXT_texture_from_pixmap for binding redirected top-level
30 windows to texture objects. It has a flexible plug-in system
31 and it is designed to run well on most graphics hardware.
32
33 %description -l pl
34 Compiz jest OpenGL-owym zarz±dc± sk³adania, u¿ywaj±cym rozszerzenia
35 GLX_EXT_texture_from_pixmap w celu wi±zania przekierowanych okien
36 do tekstur. Posiada elastyczny system wtyczek i jest tak
37 zaprojektowany, by dobrze dzia³aæ na wiêkszo¶ci kart graficznych.
38
39 %package devel
40 Summary:        Header files for compiz
41 Summary(pl):    Pliki nag³ówkowe dla compiza
42 Group:          Development
43 Requires:       %{name} = %{version}-%{release}
44
45 %description devel
46 Header files for compiz.
47
48 %description devel -l pl
49 Pliki nag³ówkowe dla compiza.
50
51 %prep
52 %setup -q -n %{name}-%{_snap}
53 %patch0 -p0
54
55 %build
56 autoreconf -v --install
57
58 %configure \
59         --enable-svg \
60         --enable-libsvg-cairo \
61         --enable-gnome \
62         --enable-kde
63
64 %{__make}
65
66 %install
67 rm -rf $RPM_BUILD_ROOT
68
69 %{__make} install DESTDIR=$RPM_BUILD_ROOT
70
71 %clean
72 rm -rf $RPM_BUILD_ROOT
73
74 %files
75 %defattr(644,root,root,755)
76 %doc AUTHORS ChangeLog README TODO
77 %attr(755,root,root) %{_bindir}/*
78 %dir %{_libdir}/compiz
79 %attr(755,root,root) %{_libdir}/compiz/*.so
80 %attr(755,root,root) %{_libdir}/window-manager-settings/*.so
81 %{_datadir}/compiz
82 %{_datadir}/gnome/wm-properties/*
83
84 %files devel
85 %defattr(644,root,root,755)
86 %{_includedir}/compiz
87 %{_pkgconfigdir}/*
This page took 0.121281 seconds and 2 git commands to generate.