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

Revision 6679, 1.3 KB checked in by Takemikaduchi, 12 years ago (diff)

MATE-1.4.0

Line 
1Summary:        A collection of icons used as the basis for MATE themes
2Name:           mate-icon-theme
3Version:        1.4.0
4Release:        1%{?_dist_release}
5Source:         http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz
6License:        GPLv2
7Group:          Development/Tools
8URL:            http://mate-desktop.org/
9BuildArch:      noarch
10BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11
12BuildRequires:  mate-common
13BuildRequires:  glib2-devel
14BuildRequires:  icon-naming-utils
15BuildRequires:  autoconf
16BuildRequires:  automake
17
18Vendor:         Project Vine
19Distribution:   Vine Linux
20Packager:       Takemikaduchi
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%{_datadir}/icons/mate
43%{_datadir}/pkgconfig/mate-icon-theme.pc
44
45%changelog
46* Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
47- new upstream release
48
49* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
50- new upstream release
51
52* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
53- initial build for Vine Linux
54
Note: See TracBrowser for help on using the repository browser.