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

Revision 11653, 2.5 KB checked in by iwaim, 6 years ago (diff)

mate-backgrounds 1.20.0-1

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