From 7aa292d23aab0781722e7e5547a26c79c261faed Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: May 16 2010 01:05:46 +0000 Subject: 0.3.1 --- diff --git a/.cvsignore b/.cvsignore index 1e7a92d..e4845a6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -at-spi2-atk-0.1.8.tar.bz2 +at-spi2-atk-0.3.1.tar.bz2 diff --git a/at-spi2-atk.spec b/at-spi2-atk.spec index 00723c1..b698677 100644 --- a/at-spi2-atk.spec +++ b/at-spi2-atk.spec @@ -1,5 +1,5 @@ Name: at-spi2-atk -Version: 0.1.8 +Version: 0.3.1 Release: 1%{?dist} Summary: A GTK+ module that bridges ATK to D-Bus at-spi @@ -7,7 +7,7 @@ Group: System Environment/Libraries License: LGPLv2+ URL: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus #VCS: git:git://git.gnome.org/at-spi-atk -Source0: http://download.gnome.org/sources/at-spi2-atk/0.1/%{name}-%{version}.tar.bz2 +Source0: http://download.gnome.org/sources/at-spi2-atk/0.3/%{name}-%{version}.tar.bz2 BuildRequires: at-spi2-core BuildRequires: dbus-devel @@ -20,6 +20,11 @@ BuildRequires: gtk2-devel Requires: at-spi2-core Requires: gtk2 +BuildRequires: GConf2 +Requires(pre): GConf2 +Requires(post): GConf2 +Requires(preun): GConf2 + %description at-spi allows assistive technologies to access GTK-based applications. Essentially it exposes the internals of applications for @@ -46,23 +51,38 @@ make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT rm $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/at-spi-dbus/modules/libatk-bridge.la -%clean -rm -rf $RPM_BUILD_ROOT +%find_lang %{name} + + +%pre +%gconf_schema_prepare at-spi2 + + +%post +%gconf_schema_upgrade at-spi2 -%files +%preun +%gconf_schema_remove at-spi2 + + +%files -f %{name}.lang %defattr(-,root,root,-) %doc COPYING AUTHORS README %{_libdir}/gtk-2.0/modules/at-spi-dbus/modules/libatk-bridge.so %dir %{_datadir}/gnome/autostart %{_datadir}/gnome/autostart/atk-bridge.desktop +%{_sysconfdir}/gconf/schemas/at-spi2.schemas + %changelog +* Sat May 15 2010 Matthias Clasen - 0.3.1-1 +- Update to 0.3.1 + * Tue Mar 30 2010 Matthias Clasen - 0.1.8-1 - Update to 0.1.8 diff --git a/sources b/sources index b54a28c..5f4e7a2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dbf92538b4e83bcd0a5f42adb9143411 at-spi2-atk-0.1.8.tar.bz2 +15333adaece32cdda5d61c6529d95e63 at-spi2-atk-0.3.1.tar.bz2