]> git.pld-linux.org Git - packages/gnome-shell.git/blame - gnome-shell.spec
- fix path to xulrunner
[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
86502514 9# Source0-md5: a9f93a6f03da60f2f6e3fb82a9e7dc94
d72173ca 10BuildRequires: clutter-devel
86502514 11BuildRequires: gjs-devel
a6aa8343 12BuildRequires: gnome-desktop-devel
13BuildRequires: gobject-introspection-devel
86502514 14BuildRequires: mutter-devel
15# for libmozjs.so
16BuildRequires: xulrunner-libs
1a7ebb2b 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20A window manager based on metacity and clutter
21
22%package devel
23Summary: Development package for %{name}
24Group: Development/Libraries
25Requires: %{name} = %{version}-%{release}
26Requires: gtk-doc
27Requires: pkgconfig
28
29%description devel
30Files for development with %{name}.
31
32%prep
33%setup -q
34
35%build
184c4ba1 36export LD_LIBRARY_PATH=%{_libdir}/xulrunner
1a7ebb2b 37%configure \
38 --disable-schemas-install \
184c4ba1 39 --disable-silent-rules \
1a7ebb2b 40 --disable-static
41%{__make}
42
43%install
44rm -rf $RPM_BUILD_ROOT
45
46%{__make} install \
47 DESTDIR=$RPM_BUILD_ROOT
48
49%find_lang %{name} --with-gnome --all-name
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%post
55%gconf_schema_install gnome-shell.schemas
56/sbin/ldconfig
57
58%preun
59%gconf_schema_uninstall gnome-shell.schemas
60
61%postun -p /sbin/ldconfig
62
63%files -f %{name}.lang
64%defattr(644,root,root,755)
9f710482 65%attr(755,root,root) %{_bindir}/gnome-shell
86502514 66%{_sysconfdir}/gconf/schemas/%{name}.schemas
67%{_libdir}/%{name}
68%attr(755,root,root) %{_libdir}/mutter/plugins/*.so
69%attr(755,root,root) %{_libdir}/mutter/plugins/*.la
70%{_datadir}/%{name}
1215f192 71%{_desktopdir}/*.desktop
This page took 0.045243 seconds and 4 git commands to generate.