Copy from home:vuntz:branches:GNOME:Factory/gnome-shell via accept of submit request 19214

Request was accepted with message:

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=8
This commit is contained in:
Vincent Untz 2009-08-30 00:36:42 +00:00 committed by Git OBS Bridge
parent daaaaa333f
commit 06ed5cdaad
2 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,7 @@ Sat Aug 29 10:25:06 CEST 2009 - vuntz@novell.com
+ Renable PrintScreen and Super_L in the overview
- Remove libgnomeui-devel, libwnck-devel BuildRequires.
- Add gnome-desktop-devel, intltool BuildRequires.
- Add lang package.
-------------------------------------------------------------------
Thu Aug 13 01:03:12 CEST 2009 - vuntz@novell.com

View File

@ -42,6 +42,7 @@ Summary: GNOME Shell
Source: %{name}-%{version}.tar.bz2
# PATCH-FIX-OPENSUSE gnome-shell-libmozjs.patch vuntz@novell.com -- LD_LIBRARY_PATH neeeds to be set on 11.1
Patch99: gnome-shell-libmozjs.patch
Requires: %{name}-lang = %{version}
# mutter-devel doesn't automatically bring mutter
Requires: mutter
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -52,6 +53,7 @@ The GNOME Shell redefines user interactions with the GNOME desktop. In
particular, it offers new paradigms for launching applications, accessing
documents, and organizing open windows in GNOME.
%lang_package
%prep
%setup -q
%if %suse_version <= 1110
@ -71,6 +73,7 @@ export LD_LIBRARY_PATH=%{_libdir}/xulrunner-1.9
%install
%makeinstall
find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} +
%find_lang %{name}
%suse_update_desktop_file %{name}
%find_gconf_schemas
@ -95,4 +98,6 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/applications/*.desktop
%{_datadir}/gnome-shell
%files lang -f %{name}.lang
%changelog