This commit is contained in:
Matthias Clasen 2011-09-06 08:27:54 -04:00
parent fdb6b0dae5
commit 9b7d7f5723
3 changed files with 14 additions and 6 deletions

3
.gitignore vendored
View File

@ -17,5 +17,4 @@ gnome-desktop-2.90.4.tar.bz2
/gnome-desktop-3.1.2.tar.xz
/gnome-desktop-3.1.3.tar.xz
/gnome-desktop-3.1.4.tar.xz
/gnome-desktop-3.1.5.tar.xz
/gnome-desktop-3.1.90.1.tar.xz
/gnome-desktop-3.1.91.tar.xz

View File

@ -9,7 +9,7 @@
Summary: Shared code among gnome-panel, gnome-session, nautilus, etc
Name: gnome-desktop3
Version: 3.1.90.1
Version: 3.1.91
Release: 1%{?dist}
URL: http://www.gnome.org
Source0: http://download.gnome.org/sources/gnome-desktop/3.1/gnome-desktop-%{version}.tar.xz
@ -18,6 +18,9 @@ License: GPLv2+ and LGPLv2+
Group: System Environment/Libraries
Requires: redhat-menus
### uncomment when gnome-about is packaged here
#Requires: pycairo
#Requires: pygtk2
# Make sure to update libgnome schema when changing this
Requires: system-backgrounds-gnome
@ -33,12 +36,13 @@ BuildRequires: gsettings-desktop-schemas-devel >= %{gsettings_desktop_schemas_ve
BuildRequires: glib2-devel >= %{glib2_version}
BuildRequires: startup-notification-devel >= %{startup_notification_version}
BuildRequires: gnome-doc-utils >= %{gnome_doc_utils_version}
BuildRequires: gettext
BuildRequires: scrollkeeper
BuildRequires: gettext
BuildRequires: gtk-doc >= %{gtk_doc_version}
BuildRequires: automake autoconf libtool intltool
%description
The gnome-desktop package contains an internal library
(libgnomedesktop) used to implement some portions of the GNOME
desktop, and also some data files and other shared components of the
@ -66,13 +70,15 @@ libgnomedesktop.
%setup -q -n gnome-desktop-%{version}
%build
%configure --with-pnp-ids-path="/usr/share/hwdata/pnp.ids"
%configure --with-pnp-ids-path="/usr/share/hwdata/pnp.ids" \
--disable-scrollkeeper
make %{?_smp_mflags}
%install
make install DESTDIR=$RPM_BUILD_ROOT
# stuff we don't want
rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
@ -97,6 +103,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
%doc %{_datadir}/gtk-doc/html/gnome-desktop3/
%changelog
* Tue Sep 5 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.91-1
- Update to 3.1.91
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.90.1-1
- Update to 3.1.90.1

View File

@ -1 +1 @@
9cef4ed780717e561597c9b932fbd0a9 gnome-desktop-3.1.90.1.tar.xz
52467f9cfcb28ff44df10e96b602643d gnome-desktop-3.1.91.tar.xz