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

RevLine 
[11653]1%define major_ver 1.20
[11009]2%define ver %{major_ver}.0
3%define rel 1
4
[5311]5Summary:        Background images and data for MATE
6Name:           mate-backgrounds
[11009]7Version:        %{ver}
8Release:        %{rel}%{?_dist_release}
9Source:         http://pub.mate-desktop.org/releases/%{major_ver}/%{name}-%{version}.tar.xz
[5311]10License:        GPLv2
[5316]11Group:          User Interface/Desktops
[6679]12URL:            http://mate-desktop.org/
[5311]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
[10893]25Packager:       Takemikaduchi, iwaim
[5311]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)
[10893]49%doc COPYING AUTHORS ChangeLog NEWS README TODO
[5311]50%{_datadir}/mate-background-properties
[7697]51%{_datadir}/backgrounds/mate
[5311]52
53%changelog
[11653]54* Sun May 20 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 1.20.0-1
55- update to 1.20.0
56
[11009]57* Sat Apr  8 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.0-1
58- update to 1.18.0
59
[10893]60* Sun Nov 27 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.0-1
61- new upstream release
62- update Packager
63
[10255]64* Sun May 08 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.0-1
65- new upstream release
66
[9797]67* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
68- new upstream release
69
[9552]70* Sat May 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
71- new upstream release
72
[8359]73* Mon Apr 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
74- new upstream release
75
[8068]76* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-2
77- rebuild with VineSeed environment
78
[7697]79* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
80- new upstream release
81
[6679]82* Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
83- new upstream release
84
[6172]85* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-1
86- new upstream release
87
[5316]88* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
89- change category
90
[5311]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.