[mate-common/f16] Initial build

Dan Mashal vicodan at fedoraproject.org
Wed Jul 18 05:11:30 UTC 2012


commit 58510bbc1bbfdea959d9dc28f4ab7fc433524c6d
Author: Dan Mashal <dan.mashal at gmail.com>
Date:   Tue Jul 17 22:11:11 2012 -0700

    Initial build

 .gitignore       |    1 +
 mate-common.spec |   57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources          |    1 +
 3 files changed, 59 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..8a1861a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/mate-common-1.4.0.tar.xz
diff --git a/mate-common.spec b/mate-common.spec
new file mode 100644
index 0000000..d7ba4bb
--- /dev/null
+++ b/mate-common.spec
@@ -0,0 +1,57 @@
+Name:	mate-common	
+Summary:	mate common files
+Version:	1.4.0
+Release:	4%{?dist}
+
+License:	GPLv2+
+URL:		http://mate-desktop.org
+Source0:	http://pub.mate-desktop.org/releases/1.4/mate-common-%{version}.tar.xz
+
+BuildArch: noarch
+
+BuildRequires:	automake autoconf libtool gettext pkgconfig
+
+%description
+mate common files
+
+%prep
+%setup -q
+NOCONFIGURE=1 ./autogen.sh
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+make install DESTDIR=%{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+%{_bindir}/mate-*
+%{_datadir}/aclocal/mate-*.m4
+%{_datadir}/mate-common/
+%{_mandir}/man1/mate-*
+
+%changelog
+* Mon Jul 16 2012 Dan Mashal <dan.mashal at gmail.com> 1.4.0-4
+- Clean up requirements fields
+
+* Sat Jul 14 2012 Dan Mashal <dan.mashal at gmail.com> 1.4.0-3
+- incorporate Rex's changes, clean up spec file.
+
+* Fri Jul 13 2012 Rex Dieter <rdieter at fedoraproject.org> 1.4.0-2
+- omit Group: tag
+- fix URL, Source0
+- use %%configure macro
+- BuildArch: noarch
+
+* Thu Jul 12 2012 Dan Mashal <dan.mashal at gmail.com> 1.4.0-1
+- Initial build
+
+
+
+* Thu Jul 12 2012 Dan Mashal <dan.mashal at gmail.com>
+-Initial build
+
diff --git a/sources b/sources
index e69de29..b4dc242 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+bc49ff6897ef2303c6464a3ca46aaf35  mate-common-1.4.0.tar.xz


More information about the scm-commits mailing list