converted link to branch
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=23
This commit is contained in:
parent
b5e3cbf29c
commit
83d3f11b83
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 28 12:43:43 CET 2010 - vuntz@opensuse.org
|
||||
|
||||
- Pass --enable-compile-warnings=no to configure, to avoid broken
|
||||
build because of deprecated functions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 11 15:52:05 EDT 2009 - vuntz@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-shell (Version 2.28.0)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -34,10 +34,10 @@ BuildRequires: librsvg-devel
|
||||
BuildRequires: mutter-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: xorg-x11-devel
|
||||
License: GPL v2 or later
|
||||
License: GPLv2+
|
||||
Group: System/GUI/GNOME
|
||||
Version: 2.28.0
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: GNOME Shell
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
# To integrate a preview mode in GDM.
|
||||
@ -75,7 +75,8 @@ export LD_LIBRARY_PATH=%{_libdir}/xulrunner-1.9
|
||||
%endif
|
||||
%configure \
|
||||
--libexecdir=%{_libexecdir}/%{name} \
|
||||
--disable-static
|
||||
--disable-static \
|
||||
--enable-compile-warnings=no
|
||||
%__make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user