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

Revision 11657, 1.6 KB checked in by iwaim, 6 years ago (diff)

mate-icon-theme-faenza 1.20.0-1

Line 
1%define major_ver 1.20
2%define ver %{major_ver}.0
3%define rel 1
4
5Summary:        MATE Faenza Desktop icon theme
6Name:           mate-icon-theme-faenza
7Version:        %{ver}
8Release:        %{rel}%{?_dist_release}
9Source:         http://pub.mate-desktop.org/releases/%{major_ver}/%{name}-%{version}.tar.xz
10License:        GPLv2
11Group:          User Interface/Desktops
12URL:            http://mate-desktop.org/
13
14BuildArch:      noarch
15BuildRoot:      %{_tmppath}/%{name}-%{version}-root
16BuildRequires:  mate-common
17BuildRequires:  glib2-devel
18BuildRequires:  icon-naming-utils
19BuildRequires:  autoconf
20BuildRequires:  automake
21
22Vendor:         Project Vine
23Distribution:   Vine Linux
24Packager:       Takemikaduchi, iwaim
25
26%description
27This icon theme uses Faenza and Faience icon themes by ~Tiheum and
28some icons customized for MATE by Rowen Stipe.
29
30%prep
31%setup -q
32
33%build
34(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
35%configure
36%{__make}
37
38%install
39%{__rm} -rf ${RPM_BUILD_ROOT}
40%{__make} install DESTDIR=${RPM_BUILD_ROOT}
41
42
43%files
44%defattr(-, root, root)
45%doc AUTHORS COPYING ChangeLog README
46%{_datadir}/icons/matefaenza
47%{_datadir}/icons/matefaenzadark
48%{_datadir}/icons/matefaenzagray
49
50%changelog
51* Sun May 20 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 1.20.0-1
52- update to 1.20.0
53
54* Wed May 10 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.1-1
55- update to 1.18.1
56
57* Sat Apr  8 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.0-1
58- update to 1.18.0
59
60* Sun Nov 27 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.0-1
61- new upstream release
62
63* Sun May 08 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
64- new upstream release
65
66* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
67- initial build
Note: See TracBrowser for help on using the repository browser.