[packages/meson] Initial release

megabajt megabajt at pld-linux.org
Sun Apr 16 18:03:57 CEST 2017


commit d8c9af252771c231a664203430d2ee92a379f012
Author: Marcin Banasiak <marcin.banasiak at gmail.com>
Date:   Sun Apr 16 18:03:03 2017 +0200

    Initial release

 meson.spec | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)
---
diff --git a/meson.spec b/meson.spec
new file mode 100644
index 0000000..fc4dab0
--- /dev/null
+++ b/meson.spec
@@ -0,0 +1,48 @@
+Summary:	High productivity build system
+Name:		meson
+Version:	0.39.1
+Release:	1
+License:	Apache v2.0
+Group:		Applications
+Source0:	https://github.com/mesonbuild/meson/releases/download/0.39.1/%{name}-%{version}.tar.gz
+# Source0-md5:	7f5381985c6f6de46addc8ffdf5719a4
+URL:		http://mesonbuild.com/
+BuildRequires:	ninja >= 1.5
+BuildRequires:	python3 >= 1:3.4
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Meson is a build system designed to optimize programmer productivity.
+It aims to do this by providing simple, out-of-the-box support for
+modern software development tools and practices, such as unit tests,
+coverage reports, Valgrind, CCache and the like.
+
+%prep
+%setup -q
+
+%build
+%py3_build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%py3_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc authors.txt contributing.txt README.md
+%attr(755,root,root) %{_bindir}/meson
+%attr(755,root,root) %{_bindir}/mesonconf
+%attr(755,root,root) %{_bindir}/mesonintrospect
+%attr(755,root,root) %{_bindir}/mesontest
+%attr(755,root,root) %{_bindir}/wraptool
+%{_mandir}/man1/meson.1*
+%{_mandir}/man1/mesonconf.1*
+%{_mandir}/man1/mesonintrospect.1*
+%{_mandir}/man1/mesontest.1*
+%{_mandir}/man1/wraptool.1*
+%{py3_sitescriptdir}/meson-*-py3*.egg-info
+%{py3_sitescriptdir}/mesonbuild
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/meson.git/commitdiff/d8c9af252771c231a664203430d2ee92a379f012



More information about the pld-cvs-commit mailing list