[mate-common] Initial build

Dan Mashal vicodan at fedoraproject.org
Wed Jul 18 04:55:23 UTC 2012


commit 22414b4812edb84861ec8bc81e179a7916d89477
Author: Dan Mashal <dan.mashal at gmail.com>
Date:   Tue Jul 17 21:54:34 2012 -0700

    Initial build

 mate-common.spec |   55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 55 insertions(+), 0 deletions(-)
---
diff --git a/mate-common.spec b/mate-common.spec
new file mode 100644
index 0000000..d217375
--- /dev/null
+++ b/mate-common.spec
@@ -0,0 +1,55 @@
+Name:	mate-common	
+Summary:	mate common build files
+Version:	1.4.0
+Release:	5%{?dist}
+
+License:	GPLv3+
+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
+Requires: automake autoconf libtool gettext
+
+%description
+binaries for building all MATE desktop sub components
+
+%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-5
+- Update license, description and requires field.
+
+* 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


More information about the scm-commits mailing list