forked from pool/pidgin
This commit is contained in:
parent
25002a0514
commit
e646695d33
17
pidgin.spec
17
pidgin.spec
@ -148,7 +148,7 @@ Summary: GLib-based Instant Messenger Library -- Upstream default configu
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: libpurple = %{version}
|
Requires: libpurple = %{version}
|
||||||
Supplements: packageand(libpurple:branding-upstream)
|
Supplements: packageand(libpurple:branding-upstream)
|
||||||
Conflicts: libpurple-branding
|
Conflicts: otherproviders(libpurple-branding)
|
||||||
Provides: libpurple-branding = %{version}
|
Provides: libpurple-branding = %{version}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
#BRAND: Provides /etc/purple/prefs.xml, the default configuration for
|
#BRAND: Provides /etc/purple/prefs.xml, the default configuration for
|
||||||
@ -288,6 +288,14 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%suse_update_desktop_file -N %{_name} -G "Instant Messenger" %{name}
|
%suse_update_desktop_file -N %{_name} -G "Instant Messenger" %{name}
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
|
|
||||||
|
%post -n libpurple -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun -n libpurple -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%post -n finch -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun -n finch -p /sbin/ldconfig
|
||||||
|
|
||||||
%if 0%{?suse_version} < 1500
|
%if 0%{?suse_version} < 1500
|
||||||
%post
|
%post
|
||||||
%desktop_database_post
|
%desktop_database_post
|
||||||
@ -298,14 +306,9 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%icon_theme_cache_postun
|
%icon_theme_cache_postun
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post -n libpurple -p /sbin/ldconfig
|
|
||||||
%postun -n libpurple -p /sbin/ldconfig
|
|
||||||
%post -n finch -p /sbin/ldconfig
|
|
||||||
%postun -n finch -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%if 0%{?suse_version} >= 1500
|
%if 0%{?suse_version} >= 1500
|
||||||
%license COPYING
|
%doc COPYING
|
||||||
%else
|
%else
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user