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

Revision 11656, 2.6 KB checked in by iwaim, 6 years ago (diff)

mate-icon-theme 1.20.0-1

Line 
1%define major_ver 1.20
2%define ver %{major_ver}.0
3%define rel 1
4
5Summary:        A collection of icons used as the basis for MATE themes
6Name:           mate-icon-theme
7Version:        %{ver}
8Release:        %{rel}%{?_dist_release}
9Source:         http://pub.mate-desktop.org/releases/%{major_ver}/%{name}-%{version}.tar.xz
10License:        LGPLv3 or CC BY-SA 3.0
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
27The age of hackers supplying their own artwork is over. For the sake of our
28users, please leave the pixelpushin' to the artists. Please file a request
29instead.
30
31%prep
32%setup -q
33
34%build
35(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
36%configure
37%{__make}
38
39%install
40%{__rm} -rf ${RPM_BUILD_ROOT}
41%{__make} install DESTDIR=${RPM_BUILD_ROOT}
42
43
44%files
45%defattr(-, root, root)
46%doc AUTHORS COPYING ChangeLog README
47%{_datadir}/icons/mate
48%{_datadir}/icons/menta
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* Fri May  5 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.2-1
55- update to 1.18.2
56
57* Sat Apr  8 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.1-1
58- update to 1.18.1
59
60* Sun Nov 27 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.0-1
61- new upstream release
62- update Packager
63
64* Sun May 08 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.0-1
65- new upstream release
66
67* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
68- new upstream release
69
70* Sat Jun 13 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.1-1
71- new upstream release
72
73* Sat May 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
74- new upstream release
75
76* Sun Nov  2 2014 Ryoichi INAAGKI <ryo1@toki.waseda.jp> 1.8.0-2
77- moved to User Interface/Desktops Group
78- updated License (see COPYING)
79
80* Mon Apr 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
81- new upstream release
82
83* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-2
84- rebuild with VineSeed environment
85
86* Sun Sep 22 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-1
87- new upstream release
88
89* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
90- new upstream release
91
92* Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
93- new upstream release
94
95* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
96- new upstream release
97
98* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
99- initial build for Vine Linux
100
Note: See TracBrowser for help on using the repository browser.