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

Revision 10895, 1.3 KB checked in by iwaim, 7 years ago (diff)

mate-icon-theme-faenza 1.16.0-1

Line 
1Summary:        MATE Faenza Desktop icon theme
2Name:           mate-icon-theme-faenza
3Version:        1.16.0
4Release:        1%{?_dist_release}
5Source:         http://pub.mate-desktop.org/releases/1.16/%{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, iwaim
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* Sun Nov 27 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.0-1
48- new upstream release
49
50* Sun May 08 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
51- new upstream release
52
53* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
54- initial build
Note: See TracBrowser for help on using the repository browser.