Accepting request 61050 from GNOME:Factory
Accepted submit request 61050 from user vuntz OBS-URL: https://build.opensuse.org/request/show/61050 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-settings-daemon?expand=0&rev=58
This commit is contained in:
commit
74da3707e5
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 13 16:15:25 CET 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Call relevant macros in %post/%postun:
|
||||||
|
+ %icon_theme_cache_post/postun because the package ships themed
|
||||||
|
icons.
|
||||||
|
- Remove ldconfig in %post/%postun: there is no library here.
|
||||||
|
- Pass %{?no_lang_C} to %find_lang so that english documentation
|
||||||
|
can be packaged with the program, and not in the lang subpackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 16 09:27:00 CET 2010 - dimstar@opensuse.org
|
Tue Nov 16 09:27:00 CET 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ BuildRequires: pkgconfig(libxklavier)
|
|||||||
BuildRequires: pkgconfig(nss)
|
BuildRequires: pkgconfig(nss)
|
||||||
BuildRequires: pkgconfig(polkit-gobject-1)
|
BuildRequires: pkgconfig(polkit-gobject-1)
|
||||||
BuildRequires: pkgconfig(xi)
|
BuildRequires: pkgconfig(xi)
|
||||||
Recommends: %{name}-lang = %{version}
|
Recommends: %{name}-lang
|
||||||
# Split so people can depend on this only if needed
|
# Split so people can depend on this only if needed
|
||||||
Requires: %{name}-polkit-datetime = %{version}
|
Requires: %{name}-polkit-datetime = %{version}
|
||||||
Obsoletes: resapplet
|
Obsoletes: resapplet
|
||||||
@ -133,16 +133,18 @@ make %{?jobs:-j%jobs}
|
|||||||
%endif
|
%endif
|
||||||
rm %{buildroot}%{_libdir}/gnome-settings-daemon-2.0/*.*a
|
rm %{buildroot}%{_libdir}/gnome-settings-daemon-2.0/*.*a
|
||||||
%suse_update_desktop_file gnome-settings-daemon
|
%suse_update_desktop_file gnome-settings-daemon
|
||||||
%find_lang %{name}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
%find_gconf_schemas
|
%find_gconf_schemas
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post
|
||||||
|
%icon_theme_cache_post
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun
|
||||||
|
%icon_theme_cache_postun
|
||||||
|
|
||||||
%pre -f %{name}.schemas_pre
|
%pre -f %{name}.schemas_pre
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user