source: projects/specs/trunk/m/mate-backgrounds/mate-backgrounds-vl.spec @ 9797

Revision 9797, 2.0 KB checked in by Takemikaduchi, 8 years ago (diff)

MATE-1.12.0

Line 
1Summary:        Background images and data for MATE
2Name:           mate-backgrounds
3Version:        1.12.0
4Release:        1%{?_dist_release}
5Source:         http://pub.mate-desktop.org/releases/1.12/%{name}-%{version}.tar.xz
6License:        GPLv2
7Group:          User Interface/Desktops
8URL:            http://mate-desktop.org/
9BuildArch:      noarch
10BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11
12BuildRequires:  mate-common
13BuildRequires:  glib2-devel
14BuildRequires:  autoconf
15BuildRequires:  automake
16
17Requires:       vine-backgrounds
18
19Vendor:         Project Vine
20Distribution:   Vine Linux
21Packager:       Takemikaduchi
22
23%description
24This module contains a set of backgrounds packaged with the MATE desktop.
25
26%prep
27%setup -q
28
29%build
30(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
31%configure
32%{__make}
33
34%install
35%{__rm} -rf ${RPM_BUILD_ROOT}
36%{__make} install DESTDIR=${RPM_BUILD_ROOT}
37
38ln -sf ../gnome-background-properties/vine-nature.xml ${RPM_BUILD_ROOT}%{_datadir}/mate-background-properties/vine-nature.xml
39ln -sf ../gnome-background-properties/vine6.xml ${RPM_BUILD_ROOT}%{_datadir}/mate-background-properties/vine6.xml
40
41%find_lang %{name}
42
43%files -f %{name}.lang
44%defattr(-, root, root)
45%{_datadir}/mate-background-properties
46%{_datadir}/backgrounds/mate
47
48%changelog
49* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
50- new upstream release
51
52* Sat May 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
53- new upstream release
54
55* Mon Apr 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
56- new upstream release
57
58* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-2
59- rebuild with VineSeed environment
60
61* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
62- new upstream release
63
64* Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
65- new upstream release
66
67* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-1
68- new upstream release
69
70* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
71- change category
72
73* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
74- initial build for Vine Linux
75
Note: See TracBrowser for help on using the repository browser.