]> git.pld-linux.org Git - packages/gnome-shell.git/blob - gnome-shell.spec
- added gnome desktop and gobject introspection build requirements
[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 BuildRequires:  gnome-desktop-devel
11 BuildRequires:  gobject-introspection-devel
12 # Source0-md5:  a9f93a6f03da60f2f6e3fb82a9e7dc94
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 A window manager based on metacity and clutter
17
18 %package devel
19 Summary:        Development package for %{name}
20 Group:          Development/Libraries
21 Requires:       %{name} = %{version}-%{release}
22 Requires:       gtk-doc
23 Requires:       pkgconfig
24
25 %description devel
26 Files for development with %{name}.
27
28 %prep
29 %setup -q
30
31 %build
32 %configure \
33         --disable-schemas-install \
34         --disable-static
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %find_lang %{name} --with-gnome --all-name
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %post
49 %gconf_schema_install gnome-shell.schemas
50 /sbin/ldconfig
51
52 %preun
53 %gconf_schema_uninstall gnome-shell.schemas
54
55 %postun -p /sbin/ldconfig
56
57 %files -f %{name}.lang
58 %defattr(644,root,root,755)
This page took 0.109642 seconds and 4 git commands to generate.