]> git.pld-linux.org Git - packages/mate-icon-theme.git/commitdiff
new, version 1.5.0
authorElan Ruusamäe <glen@delfi.ee>
Fri, 21 Dec 2012 20:04:10 +0000 (22:04 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 21 Dec 2012 20:04:10 +0000 (22:04 +0200)
based on fedora spec

mate-icon-theme.spec [new file with mode: 0644]

diff --git a/mate-icon-theme.spec b/mate-icon-theme.spec
new file mode 100644 (file)
index 0000000..1055003
--- /dev/null
@@ -0,0 +1,62 @@
+Summary:       Icon theme for MATE Desktop
+Name:          mate-icon-theme
+Version:       1.5.0
+Release:       1
+License:       GPLv2+ and LGPLv2+
+Group:         Themes
+URL:           http://mate-desktop.org/
+Source0:       http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz
+# Source0-md5: 6ae1369e21371f7517e4523750443df9
+BuildRequires: icon-naming-utils
+BuildRequires: mate-common
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
+Requires:      gtk-update-icon-cache
+Provides:      mate-icon-theme = %{version}-%{release}
+Obsoletes:     mate-icon-theme-legacy < 1.5.0
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Icon theme for MATE Desktop.
+
+%package devel
+Summary:       Development files for mate-icon-theme
+Group:         Development/Libraries
+
+%description devel
+Development files for mate-icon-theme
+
+%prep
+%setup -q
+NOCONFIGURE=1 ./autogen.sh
+
+%build
+%configure \
+       --enable-icon-mapping \
+       --disable-static
+%{__make} \
+       V=1
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%update_icon_cache mate
+
+%postun
+%update_icon_cache mate
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README
+%{_iconsdir}/mate
+
+%files devel
+%defattr(644,root,root,755)
+%{_npkgconfigdir}/mate-icon-theme.pc
This page took 0.118665 seconds and 4 git commands to generate.