rpms/at-spi/devel at-spi.spec,1.133,1.134 sources,1.69,1.70

Matthias Clasen mclasen at fedoraproject.org
Mon Apr 26 23:38:09 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/at-spi/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14669

Modified Files:
	at-spi.spec sources 
Log Message:
1.30.1



Index: at-spi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/at-spi/devel/at-spi.spec,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -p -r1.133 -r1.134
--- at-spi.spec	30 Mar 2010 00:48:02 -0000	1.133
+++ at-spi.spec	26 Apr 2010 23:38:06 -0000	1.134
@@ -9,7 +9,7 @@
 
 Summary: Assistive Technology Service Provider Interface
 Name: at-spi
-Version: 1.30.0
+Version: 1.30.1
 Release: 1%{?dist}
 URL: http://developer.gnome.org/projects/gap/
 #VCS: git:git://git.gnome.org/at-spi
@@ -93,7 +93,6 @@ autoreconf -i -f
 make
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
 %find_lang at-spi
@@ -106,28 +105,17 @@ mv $RPM_BUILD_ROOT%{_datadir}/doc/%{name
    $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-devel-%{version}
 
 %pre
-if [ "$1" -gt 1 -a -f %{_sysconfdir}/gconf/schemas/at-spi.schemas ]; then
-  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-  gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/at-spi.schemas >& /dev/null || :
-fi
+%gconf_schema_prepare at-spi
 
 %preun
-if [ "$1" -eq 0 ]; then
-  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-  gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/at-spi.schemas >& /dev/null || :
-fi
+%gconf_schema_remove at-spi
 
 %post
 /sbin/ldconfig
-export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/at-spi.schemas >& /dev/null || :
-
+%gconf_schema_upgrade at-spi
 
 %postun -p /sbin/ldconfig
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files -f at-spi.lang
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README
@@ -154,6 +142,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Apr 26 2010 Matthias Clasen <mclasen at redhat.com> - 1.30.1-1
+- Update to 1.30.1
+- Packaging cleanups
+
 * Mon Mar 29 2010 Matthias Clasen <mclasen at redhat.com> - 1.30.0-1
 - Update to 1.30.0
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/at-spi/devel/sources,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -p -r1.69 -r1.70
--- sources	30 Mar 2010 00:48:03 -0000	1.69
+++ sources	26 Apr 2010 23:38:07 -0000	1.70
@@ -1 +1 @@
-64c64cc00356bffe4e93382622402c1b  at-spi-1.30.0.tar.bz2
+29fdf7934e98efda5fe0ab74ab4d3f29  at-spi-1.30.1.tar.bz2



More information about the scm-commits mailing list