]> git.pld-linux.org Git - projects/template-specs.git/blob - desktop.spec
- added systemd service bits
[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 #Patch0:        
10 #URL:           http://
11 BuildRequires:  rpmbuild(macros) >= 1.596
12 Requires:       desktop-file-utils
13 Requires:       gtk-update-icon-cache
14 Requires:       hicolor-icon-theme
15 Requires:       shared-mime-info
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19
20 %prep
21 %setup -q
22 #%patch0 -p1
23
24 %build
25 %configure
26 %{__make}
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30
31 %{__make} install \
32         DESTDIR=$RPM_BUILD_ROOT
33
34 %find_lang %{name}.lang
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %post
40 %update_desktop_database
41 %update_icon_cache hicolor
42 %update_mime_database
43
44 %postun
45 %update_desktop_database_postun
46 %update_icon_cache hicolor
47 %update_mime_database
48
49 %files -f %{name}.lang
50 %defattr(644,root,root,755)
51 %doc AUTHORS ChangeLog NEWS README TODO
52 %attr(755,root,root) %{_bindir}/%{name}
53 %{_datadir}/%{name}
54 %{_desktopdir}/%{name}.desktop
55 %{_pixmapsdir}/%{name}.*
56 %{_mandir}/man1/%{name}.1*
This page took 0.041112 seconds and 4 git commands to generate.