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

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

mate: change category
fontconfig: rebuild
others: new upstream release

Line 
1Summary:        Background images and data for MATE
2Name:           mate-backgrounds
3Version:        1.1.0
4Release:        2%{?_dist_release}
5Source:         %{name}-%{version}.tar.xz
6License:        GPLv2
7Group:          User Interface/Desktops
8URL:            https://matsusoft.com.ar/projects/mate/
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* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
50- change category
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.