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