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

Revision 10894, 2.3 KB checked in by iwaim, 7 years ago (diff)

mate-icon-theme 1.16.0-1

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