source: projects/specs/trunk/m/mate-icon-theme-faenza/mate-icon-theme-faenza-vl.spec @ 9797

Revision 9797, 1.1 KB checked in by Takemikaduchi, 8 years ago (diff)

MATE-1.12.0

Line 
1Summary:        MATE Faenza Desktop icon theme
2Name:           mate-icon-theme-faenza
3Version:        1.12.0
4Release:        1%{?_dist_release}
5Source:         http://pub.mate-desktop.org/releases/1.12/%{name}-%{version}.tar.xz
6License:        GPLv2
7Group:          User Interface/Desktops
8URL:            http://mate-desktop.org/
9
10BuildArch:      noarch
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12BuildRequires:  mate-common
13BuildRequires:  glib2-devel
14BuildRequires:  icon-naming-utils
15BuildRequires:  autoconf
16BuildRequires:  automake
17
18Vendor:         Project Vine
19Distribution:   Vine Linux
20Packager:       Takemikaduchi
21
22%description
23This icon theme uses Faenza and Faience icon themes by ~Tiheum and
24some icons customized for MATE by Rowen Stipe.
25
26%prep
27%setup -q
28
29%build
30(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
31%configure
32%{__make}
33
34%install
35%{__rm} -rf ${RPM_BUILD_ROOT}
36%{__make} install DESTDIR=${RPM_BUILD_ROOT}
37
38
39%files
40%defattr(-, root, root)
41%doc AUTHORS COPYING ChangeLog README
42%{_datadir}/icons/matefaenza
43%{_datadir}/icons/matefaenzadark
44%{_datadir}/icons/matefaenzagray
45
46%changelog
47* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
48- initial build
Note: See TracBrowser for help on using the repository browser.