Accepting request 97649 from home:vuntz:branches:GNOME:Factory
Create devel subpackage and remove unneeded BuildRequires OBS-URL: https://build.opensuse.org/request/show/97649 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=92
This commit is contained in:
parent
8a560e56a0
commit
e4a865f2f0
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 14:00:01 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
- Remove pkgconfig(dbus-glib-1) and pkgconfig(gconf-2.0)
|
||||
BuildRequires: the dependencies has been removed in 3.3.2.
|
||||
- Create devel subpackage for the API documentation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 12 10:38:43 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
@ -11,18 +18,18 @@ Tue Nov 22 19:51:50 UTC 2011 - dimstar@opensuse.org
|
||||
- Update to version 3.3.2:
|
||||
+ Port D-Bus usage in the shell to GDBus [bgo#648651, bgo#658078,
|
||||
bgo#663902, bgo#663941]
|
||||
+ Message tray
|
||||
+ Message tray:
|
||||
- Add right-click option to chats to mute the conversation
|
||||
[bgo#659962]
|
||||
- Don't steal the focus when popping up under the pointer
|
||||
[bgo#661358]
|
||||
+ Looking Glass
|
||||
+ Looking Glass:
|
||||
- Add alt-Tab completion [bgo#661054]
|
||||
- Show errors from extensions in the extensions tab
|
||||
[bgo#660546]
|
||||
- Allow switching tabs with <Control>PageUp/PageDown
|
||||
- Theme consistently with the rest of the shell [bgo#650900]
|
||||
+ Extension system
|
||||
+ Extension system:
|
||||
- Don't try to load disabled extensions at all [bgo#661815,
|
||||
bgo#662704]
|
||||
- Enable and disable plugins in a consistent order [bgo#661815,
|
||||
|
@ -16,12 +16,11 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: gnome-shell
|
||||
Version: 3.3.2
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Release: 0
|
||||
Summary: GNOME Shell
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/GNOME
|
||||
Url: http://live.gnome.org/GnomeShell
|
||||
Source: http://download.gnome.org/sources/gnome-shell/3.3/%{name}-%{version}.tar.bz2
|
||||
@ -31,9 +30,7 @@ BuildRequires: update-desktop-files
|
||||
# needed for directory ownership
|
||||
BuildRequires: dbus-1
|
||||
BuildRequires: pkgconfig(clutter-1.0) >= 1.7.5
|
||||
BuildRequires: pkgconfig(dbus-glib-1)
|
||||
BuildRequires: pkgconfig(folks) >= 0.5.2
|
||||
BuildRequires: pkgconfig(gconf-2.0)
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.31.0
|
||||
BuildRequires: pkgconfig(gjs-1.0) >= 1.29.18
|
||||
@ -96,8 +93,17 @@ 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.
|
||||
|
||||
%package devel
|
||||
Summary: GNOME Shell -- Development Files
|
||||
Group: Development/Libraries/GNOME
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description devel
|
||||
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.
|
||||
|
||||
%package browser-plugin
|
||||
License: GPLv2+
|
||||
Summary: GNOME Shell Browser Plugin for the Extensions Repository
|
||||
Group: System/GUI/GNOME
|
||||
Requires: %{name} = %{version}
|
||||
@ -160,8 +166,11 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/gnome-shell/
|
||||
%dir %{_datadir}/gnome-shell/extensions
|
||||
%doc %{_mandir}/man?/gnome-shell.*
|
||||
%{_datadir}/gtk-doc/html/st/
|
||||
%{_datadir}/gtk-doc/html/shell/
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc %{_datadir}/gtk-doc/html/st/
|
||||
%doc %{_datadir}/gtk-doc/html/shell/
|
||||
|
||||
%files browser-plugin
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user