]> git.pld-linux.org Git - packages/mate-backgrounds.git/blob - mate-backgrounds.spec
- updated to 1.6.1
[packages/mate-backgrounds.git] / mate-backgrounds.spec
1 Summary:        MATE Desktop backgrounds
2 Summary(pl.UTF-8):      Tła dla środowiska MATE Desktop
3 Name:           mate-backgrounds
4 Version:        1.6.1
5 Release:        1
6 License:        GPL v2+
7 Group:          Themes
8 Source0:        http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
9 # Source0-md5:  8764956a8a0fe4831906911806280b76
10 URL:            http://mate-desktop.org/
11 BuildRequires:  autoconf >= 2.53
12 BuildRequires:  automake >= 1:1.9
13 BuildRequires:  gettext-devel >= 0.10.40
14 BuildRequires:  intltool >= 0.35.0
15 BuildRequires:  mate-common
16 BuildRequires:  tar >= 1:1.22
17 BuildRequires:  xz
18 BuildArch:      noarch
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Background images and data for MATE Desktop. The MATE backgrounds are
23 a fork of GNOME backgrounds.
24
25 %description -l pl.UTF-8
26 Obrazy i dane teł dla środowiska MATE Desktop. MATE backgrounds to
27 odgałęzienie GNOME backgrounds.
28
29 %prep
30 %setup -q
31
32 %build
33 %{__intltoolize}
34 %{__aclocal}
35 %{__autoconf}
36 %{__automake}
37 %configure \
38         --disable-silent-rules
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 %{__make} install \
44         INSTALL="install -p" \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %find_lang %{name} --all-name
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files -f %{name}.lang
53 %defattr(644,root,root,755)
54 %doc AUTHORS ChangeLog NEWS README
55 %{_datadir}/mate-background-properties
56 %{_datadir}/backgrounds/mate
This page took 0.461946 seconds and 3 git commands to generate.