327 lines
11 KiB
RPMSpec
327 lines
11 KiB
RPMSpec
Name: gnome-shell
|
|
Version: 2.91.93
|
|
Release: 2%{?dist}
|
|
Summary: Window management and application launching for GNOME
|
|
|
|
Group: User Interface/Desktops
|
|
License: GPLv2+
|
|
URL: http://live.gnome.org/GnomeShell
|
|
#VCS: git:git://git.gnome.org/gnome-shell
|
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-shell/2.91/%{name}-%{version}.tar.bz2
|
|
|
|
%define clutter_version 1.4.0
|
|
%define gobject_introspection_version 0.10.1
|
|
%define mutter_version 2.91.93
|
|
%define gjs_version 0.7.5
|
|
%define eds_version 2.91.6
|
|
|
|
BuildRequires: clutter-devel >= %{clutter_version}
|
|
BuildRequires: dbus-glib-devel
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: evolution-data-server-devel >= %{eds_version}
|
|
BuildRequires: gjs-devel >= %{gjs_version}
|
|
BuildRequires: glib2-devel
|
|
BuildRequires: gnome-menus-devel
|
|
BuildRequires: gnome-desktop3-devel
|
|
BuildRequires: gobject-introspection >= %{gobject_introspection_version}
|
|
BuildRequires: upower-devel
|
|
BuildRequires: polkit-devel
|
|
BuildRequires: telepathy-glib-devel
|
|
BuildRequires: telepathy-logger-devel >= 0.2.6
|
|
# for screencast recorder functionality
|
|
BuildRequires: gstreamer-devel
|
|
BuildRequires: gtk3-devel
|
|
BuildRequires: intltool
|
|
BuildRequires: libcanberra-devel
|
|
BuildRequires: libcroco-devel
|
|
# for barriers
|
|
BuildRequires: libXfixes-devel >= 5.0
|
|
# used in unused BigThemeImage
|
|
BuildRequires: librsvg2-devel
|
|
BuildRequires: mutter-devel >= %{mutter_version}
|
|
BuildRequires: pulseaudio-libs-devel
|
|
BuildRequires: gnome-bluetooth-libs-devel >= 2.91
|
|
BuildRequires: gnome-bluetooth >= 2.91
|
|
# Bootstrap requirements
|
|
BuildRequires: gtk-doc gnome-common
|
|
# For %pre/%post usage of gconftool-2
|
|
Requires: GConf2
|
|
# wrapper script uses to restart old GNOME session if run --replace
|
|
# from the command line
|
|
Requires: gobject-introspection >= %{gobject_introspection_version}
|
|
Requires: gnome-python2-gconf
|
|
Requires: pygobject2
|
|
# wrapper script uses to figure out available GLX capabilities
|
|
Requires: glx-utils
|
|
# needed for loading SVG's via gdk-pixbuf
|
|
Requires: librsvg2
|
|
# needed as it is now split from Clutter
|
|
Requires: json-glib
|
|
Requires: mutter >= %{mutter_version}
|
|
# These are needed to run gnome-shell nested Xephyr mode, but that's a
|
|
# developer-only thing and unlikely to be interesting for a normal user
|
|
#Requires: xorg-x11-server-Xephyr
|
|
#Requires: xorg-x11-xauth
|
|
Requires: upower
|
|
Requires: polkit >= 0.100
|
|
|
|
%description
|
|
GNOME Shell provides core user interface functions for the GNOME 3 desktop,
|
|
like switching to windows and launching applications. GNOME Shell takes
|
|
advantage of the capabilities of modern graphics hardware and introduces
|
|
innovative user interface concepts to provide a visually attractive and
|
|
easy to use experience.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
|
|
%configure --disable-static)
|
|
make V=1 %{?_smp_mflags}
|
|
|
|
%install
|
|
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
|
|
|
|
rm -rf %{buildroot}/%{_libdir}/mutter/plugins/*.la
|
|
|
|
desktop-file-validate %{buildroot}%{_datadir}/applications/gnome-shell.desktop
|
|
|
|
%find_lang %{name}
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root,-)
|
|
%doc COPYING README
|
|
%{_bindir}/gnome-shell
|
|
%{_bindir}/gnome-shell-extension-tool
|
|
%{_datadir}/glib-2.0/schemas/*.xml
|
|
%{_datadir}/applications/gnome-shell.desktop
|
|
%{_datadir}/gnome-shell/
|
|
%{_datadir}/dbus-1/services/org.gnome.Shell.CalendarServer.service
|
|
%{_libdir}/gnome-shell/
|
|
%{_libexecdir}/gnome-shell-calendar-server
|
|
%{_libexecdir}/gnome-shell-perf-helper
|
|
%{_sysconfdir}/gconf/schemas/gnome-shell.schemas
|
|
%{_mandir}/man1/%{name}.1.gz
|
|
|
|
%pre
|
|
if [ "$1" -gt 1 ]; then
|
|
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
|
gconftool-2 --makefile-uninstall-rule \
|
|
%{_sysconfdir}/gconf/schemas/gnome-shell.schemas \
|
|
> /dev/null || :
|
|
fi
|
|
|
|
%preun
|
|
if [ "$1" -eq 0 ]; then
|
|
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
|
gconftool-2 --makefile-uninstall-rule \
|
|
%{_sysconfdir}/gconf/schemas/gnome-shell.schemas \
|
|
> /dev/null || :
|
|
fi
|
|
glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
|
|
|
|
%post
|
|
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
|
gconftool-2 --makefile-install-rule \
|
|
%{_sysconfdir}/gconf/schemas/gnome-shell.schemas \
|
|
> /dev/null || :
|
|
|
|
%posttrans
|
|
glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
|
|
|
|
%changelog
|
|
* Tue Mar 29 2011 Brian Pepple <bpepple@fedoraproject.org> - 2.91.93-2
|
|
- Rebuild for new tp-logger
|
|
|
|
* Fri Mar 25 2011 Ray Strode <rstrode@redhat.com> 2.91.92-3
|
|
- Adjustments for More nm-client api changes.
|
|
- Fix VPN indicator
|
|
|
|
* Thu Mar 24 2011 Christopher Aillon <caillon@redhat.com> - 2.91.92-2
|
|
- Make activating vpn connections work from the shell indicator
|
|
|
|
* Wed Mar 23 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.92-1
|
|
- Update to 2.91.92
|
|
|
|
* Wed Mar 16 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.91-2
|
|
- Fix alt-tab behavior on when primary display is not leftmost (# 683932)
|
|
|
|
* Tue Mar 8 2011 Owen Taylor <otaylor@redhat.com> - 2.91.91-1
|
|
- Update to 2.91.91
|
|
|
|
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-2
|
|
- Require upower and polkit at runtime
|
|
|
|
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-1
|
|
- Update to 2.91.90
|
|
|
|
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-6
|
|
- Rebuild against newer gtk
|
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Thu Feb 3 2011 Bill Nottingham <notting@redhat.com> - 2.91.6-4
|
|
- buildrequire gnome-bluetooth to fix bluetooth status icon (#674874)
|
|
|
|
* Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-3
|
|
- Rebuild against newer gtk
|
|
|
|
* Tue Feb 1 2011 Owen Taylor <otaylor@redhat.com> - 2.91.6-2
|
|
- Build-requires evolution-data-server-devel
|
|
|
|
* Tue Feb 1 2011 Owen Taylor <otaylor@redhat.com> - 2.91.6-1
|
|
- Update to 2.91.6
|
|
|
|
* Thu Jan 13 2011 Mattihas Clasen <mclasen@redhat.com> - 2.91.5-3
|
|
- Drop desktop-effects dependency
|
|
|
|
* Wed Jan 12 2011 Colin Walters <walters@verbum.org> - 2.91.5-2
|
|
- BR latest g-i, handles flags as arguments better
|
|
|
|
* Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-1
|
|
- Update to 2.91.5
|
|
|
|
* Sat Jan 8 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.4-1
|
|
- Update to 2.91.4
|
|
- Rebuild against new gtk
|
|
|
|
* Fri Dec 3 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.3-2
|
|
- Rebuild aginst new gtk
|
|
|
|
* Mon Nov 29 2010 Owen Taylor <otaylor@redhat.com> - 2.91.2-1
|
|
- Update to 2.91.3
|
|
|
|
* Thu Nov 18 2010 Owen Taylor <otaylor@redhat.com> - 2.91.2-3
|
|
- Add another memory-management crasher fix from upstream
|
|
|
|
* Mon Nov 15 2010 Owen Taylor <otaylor@redhat.com> - 2.91.2-2
|
|
- Add a patch from upstream fixing a memory-management crasher
|
|
|
|
* Tue Nov 9 2010 Owen Taylor <otaylor@redhat.com> - 2.91.2-1
|
|
- Update to 2.91.2
|
|
|
|
* Mon Nov 1 2010 Owen Taylor <otaylor@redhat.com> - 2.91.1-1
|
|
- Update to 2.91.1
|
|
- Add libcroco-devel to BuildRequires, apparently it was getting
|
|
pulled in indirectly before
|
|
- Add libcanberra-devel and pulseaudio-libs-devel BuildRequires
|
|
|
|
* Mon Oct 4 2010 Owen Taylor <otaylor@redhat.com> - 2.91.0-1
|
|
- Update to 2.91.0
|
|
- Remove patch to disable VBlank syncing
|
|
|
|
* Thu Aug 12 2010 Colin Walters <walters@verbum.org> - 2.31.5-7
|
|
- Add patch to disable vblank syncing
|
|
|
|
* Tue Jul 13 2010 Colin Walters <walters@verbum.org> - 2.31.5-5
|
|
- Run glib-compile-schemas
|
|
|
|
* Tue Jul 13 2010 Colin Walters <walters@megatron> - 2.31.5-4
|
|
- Bless stuff in files section
|
|
|
|
* Tue Jul 13 2010 Colin Walters <walters@verbum.org> - 2.31.5-3
|
|
- Axe gnome-desktop-devel
|
|
|
|
* Tue Jul 13 2010 Adel Gadllah <adel.gadllah@gmail.com> - 2.31.5-2
|
|
- BuildRequire gnome-desktop3-devel, gtk3
|
|
|
|
* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 2.31.5-1
|
|
- New upstream version
|
|
- Drop rpath goop, shouldn't be necessary any more
|
|
|
|
* Fri Jun 25 2010 Colin Walters <walters@megatron> - 2.31.2-3
|
|
- Drop gir-repository-devel build dependency
|
|
|
|
* Fri May 28 2010 Adam Miller <maxamillion@fedoraproject.org> - 2.31.2-2
|
|
- Added new version requirements for dependencies based on upstream releases
|
|
- Added new file listings for gnome-shell-clock-preferences binary and .desktop
|
|
- Added gnome-shell man page file listing
|
|
|
|
* Wed May 26 2010 Adam Miller <maxamillion@fedoraproject.org> - 2.31.2-1
|
|
- New upstream release
|
|
|
|
* Fri Mar 26 2010 Colin Walters <walters@verbum.org> - 2.29.1-3
|
|
- Specify V=1 for build, readd smp_mflags since parallel is fixed upstream
|
|
|
|
* Thu Mar 25 2010 Adam Miller <maxamillion@fedoraproject.org> - 2.29.1-2
|
|
- Bumped for new version of mutter and clutter
|
|
- Added version requirement to gjs-devel because of dependency of build
|
|
|
|
* Wed Mar 24 2010 Adam Miller <maxamillion@fedoraproject.org> - 2.29.1-1
|
|
- Update to latest version 2.29.1
|
|
|
|
* Sun Feb 21 2010 Bastien Nocera <bnocera@redhat.com> 2.28.1-0.2.20100128git
|
|
- Require json-glib
|
|
- Rebuild for new clutter with json split out
|
|
- Fix deprecation in COGL
|
|
|
|
* Thu Jan 28 2010 Adam Miller <maxamillion@fedoraproject.org> - 2.28.1-0.1.20100128git
|
|
- New git snapshot
|
|
- Fixed Version for alphatag use
|
|
|
|
* Fri Jan 15 2010 Adam Miller <maxamillion@fedoraproject.org> - 2.28.0.20101015git-1
|
|
- Added dependency on a git build of gobject-introspect to solve some breakage
|
|
- Also went ahead and made a new git tarball
|
|
|
|
* Tue Jan 12 2010 Adam Miller <maxamillion@fedoraproject.org> - 2.28.0.20100112git-1
|
|
- New git snapshot
|
|
|
|
* Tue Dec 07 2009 Adam Miller <maxamillion@fedoraproject.org> - 2.28.0.20091206git-5
|
|
- Added libtool, glib-gettext for the libtoolize dep of git snapshot
|
|
|
|
* Mon Dec 07 2009 Adam Miller <maxamillion@fedoraproject.org> - 2.28.0.20091206git-4
|
|
- Added gnome-common needed by autogen.sh in git snapshot build
|
|
|
|
* Sun Dec 06 2009 Adam Miller <maxamillion@fedoraproject.org> - 2.28.0.20091206git-3
|
|
- Added the autotools needed to build the git snapshot to the build requires
|
|
|
|
* Sun Dec 06 2009 Adam Miller <maxamillion@fedoraproject.org> - 2.28.0.20091206git-2
|
|
- Fixed the setup naming issue with the git snapshot directory naming
|
|
|
|
* Sun Dec 06 2009 Adam Miller <maxamillion@fedoraproject.org> - 2.28.0.20091206git-1
|
|
- Update to git snapshot on 20091206
|
|
|
|
* Wed Oct 7 2009 Owen Taylor <otaylor@redhat.com> - 2.28.0-2
|
|
- Update to 2.28.0
|
|
|
|
* Tue Sep 15 2009 Owen Taylor <otaylor@redhat.com> - 2.27.3-1
|
|
- Update to 2.27.3
|
|
|
|
* Fri Sep 4 2009 Owen Taylor <otaylor@redhat.com> - 2.27.2-2
|
|
- Test for gobject-introspection version should be >= not >
|
|
|
|
* Fri Sep 4 2009 Owen Taylor <otaylor@redhat.com> - 2.27.2-1
|
|
- Update to 2.27.2
|
|
- Add an explicit dep on gobject-introspection 0.6.5 which is required
|
|
for the new version
|
|
|
|
* Sat Aug 29 2009 Owen Taylor <otaylor@redhat.com> - 2.27.1-4
|
|
- Fix GConf %%preun script to properly be for package removal
|
|
|
|
* Fri Aug 28 2009 Owen Taylor <otaylor@redhat.com> - 2.27.1-3
|
|
- Replace libgnomeui with gnome-desktop in BuildRequires
|
|
|
|
* Fri Aug 28 2009 Owen Taylor <otaylor@redhat.com> - 2.27.1-2
|
|
- BuildRequire intltool
|
|
- Add find_lang
|
|
|
|
* Fri Aug 28 2009 Owen Taylor <otaylor@redhat.com> - 2.27.1-1
|
|
- Update to 2.27.1
|
|
- Update Requires, add desktop-effects
|
|
|
|
* Wed Aug 12 2009 Owen Taylor <otaylor@redhat.com> - 2.27.0-4
|
|
- Add an explicit dependency on GConf2 for pre/post
|
|
|
|
* Tue Aug 11 2009 Owen Taylor <otaylor@redhat.com> - 2.27.0-3
|
|
- Add missing BuildRequires on gir-repository-devel
|
|
|
|
* Tue Aug 11 2009 Owen Taylor <otaylor@redhat.com> - 2.27.0-2
|
|
- Temporarily use a non-parallel-build until gnome-shell is fixed
|
|
|
|
* Mon Aug 10 2009 Owen Taylor <otaylor@redhat.com> - 2.27.0-1
|
|
- Initial version
|