]> git.pld-linux.org Git - packages/meson.git/commitdiff
Update to 0.42.1 auto/th/meson-0.42.1-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Tue, 12 Sep 2017 19:28:42 +0000 (21:28 +0200)
committerMarcin Banasiak <marcin.banasiak@gmail.com>
Tue, 12 Sep 2017 19:28:42 +0000 (21:28 +0200)
- added -gtkdocdir.patch to fix installation path of gtkdoc
documentation

meson-gtkdocdir.patch [new file with mode: 0644]
meson.spec

diff --git a/meson-gtkdocdir.patch b/meson-gtkdocdir.patch
new file mode 100644 (file)
index 0000000..70c56bb
--- /dev/null
@@ -0,0 +1,11 @@
+--- meson-0.42.1/mesonbuild/scripts/gtkdochelper.py.pathfix    2017-09-12 21:21:54.832059192 +0200
++++ meson-0.42.1/mesonbuild/scripts/gtkdochelper.py    2017-09-12 21:22:03.258725859 +0200
+@@ -226,7 +226,7 @@ def run(args):
+         install_gtkdoc(options.builddir,
+                        options.subdir,
+                        install_prefix,
+-                       'share/gtk-doc/html',
++                       'share/doc/gtk-doc/html',
+                        install_dir)
+     return 0
index f7bd5b61b5428e91297e37c1adb7171d30eb91c7..73f97a65a8dda297ff804928afb187e5c6ec4a07 100644 (file)
@@ -1,13 +1,14 @@
 Summary:       High productivity build system
 Summary(pl.UTF-8):     System budowania o dużej produktywności
 Name:          meson
-Version:       0.40.1
-Release:       2
+Version:       0.42.1
+Release:       1
 License:       Apache v2.0
 Group:         Development/Tools
 #Source0Download: https://github.com/mesonbuild/meson/releases/
 Source0:       https://github.com/mesonbuild/meson/releases/download/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 8475b19d5f5f3bd5c40f4bb1f31b93f3
+# Source0-md5: a8ff06ab5e138dec64cbfa249ff4f8bb
+Patch0:                %{name}-gtkdocdir.patch
 URL:           http://mesonbuild.com/
 BuildRequires: ninja >= 1.5
 BuildRequires: python3 >= 1:3.4
@@ -32,6 +33,7 @@ takich jak testy jednostkowe, raporty pokrycia, Valgrind, CCache itp.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %{__sed} -i -e '1s,/usr/bin/env python3,%{__python3},' \
        meson.py mesonconf.py mesonintrospect.py mesontest.py wraptool.py
@@ -47,7 +49,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc authors.txt contributing.txt README.md
+%doc contributing.txt README.md
 %attr(755,root,root) %{_bindir}/meson
 %attr(755,root,root) %{_bindir}/mesonconf
 %attr(755,root,root) %{_bindir}/mesonintrospect
This page took 0.366542 seconds and 4 git commands to generate.