]> git.pld-linux.org Git - packages/mate-icon-theme.git/blob - mate-icon-theme.spec
update deps; more specific url
[packages/mate-icon-theme.git] / mate-icon-theme.spec
1 Summary:        Icon theme for MATE Desktop
2 Name:           mate-icon-theme
3 Version:        1.5.0
4 Release:        1
5 License:        GPL v2+ and LGPL v2+
6 Group:          Themes
7 Source0:        http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz
8 # Source0-md5:  6ae1369e21371f7517e4523750443df9
9 URL:            http://wiki.mate-desktop.org/mate-icon-theme
10 BuildRequires:  icon-naming-utils >= 0.8.7
11 BuildRequires:  intltool >= 0.40.0
12 BuildRequires:  mate-common
13 BuildRequires:  tar >= 1:1.22
14 BuildRequires:  xz
15 Requires:       gtk-update-icon-cache
16 Obsoletes:      mate-icon-theme-legacy < 1.5.0
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Icon theme for MATE Desktop.
22
23 %package devel
24 Summary:        Development files for mate-icon-theme
25 Group:          Development/Libraries
26
27 %description devel
28 Development files for mate-icon-theme.
29
30 %prep
31 %setup -q
32
33 %build
34 NOCONFIGURE=1 ./autogen.sh
35 %configure \
36         --enable-icon-mapping
37 %{__make} \
38         V=1
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 %{__make} install \
43         install_sh="install -p" \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 > $RPM_BUILD_ROOT%{_iconsdir}/mate/icon-theme.cache
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %post
52 %update_icon_cache mate
53
54 %postun
55 %update_icon_cache mate
56
57 %files
58 %defattr(644,root,root,755)
59 %doc AUTHORS README
60 %dir %{_iconsdir}/mate
61 %{_iconsdir}/mate/index.theme
62 %{_iconsdir}/mate/[0-9]*x*
63 %ghost %{_iconsdir}/mate/icon-theme.cache
64
65 %files devel
66 %defattr(644,root,root,755)
67 %{_npkgconfigdir}/mate-icon-theme.pc
This page took 0.033745 seconds and 3 git commands to generate.