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

Revision 8359, 1.8 KB checked in by Takemikaduchi, 10 years ago (diff)

MATE-1.8.0

RevLine 
[5311]1Summary:        Background images and data for MATE
2Name:           mate-backgrounds
[8359]3Version:        1.8.0
4Release:        1%{?_dist_release}
5Source:         http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
[5311]6License:        GPLv2
[5316]7Group:          User Interface/Desktops
[6679]8URL:            http://mate-desktop.org/
[5311]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
[7697]46%{_datadir}/backgrounds/mate
[5311]47
48%changelog
[8359]49* Mon Apr 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
50- new upstream release
51
[8068]52* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-2
53- rebuild with VineSeed environment
54
[7697]55* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
56- new upstream release
57
[6679]58* Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
59- new upstream release
60
[6172]61* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-1
62- new upstream release
63
[5316]64* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
65- change category
66
[5311]67* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
68- initial build for Vine Linux
69
Note: See TracBrowser for help on using the repository browser.