]> git.pld-linux.org Git - packages/blender.git/commitdiff
- added update-desktop-database calls in %post / %postun auto/th/blender-2_46-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sat, 31 May 2008 22:43:02 +0000 (22:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    blender.spec -> 1.84

blender.spec

index 2c8908ed01ea2e65afcb3a36e4a25c1208e131d9..af442f4f10e56a4bc7eebc862c1afc75f925e6c4 100644 (file)
@@ -35,10 +35,12 @@ BuildRequires:      libtool
 BuildRequires: libvorbis-devel
 BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: python-devel >= 1:2.3
+BuildRequires: rpmbuild(macros) >= 1.385
 BuildRequires: scons
 BuildRequires: sed >= 4.0
 #BuildRequires:        smpeg-devel
 BuildRequires: zlib-devel
+Requires(post,postun): desktop-file-utils
 Requires:      OpenGL
 Requires:      freetype
 Requires:      python-modules
@@ -123,6 +125,12 @@ install %{SOURCE5} $RPM_BUILD_ROOT%{_mandir}/man1/blender.1
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+%update_desktop_database_post
+
+%postun
+%update_desktop_database_postun
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc README doc/bf-members.txt doc/python-dev-guide.txt doc/oldbugs.txt doc/interface_API.txt
This page took 0.194577 seconds and 4 git commands to generate.