[mate-backgrounds] initial commit

Dan Mashal vicodan at fedoraproject.org
Sun Aug 19 20:44:37 UTC 2012


commit 6c0033250775dab69fe820b308bd7d909cff68ff
Author: Dan Mashal <dan.mashal at gmail.com>
Date:   Sun Aug 19 13:44:18 2012 -0700

    initial commit

 .gitignore            |    1 +
 mate-backgrounds.spec |   36 ++++++++++++++++++++++++++++++++++++
 sources               |    1 +
 3 files changed, 38 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..237352e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/mate-backgrounds-1.4.0.tar.xz
diff --git a/mate-backgrounds.spec b/mate-backgrounds.spec
new file mode 100644
index 0000000..5ad1455
--- /dev/null
+++ b/mate-backgrounds.spec
@@ -0,0 +1,36 @@
+Name:		mate-backgrounds
+Version:	1.4.0
+Release:	1%{?dist}
+Summary:	MATE Desktop backgrounds
+License:	GPLv2+
+URL:		http://mate-desktop.org
+Source0:	http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz
+
+BuildArch:	noarch
+BuildRequires:	mate-common mate-conf-devel mate-corba-devel
+
+%description
+Backgrounds for MATE Desktop
+
+%prep
+%setup -q
+NOCONFIGURE=1 ./autogen.sh
+
+
+%build
+%configure --disable-static
+make %{?_smp_mflags} V=1
+
+
+%install
+make install DESTDIR=%{buildroot}
+%find_lang %{name} --all-name
+
+%files -f %{name}.lang
+%doc AUTHORS COPYING README
+%{_datadir}/mate-background-properties/
+%{_datadir}/pixmaps/backgrounds/mate/
+
+%changelog
+* Mon Aug 13 2012 Dan Mashal <dan.mashal at fedoraproject.org> 1.4.0-1
+- Initial build
diff --git a/sources b/sources
index e69de29..d12d811 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+225a2ce7672c2a236c3b7d01da95af5a  mate-backgrounds-1.4.0.tar.xz


More information about the scm-commits mailing list