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

Revision 11006, 2.4 KB checked in by iwaim, 7 years ago (diff)

mate-icon-theme 1.18.1-1

RevLine 
[11006]1%define major_ver 1.18
2%define ver %{major_ver}.1
3%define rel 1
4
[5311]5Summary:        A collection of icons used as the basis for MATE themes
6Name:           mate-icon-theme
[11006]7Version:        %{ver}
8Release:        %{rel}%{?_dist_release}
9Source:         http://pub.mate-desktop.org/releases/%{major_ver}/%{name}-%{version}.tar.xz
[9052]10License:        LGPLv3 or CC BY-SA 3.0
11Group:          User Interface/Desktops
[6679]12URL:            http://mate-desktop.org/
[9052]13
[5311]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
[10894]24Packager:       Takemikaduchi, iwaim
[5311]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)
[9052]46%doc AUTHORS COPYING ChangeLog README
[5311]47%{_datadir}/icons/mate
[7697]48%{_datadir}/icons/menta
[5311]49
50%changelog
[11006]51* Sat Apr  8 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.1-1
52- update to 1.18.1
53
[10894]54* Sun Nov 27 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.0-1
55- new upstream release
56- update Packager
57
[10255]58* Sun May 08 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.0-1
59- new upstream release
60
[9797]61* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
62- new upstream release
63
[9601]64* Sat Jun 13 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.1-1
65- new upstream release
66
[9552]67* Sat May 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
68- new upstream release
69
[9052]70* Sun Nov  2 2014 Ryoichi INAAGKI <ryo1@toki.waseda.jp> 1.8.0-2
71- moved to User Interface/Desktops Group
72- updated License (see COPYING)
73
[8359]74* Mon Apr 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
75- new upstream release
76
[8068]77* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-2
78- rebuild with VineSeed environment
79
[7821]80* Sun Sep 22 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-1
81- new upstream release
82
[7697]83* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
84- new upstream release
85
[6679]86* Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
87- new upstream release
88
[6172]89* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
90- new upstream release
91
[5311]92* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
93- initial build for Vine Linux
94
Note: See TracBrowser for help on using the repository browser.