]> git.pld-linux.org Git - packages/gnome-shell.git/blob - gnome-shell.spec
- added clutter build requirement
[packages/gnome-shell.git] / gnome-shell.spec
1 Summary:        Window and compositing manager based on Clutter
2 Name:           gnome-shell
3 Version:        2.28.0
4 Release:        1
5 License:        GPL v2+
6 Group:          X11/Window Managers
7 URL:            http://git.gnome.org/cgit/gnome-shell
8 Source0:        http://download.gnome.org/sources/gnome-shell/2.28/%{name}-%{version}.tar.bz2
9 BuildRequires:  clutter-devel
10 # Source0-md5:  a9f93a6f03da60f2f6e3fb82a9e7dc94
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 A window manager based on metacity and clutter
15
16 %package devel
17 Summary:        Development package for %{name}
18 Group:          Development/Libraries
19 Requires:       %{name} = %{version}-%{release}
20 Requires:       gtk-doc
21 Requires:       pkgconfig
22
23 %description devel
24 Files for development with %{name}.
25
26 %prep
27 %setup -q
28
29 %build
30 %configure \
31         --disable-schemas-install \
32         --disable-static
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %find_lang %{name} --with-gnome --all-name
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %post
47 %gconf_schema_install gnome-shell.schemas
48 /sbin/ldconfig
49
50 %preun
51 %gconf_schema_uninstall gnome-shell.schemas
52
53 %postun -p /sbin/ldconfig
54
55 %files -f %{name}.lang
56 %defattr(644,root,root,755)
This page took 0.022817 seconds and 3 git commands to generate.