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

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

MATE-1.4.0

Line 
1Summary:        Background images and data for MATE
2Name:           mate-backgrounds
3Version:        1.4.0
4Release:        1%{?_dist_release}
5Source:         http://pub.mate-desktop.org/releases/1.4/%{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}/pixmaps/backgrounds/mate
47
48%changelog
49* Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
50- new upstream release
51
52* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-1
53- new upstream release
54
55* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
56- change category
57
58* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
59- initial build for Vine Linux
60
Note: See TracBrowser for help on using the repository browser.