rpms/libgnome/devel libgnome.spec,1.106,1.107

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Wed Oct 17 16:13:06 UTC 2007


Author: mclasen

Update of /cvs/extras/rpms/libgnome/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26649

Modified Files:
	libgnome.spec 
Log Message:
Fix black backgrounds and tiny fonts



Index: libgnome.spec
===================================================================
RCS file: /cvs/extras/rpms/libgnome/devel/libgnome.spec,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- libgnome.spec	15 Oct 2007 19:40:42 -0000	1.106
+++ libgnome.spec	17 Oct 2007 16:12:31 -0000	1.107
@@ -13,7 +13,7 @@
 Summary: GNOME base library
 Name: libgnome
 Version: 2.20.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://www.gnome.org
 Source0: http://download.gnome.org/sources/libgnome/2.20/%{name}-%{version}.tar.bz2
 Source1: desktop_gnome_peripherals_monitor.schemas
@@ -60,6 +60,9 @@
 Patch9: libgnome-2.19.1-default-settings.patch
 Patch10: libgnome-2.19.1-default-esd.patch
 
+# fixed in upstream svn
+Patch11: black-background.patch
+
 Requires: fedora-gnome-theme >= 8.0.0
 
 %description
@@ -113,8 +116,12 @@
 %patch6 -p1 -b .stat-homedir
 %patch9 -p1 -b .default-settings
 %patch10 -p1 -b .default-esd
+%patch11 -p1 -b .black-background
 
 %build
+aclocal
+automake
+autoconf
 %configure --disable-gtk-doc --disable-static
 # for some reason, I have to rerun config.status 
 # to get CATALOGS in po/Makefile
@@ -177,7 +184,7 @@
 %{_libdir}/bonobo/monikers/*
 %{_libdir}/bonobo/servers/*
 %{_mandir}/man7/*
-%{_sysconfdir}/gconf/schemas/*
+%{_sysconfdir}/gconf/schemas/*.schemas
 %{_sysconfdir}/sound
 %{_sysconfdir}/skel/.gnome2
 
@@ -190,6 +197,9 @@
 %{_datadir}/gtk-doc/html/*
 
 %changelog
+* Wed Oct 17 2007 Matthias Clasen <mclasen at redhat.com> - 2.20.1-2
+- Install all necessary GConf schemas
+ 
 * Mon Oct 15 2007 Matthias Clasen <mclasen at redhat.com> - 2.20.1-1
 - Update to 2.20.1 (translation update)
 




More information about the scm-commits mailing list