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

Revision 10893, 2.2 KB checked in by iwaim, 7 years ago (diff)

mate-backgrounds 1.16.0-1

Line 
1Summary:        Background images and data for MATE
2Name:           mate-backgrounds
3Version:        1.16.0
4Release:        1%{?_dist_release}
5Source:         http://pub.mate-desktop.org/releases/1.14/%{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, iwaim
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%doc COPYING AUTHORS ChangeLog NEWS README TODO
46%{_datadir}/mate-background-properties
47%{_datadir}/backgrounds/mate
48
49%changelog
50* Sun Nov 27 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.0-1
51- new upstream release
52- update Packager
53
54* Sun May 08 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.0-1
55- new upstream release
56
57* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
58- new upstream release
59
60* Sat May 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
61- new upstream release
62
63* Mon Apr 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
64- new upstream release
65
66* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-2
67- rebuild with VineSeed environment
68
69* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
70- new upstream release
71
72* Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
73- new upstream release
74
75* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-1
76- new upstream release
77
78* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
79- change category
80
81* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
82- initial build for Vine Linux
83
Note: See TracBrowser for help on using the repository browser.