]> git.pld-linux.org Git - packages/mate-icon-theme.git/blob - mate-icon-theme.spec
new, version 1.5.0
[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:        GPLv2+ and LGPLv2+
6 Group:          Themes
7 URL:            http://mate-desktop.org/
8 Source0:        http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz
9 # Source0-md5:  6ae1369e21371f7517e4523750443df9
10 BuildRequires:  icon-naming-utils
11 BuildRequires:  mate-common
12 BuildRequires:  tar >= 1:1.22
13 BuildRequires:  xz
14 Requires:       gtk-update-icon-cache
15 Provides:       mate-icon-theme = %{version}-%{release}
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 NOCONFIGURE=1 ./autogen.sh
33
34 %build
35 %configure \
36         --enable-icon-mapping \
37         --disable-static
38 %{__make} \
39         V=1
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %post
50 %update_icon_cache mate
51
52 %postun
53 %update_icon_cache mate
54
55 %files
56 %defattr(644,root,root,755)
57 %doc AUTHORS README
58 %{_iconsdir}/mate
59
60 %files devel
61 %defattr(644,root,root,755)
62 %{_npkgconfigdir}/mate-icon-theme.pc
This page took 0.065851 seconds and 3 git commands to generate.