]> git.pld-linux.org Git - packages/wayland.git/commitdiff
- updated to 1.13.0 auto/th/wayland-1.13.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 24 May 2017 20:24:31 +0000 (22:24 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 24 May 2017 20:24:31 +0000 (22:24 +0200)
- added missing patch (generate missing man page)

wayland-missing.patch [new file with mode: 0644]
wayland.spec

diff --git a/wayland-missing.patch b/wayland-missing.patch
new file mode 100644 (file)
index 0000000..b058459
--- /dev/null
@@ -0,0 +1,10 @@
+--- wayland-1.13.0/doc/doxygen/Makefile.am.orig        2016-12-10 01:46:13.000000000 +0100
++++ wayland-1.13.0/doc/doxygen/Makefile.am     2017-05-24 21:41:53.934460430 +0200
+@@ -9,6 +9,7 @@
+ dist_noinst_DATA = wayland.doxygen.in
+ scanned_src_files_shared =                            \
++      $(top_srcdir)/src/wayland-util.c \
+       $(top_srcdir)/src/wayland-util.h
+ scanned_src_files_Client =                            \
index 4927e17f1b3576fcad1a2a00f6564510cc7a4d73..63a24f342578194f039af43813e1938d552a806f 100644 (file)
@@ -6,12 +6,13 @@
 Summary:       Wayland - protocol for a compositor to talk to its clients
 Summary(pl.UTF-8):     Wayland - protokół między serwerem składającym a klientami
 Name:          wayland
-Version:       1.12.0
-Release:       2
+Version:       1.13.0
+Release:       1
 License:       MIT
 Group:         Libraries
 Source0:       https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
-# Source0-md5: ee615e2d1e205eec48b02f069327eb96
+# Source0-md5: cae152ed956da6de53f9727bc1c45039
+Patch0:                %{name}-missing.patch
 Patch1:                %{name}-man.patch
 URL:           https://wayland.freedesktop.org/
 BuildRequires: autoconf >= 2.64
@@ -89,6 +90,7 @@ Dokumentacja API biblioteki oraz protokołu Wayland.
 
 %prep
 %setup -q
+%patch0 -p1
 %patch1 -p1
 
 # force regeneration (.so link is broken, double man3/)
@@ -115,7 +117,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %if %{with apidocs}
 # referenced by some installed wl_*.3 man pages
-cp -p doc/doxygen/man/man3/wayland-{client-core,server,server-core,util}.h.3 \
+cp -p doc/doxygen/man/man3/wayland-{client,client-core,server,server-core,util}.h.3 \
        doc/doxygen/man/man3/wayland-{client,server,shm,util}.c.3 $RPM_BUILD_ROOT%{_mandir}/man3
 %endif
 
This page took 0.083484 seconds and 4 git commands to generate.