]> git.pld-linux.org Git - packages/gnome-shell.git/blame - gnome-shell.spec
- based on mutter.spec
[packages/gnome-shell.git] / gnome-shell.spec
CommitLineData
1a7ebb2b 1Summary: Window and compositing manager based on Clutter
2Name: gnome-shell
3Version: 2.28.0
4Release: 1
5License: GPL v2+
6Group: X11/Window Managers
7URL: http://git.gnome.org/cgit/gnome-shell
8Source0: http://download.gnome.org/sources/gnome-shell/2.28/%{name}-%{version}.tar.bz2
9# Source0-md5: 3926895782024cff7af7ca480df46b4f
10BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12%description
13A window manager based on metacity and clutter
14
15%package devel
16Summary: Development package for %{name}
17Group: Development/Libraries
18Requires: %{name} = %{version}-%{release}
19Requires: gtk-doc
20Requires: pkgconfig
21
22%description devel
23Files 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
35rm -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
43rm -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.078666 seconds and 4 git commands to generate.