]> git.pld-linux.org Git - projects/template-specs.git/blob - desktop.spec
- update %update_icon_cache deps
[projects/template-specs.git] / desktop.spec
1 Summary:        -
2 Name:           -
3 Version:        -
4 Release:        -
5 License:        LGPL (GPL/GPL v2/GPL v2+... choose one)
6 Group:          X11/Applications
7 Source0:        -
8 # Source0-md5:  -
9 #URL:           http://
10 BuildRequires:  rpmbuild(macros) >= 1.596
11 Requires:       desktop-file-utils
12 Requires:       gtk-update-icon-cache
13 Requires:       hicolor-icon-theme
14 Requires:       shared-mime-info
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18
19 %prep
20 %setup -q
21
22 %build
23
24 %install
25 rm -rf $RPM_BUILD_ROOT
26
27 %clean
28 rm -rf $RPM_BUILD_ROOT
29
30 %post
31 %update_desktop_database
32 %update_icon_cache hicolor
33 %update_mime_database
34
35 %postun
36 %update_desktop_database_postun
37 %update_icon_cache hicolor
38 %update_mime_database
39
40 %files
41 %defattr(644,root,root,755)
This page took 0.024422 seconds and 4 git commands to generate.