Accepting request 60996 from GNOME:Apps
Accepted submit request 60996 from user vuntz OBS-URL: https://build.opensuse.org/request/show/60996 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tracker?expand=0&rev=19
This commit is contained in:
parent
e841d68375
commit
bb2bd4d744
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 12 18:36:29 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 31 09:52:52 CET 2011 - dimstar@opensuse.org
|
Mon Jan 31 09:52:52 CET 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
14
tracker.spec
14
tracker.spec
@ -345,7 +345,7 @@ cp %{S:2} src/miners/rss/README.SUSE
|
|||||||
%makeinstall
|
%makeinstall
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
rm -r %{buildroot}%{_datadir}/tracker-tests
|
rm -r %{buildroot}%{_datadir}/tracker-tests
|
||||||
%find_lang %{name}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
%suse_update_desktop_file tracker-miner-flickr
|
%suse_update_desktop_file tracker-miner-flickr
|
||||||
%suse_update_desktop_file tracker-miner-fs
|
%suse_update_desktop_file tracker-miner-fs
|
||||||
%suse_update_desktop_file tracker-miner-rss
|
%suse_update_desktop_file tracker-miner-rss
|
||||||
@ -379,6 +379,18 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%postun -n libtracker-sparql-0_10-0 -p /sbin/ldconfig
|
%postun -n libtracker-sparql-0_10-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%if 0%{?suse_version} > 1130
|
||||||
|
%post gui
|
||||||
|
%desktop_database_post
|
||||||
|
%icon_theme_cache_post
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?suse_version} > 1130
|
||||||
|
%postun gui
|
||||||
|
%desktop_database_postun
|
||||||
|
%icon_theme_cache_postun
|
||||||
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS ChangeLog COPYING README NEWS
|
%doc AUTHORS ChangeLog COPYING README NEWS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user