]> git.pld-linux.org Git - packages/mate-backgrounds.git/commitdiff
new, version 1.5.0 auto/th/mate-backgrounds-1.5.0-1
authorElan Ruusamäe <glen@delfi.ee>
Sat, 22 Dec 2012 18:01:48 +0000 (20:01 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 22 Dec 2012 18:01:48 +0000 (20:01 +0200)
based on fedora package

mate-backgrounds.spec [new file with mode: 0644]

diff --git a/mate-backgrounds.spec b/mate-backgrounds.spec
new file mode 100644 (file)
index 0000000..9c71dfa
--- /dev/null
@@ -0,0 +1,46 @@
+Summary:       MATE Desktop backgrounds
+Name:          mate-backgrounds
+Version:       1.5.0
+Release:       1
+License:       GPL v2+
+Group:         Themes
+Source0:       http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz
+# Source0-md5: c385a3151b19e46e3bdd8b0ab0cd18ab
+URL:           http://mate-desktop.org/
+BuildRequires: mate-common
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Backgrounds for MATE Desktop.
+
+%prep
+%setup -q
+
+%build
+NOCONFIGURE=1 ./autogen.sh
+%configure
+%{__make} \
+       V=1
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       INSTALL="install -p" \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name} --all-name
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING README
+%{_datadir}/mate-background-properties
+%{_pixmapsdir}/backgrounds/mate
+
+# XXX packaged also by libgnome-2.32.1-1.i686
+%dir %{_pixmapsdir}/backgrounds
This page took 0.077387 seconds and 4 git commands to generate.