forked from pool/nemiver
Accepting request 60975 from GNOME:Apps
Accepted submit request 60975 from user vuntz OBS-URL: https://build.opensuse.org/request/show/60975 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nemiver?expand=0&rev=26
This commit is contained in:
commit
a07be56887
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 12 19:32:38 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 12 19:17:52 CET 2011 - vuntz@opensuse.org
|
Wed Jan 12 19:17:52 CET 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
25
nemiver.spec
25
nemiver.spec
@ -80,7 +80,7 @@ translation-update-upstream
|
|||||||
%makeinstall
|
%makeinstall
|
||||||
%find_gconf_schemas
|
%find_gconf_schemas
|
||||||
%suse_update_desktop_file nemiver
|
%suse_update_desktop_file nemiver
|
||||||
%find_lang %{name}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
# remove la files
|
# remove la files
|
||||||
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
||||||
# create symlinks for man pages
|
# create symlinks for man pages
|
||||||
@ -88,18 +88,37 @@ find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
|||||||
# create hardlinks for the rest
|
# create hardlinks for the rest
|
||||||
%fdupes $RPM_BUILD_ROOT
|
%fdupes $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf "$RPM_BUILD_ROOT"
|
||||||
|
|
||||||
%pre -f %{name}.schemas_pre
|
%pre -f %{name}.schemas_pre
|
||||||
|
|
||||||
%posttrans -f %{name}.schemas_posttrans
|
%posttrans -f %{name}.schemas_posttrans
|
||||||
|
|
||||||
%preun -f %{name}.schemas_preun
|
%preun -f %{name}.schemas_preun
|
||||||
|
|
||||||
%clean
|
%if 0%{?suse_version} > 1130
|
||||||
rm -rf "$RPM_BUILD_ROOT"
|
%post
|
||||||
|
%desktop_database_post
|
||||||
|
%icon_theme_cache_post
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?suse_version} > 1130
|
||||||
|
%postun
|
||||||
|
%desktop_database_postun
|
||||||
|
%icon_theme_cache_postun
|
||||||
|
%endif
|
||||||
|
|
||||||
%files -f %{name}.schemas_list
|
%files -f %{name}.schemas_list
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS README NEWS TODO
|
%doc AUTHORS README NEWS TODO
|
||||||
|
%dir %{_datadir}/gnome/
|
||||||
|
%dir %{_datadir}/gnome/help/
|
||||||
|
%dir %{_datadir}/gnome/help/%{name}/
|
||||||
|
%doc %{_datadir}/gnome/help/%{name}/C/
|
||||||
|
%dir %{_datadir}/omf/
|
||||||
|
%dir %{_datadir}/omf/%{name}/
|
||||||
|
%doc %{_datadir}/omf/%{name}/%{name}-C.omf
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_libdir}/nemiver/
|
%{_libdir}/nemiver/
|
||||||
%{_datadir}/nemiver/
|
%{_datadir}/nemiver/
|
||||||
|
Loading…
Reference in New Issue
Block a user