This commit is contained in:
Matthias Clasen 2011-01-11 19:43:18 -05:00
parent 3c9a700f5a
commit 5325b0b38c
3 changed files with 7 additions and 4 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ gnome-desktop-2.90.4.tar.bz2
/gnome-desktop-2.91.3.tar.bz2
/gnome-desktop-2.91.4.tar.bz2
/gnome-desktop-2.91.5.tar.bz2
/gnome-desktop-2.91.6.tar.bz2

View File

@ -9,7 +9,7 @@
Summary: Shared code among gnome-panel, gnome-session, nautilus, etc
Name: gnome-desktop3
Version: 2.91.5
Version: 2.91.6
Release: 1%{?dist}
URL: http://www.gnome.org
Source0: http://download.gnome.org/sources/gnome-desktop/2.91/gnome-desktop-%{version}.tar.bz2
@ -66,8 +66,7 @@ libgnomedesktop.
%setup -q -n gnome-desktop-%{version}
%build
%configure --with-gnome-distributor="Red Hat, Inc" \
--with-pnp-ids-path="/usr/share/hwdata/pnp.ids" \
%configure --with-pnp-ids-path="/usr/share/hwdata/pnp.ids" \
--disable-scrollkeeper
make %{?_smp_mflags}
@ -105,6 +104,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
%doc %{_datadir}/gtk-doc/html/gnome-desktop3/
%changelog
* Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-1
- Update to 2.91.6
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 2.91.5-1
- Update to 2.91.5

View File

@ -1 +1 @@
a0fe0829aeb2284b42d82fd6a5193bad gnome-desktop-2.91.5.tar.bz2
cb792e0dad9f6a66c797cc7df3e0458c gnome-desktop-2.91.6.tar.bz2