[libgnome] drop /etc/skel entry

Ray Strode rstrode at fedoraproject.org
Fri Apr 27 18:35:12 UTC 2012


commit 764043261e8c3d174823dc08fb6496424bf9e7bc
Author: Ray Strode <rstrode at redhat.com>
Date:   Fri Apr 27 14:34:50 2012 -0400

    drop /etc/skel entry
    
    libgnome creates it by default if it's
    not around and it needs it anyway. Better not to clutter users
    home directories just because they install glade.

 libgnome.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/libgnome.spec b/libgnome.spec
index 966f728..bd4a2a5 100644
--- a/libgnome.spec
+++ b/libgnome.spec
@@ -26,7 +26,7 @@
 Summary: GNOME base library
 Name: libgnome
 Version: 2.32.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 URL: http://www.gnome.org
 Source0: http://download.gnome.org/sources/libgnome/2.32/%{name}-%{version}.tar.bz2
 Source1: desktop_gnome_peripherals_monitor.schemas
@@ -130,8 +130,6 @@ for serverfile in $RPM_BUILD_ROOT%{_libdir}/bonobo/servers/*.server; do
     sed -i -e 's|location *= *"/usr/lib\(64\)*/|location="/usr/$LIB/|' $serverfile
 done
 
-mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/skel/.gnome2
-
 # http://bugzilla.gnome.org/show_bug.cgi?id=477846
 rm -rf $RPM_BUILD_ROOT%{_datadir}/gnome-background-properties
 rm -rf $RPM_BUILD_ROOT%{_datadir}/pixmaps
@@ -160,7 +158,6 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/pixmaps
 %{_mandir}/man7/*
 %{_sysconfdir}/gconf/schemas/*.schemas
 %{_sysconfdir}/sound
-%{_sysconfdir}/skel/.gnome2
 
 %files devel
 %defattr(-,root,root,-)
@@ -171,6 +168,11 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/pixmaps
 %{_datadir}/gtk-doc
 
 %changelog
+* Fri Apr 27 2012 Ray Strode <rstrode at redhat.com> 2.32.1-4
+- drop /etc/skel entry. libgnome creates it by default if it's
+  not around and it needs it anyway. Better not to clutter users
+  home directories just because they install glade.
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.32.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list