rpms/control-center/devel .cvsignore, 1.101, 1.102 control-center.spec, 1.515, 1.516 sources, 1.105, 1.106

Matthias Clasen mclasen at fedoraproject.org
Tue Apr 27 12:58:36 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/control-center/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23852

Modified Files:
	.cvsignore control-center.spec sources 
Log Message:
2.30.1



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/control-center/devel/.cvsignore,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -p -r1.101 -r1.102
--- .cvsignore	29 Mar 2010 18:57:39 -0000	1.101
+++ .cvsignore	27 Apr 2010 12:58:35 -0000	1.102
@@ -1 +1 @@
-gnome-control-center-2.30.0.tar.bz2
+gnome-control-center-2.30.1.tar.bz2


Index: control-center.spec
===================================================================
RCS file: /cvs/pkgs/rpms/control-center/devel/control-center.spec,v
retrieving revision 1.515
retrieving revision 1.516
diff -u -p -r1.515 -r1.516
--- control-center.spec	29 Mar 2010 19:35:25 -0000	1.515
+++ control-center.spec	27 Apr 2010 12:58:35 -0000	1.516
@@ -23,7 +23,7 @@
 
 Summary: Utilities to configure the GNOME desktop
 Name: control-center
-Version: 2.30.0
+Version: 2.30.1
 Release: 1%{?dist}
 Epoch: 1
 License: GPLv2+ and GFDL
@@ -215,8 +215,6 @@ sed -i -e 's/ -shared / -Wl,-O1,--as-nee
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 make install DESTDIR=$RPM_BUILD_ROOT
 unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
@@ -261,44 +259,18 @@ find $RPM_BUILD_ROOT -name '*.la' -exec 
 
 %find_lang %{gettext_package} --all-name --with-gnome
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post
 /sbin/ldconfig
-export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-gconftool-2 --makefile-install-rule 		       \
-   %{_sysconfdir}/gconf/schemas/control-center.schemas \
-   %{_sysconfdir}/gconf/schemas/gnome-control-center.schemas \
-   %{_sysconfdir}/gconf/schemas/fontilus.schemas \
-     > /dev/null || :
+%gconf_schema_upgrade control-center gnome-control-center fontilus
 update-desktop-database --quiet %{_datadir}/applications
 update-mime-database %{_datadir}/mime > /dev/null
 touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
 
 %pre
-if [ "$1" -gt 1 ]; then
-    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-    for f in fontilus.schemas control-center.schemas gnome-control-center.schemas; do
-        if [ -f %{_sysconfdir}/gconf/schemas/$f ]; then
-            gconftool-2 --makefile-uninstall-rule \
-		%{_sysconfdir}/gconf/schemas/$f \
-                > /dev/null || :
-        fi
-    done
-fi
+%gconf_schema_prepare control-center gnome-control-center fontilus
 
 %preun
-if [ "$1" -eq 0 ]; then
-    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-    for f in fontilus.schemas control-center.schemas gnome-control-center.schemas; do
-        if [ -f %{_sysconfdir}/gconf/schemas/$f ]; then
-            gconftool-2 --makefile-uninstall-rule \
-		%{_sysconfdir}/gconf/schemas/$f \
-                > /dev/null || :
-        fi
-    done
-fi
+%gconf_schema_remove control-center gnome-control-center fontilus
 
 %postun
 /sbin/ldconfig
@@ -375,6 +347,10 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Tue Apr 27 2010 Matthias Clasen <mclasen at redhat.com> 2.30.1-1
+- Update to 2.30.1
+- Spec file cleanups
+
 * Mon Mar 29 2010 Matthias Clasen <mclasen at redhat.com> 2.30.0-1
 - Update to 2.30.0
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/control-center/devel/sources,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -p -r1.105 -r1.106
--- sources	29 Mar 2010 18:57:40 -0000	1.105
+++ sources	27 Apr 2010 12:58:35 -0000	1.106
@@ -1 +1 @@
-ff7a638c2aa733997c7062449c02ccca  gnome-control-center-2.30.0.tar.bz2
+9608eae5605cfc478ba35b683bf129c1  gnome-control-center-2.30.1.tar.bz2



More information about the scm-commits mailing list