Accepting request 60835 from home:vuntz:branches:GNOME:Factory

Forwarding to openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/60835
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/orca?expand=0&rev=84
This commit is contained in:
Vincent Untz 2011-02-13 21:18:57 +00:00 committed by Git OBS Bridge
parent db57f783dd
commit 9289494075
2 changed files with 23 additions and 2 deletions

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Feb 13 16:59:20 CET 2011 - vuntz@opensuse.org
- Call relevant macros in %post/%postun:
+ %desktop_database_post/postun because the package ships at
least one desktop file.
+ %icon_theme_cache_post/postun because the package ships themed
icons.
- Pass %{?no_lang_C} to %find_lang so that english documentation
can be packaged with the program, and not in the lang subpackage.
- Change Requires of lang subpackage to Recommends, since the
english documentation is not there anymore.
-------------------------------------------------------------------
Tue Nov 16 09:36:43 CET 2010 - dimstar@opensuse.org

View File

@ -44,7 +44,6 @@ BuildRequires: python-gtk-devel
BuildRequires: python-louis
BuildRequires: python-xdg
BuildRequires: update-desktop-files
Requires: %{name}-lang = %{version}
Requires: dbus-1-python
# pyatspi is a virtual name that is provided by the default at-spi stack
Requires: pyatspi
@ -54,6 +53,7 @@ Requires: python-gstreamer-0_10
Requires: python-gtk
Requires: python-louis
Requires: python-xdg
Recommends: %{name}-lang
Recommends: gnome-mag
Recommends: gnome-python-desktop
Recommends: gnome-speech
@ -80,12 +80,20 @@ make %{?_smp_mflags}
%install
%makeinstall
%suse_update_desktop_file orca
%find_lang %{name}
%find_lang %{name} %{?no_lang_C}
%fdupes %{buildroot}
%clean
rm -rf %{buildroot}
%post
%desktop_database_post
%icon_theme_cache_post
%postun
%desktop_database_postun
%icon_theme_cache_postun
%files
%defattr (-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README TODO