This commit is contained in:
Matthias Clasen 2011-02-21 23:19:45 -05:00
parent e269a4ae5b
commit 2084e20494
3 changed files with 11 additions and 21 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ gnome-session-2.31.6.tar.bz2
/gnome-session-2.91.0.tar.bz2
/gnome-session-2.91.4.tar.bz2
/gnome-session-2.91.6.tar.bz2
/gnome-session-2.91.90.tar.bz2

View File

@ -2,8 +2,8 @@
Summary: GNOME session manager
Name: gnome-session
Version: 2.91.6
Release: 3%{?dist}
Version: 2.91.90
Release: 1%{?dist}
URL: http://www.gnome.org
#VCS: git:git://git.gnome.org/gnome-session
Source0: http://download.gnome.org/sources/gnome-session/2.91/%{name}-%{version}.tar.bz2
@ -18,13 +18,15 @@ Requires: GConf2-gtk
# Needed for gnome-settings-daemon
Requires: control-center-filesystem
Requires: gsettings-desktop-schemas >= 0.1.5
Requires: gsettings-desktop-schemas >= 0.1.7
# pull in dbus-x11, see bug 209924
Requires: dbus-x11
# we need an authentication agent in the session
# we need an authentication agent in the fallback session
Requires: polkit-gnome
# and notifications
Requires: notification-daemon
# and we want good defaults
Requires: polkit-desktop-policy
@ -55,24 +57,12 @@ BuildRequires: xmlto
BuildRequires: upower-devel
BuildRequires: gnome-common
# for patch3
BuildRequires: libnotify-devel >= 0.7.0
Requires(pre): GConf2
Requires(post): GConf2
Requires(preun): GConf2
Requires(post): /usr/bin/gtk-update-icon-cache
Requires(postun): /usr/bin/gtk-update-icon-cache
# https://bugzilla.gnome.org/show_bug.cgi?id=597030
# Patch3: 0001-Add-ability-to-perform-actions-after-a-period-of-idl.patch
# https://bugzilla.gnome.org/show_bug.cgi?id=607094
# Patch4: nag-root-user.patch
# Fedora specific patch
# Patch7: gnome-session-cflags.patch
# an artificial requires to make sure we get dconf, for now
Requires: dconf
@ -91,10 +81,6 @@ Desktop file to add GNOME to display manager session menu.
%prep
%setup -q
# %patch3 -p1 -b .max-idle
# %patch4 -p1 -b .nag-root-user
# %patch7 -p1 -b .cflags
echo "ACLOCAL_AMFLAGS = -I m4" >> Makefile.am
autoreconf -i -f
@ -173,6 +159,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
%{_datadir}/glib-2.0/schemas/org.gnome.SessionManager.gschema.xml
%changelog
* Mon Feb 21 2011 Matthias Clasen <mclasen@redhat.com> 2.91.90-1
- Update to 2.91.90
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-3
- Rebuild against newer gtk

View File

@ -1 +1 @@
3058118fcc4239af4b2c1ac9a7414866 gnome-session-2.91.6.tar.bz2
6002cd03df975675ca579775b265018e gnome-session-2.91.90.tar.bz2