rpms/at-spi/devel .cvsignore, 1.53, 1.54 at-spi.spec, 1.97, 1.98 sources, 1.53, 1.54

Matthias Clasen mclasen at fedoraproject.org
Mon Sep 22 14:51:48 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/at-spi/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7195

Modified Files:
	.cvsignore at-spi.spec sources 
Log Message:
fix spec



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/at-spi/devel/.cvsignore,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- .cvsignore	8 Sep 2008 16:47:48 -0000	1.53
+++ .cvsignore	22 Sep 2008 14:51:17 -0000	1.54
@@ -1 +1 @@
-at-spi-1.23.92.tar.bz2
+at-spi-1.24.0.tar.bz2


Index: at-spi.spec
===================================================================
RCS file: /cvs/extras/rpms/at-spi/devel/at-spi.spec,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- at-spi.spec	8 Sep 2008 16:47:48 -0000	1.97
+++ at-spi.spec	22 Sep 2008 14:51:17 -0000	1.98
@@ -9,10 +9,10 @@
 
 Summary: Assistive Technology Service Provider Interface 
 Name: at-spi
-Version: 1.23.92
-Release: 1%{?dist}
+Version: 1.24.0
+Release: 2%{?dist}
 URL: http://developer.gnome.org/projects/gap/
-Source0: http://download.gnome.org/sources/at-spi/1.23/%{name}-%{version}.tar.bz2
+Source0: http://download.gnome.org/sources/at-spi/1.24/%{name}-%{version}.tar.bz2
 
 License: LGPLv2+
 Group: System Environment/Libraries
@@ -22,12 +22,18 @@
 Requires: ORBit2 >= %{orbit2_version}
 Requires: gail >= %{gail_version}
 Requires: atk >= %{atk_version}
+
+Requires(pre): GConf2
+Requires(post): GConf2
+Requires(preun): GConf2
+
 BuildRequires: pango-devel >= %{pango_version}
 BuildRequires: gtk2-devel >= %{gtk2_version}
 BuildRequires: libbonobo-devel >= %{libbonobo_version}
 BuildRequires: ORBit2-devel >= %{orbit2_version}
 BuildRequires: gail-devel >= %{gail_version}
 BuildRequires: atk-devel >= %{atk_version}
+BuildRequires: GConf2-devel
 BuildRequires: fontconfig
 BuildRequires: gettext
 BuildRequires: intltool
@@ -91,7 +97,23 @@
 rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/*.la
 rm -f $RPM_BUILD_ROOT%{_libdir}/orbit-2.0/*.la
 
-%post -p /sbin/ldconfig
+%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
+
+%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
+
+%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 || :
+
 
 %postun -p /sbin/ldconfig
 
@@ -106,6 +128,7 @@
 %{_libdir}/orbit-2.0/*
 %{_libdir}/gtk-2.0/modules/*
 %{_libexecdir}/*
+%{_sysconfdir}/gconf/schemas/at-spi.schemas
 
 %files devel
 %defattr(-,root,root)
@@ -121,6 +144,9 @@
 
 
 %changelog
+* Mon Sep 22 2008 Matthias Clasen <mclasen at redhat.com> - 1.24.0-2
+- Update to 1.24.0
+
 * Mon Sep  8 2008 Matthias Clasen <mclasen at redhat.com> - 1.23.92-1
 - Update to 1.23.92
 - Drop upstreamed patch


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/at-spi/devel/sources,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- sources	8 Sep 2008 16:47:48 -0000	1.53
+++ sources	22 Sep 2008 14:51:17 -0000	1.54
@@ -1 +1 @@
-e1c7bbf6eb19b9ca9c509acb238e5c56  at-spi-1.23.92.tar.bz2
+e546a35e21d127b502a3c57550a189a0  at-spi-1.24.0.tar.bz2




More information about the fedora-extras-commits mailing list