]> git.pld-linux.org Git - packages/wayland.git/blobdiff - wayland.spec
- added man patch (fix .so link generation)
[packages/wayland.git] / wayland.spec
index d55d5d66ad1c1e03394a0a77dc26677510bc0ed4..b95b334c64c832d5ab828741b4c9eeecf471f76a 100644 (file)
@@ -6,13 +6,14 @@
 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.0.5
+Version:       1.0.6
 Release:       1
 License:       MIT
 Group:         Libraries
 Source0:       http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
-# Source0-md5: e2e9ebfbaf9b013471c620b99938d764
+# Source0-md5: 936a2590aea69fa3c0cf234d54b9137c
 Patch0:                %{name}-publican.patch
+Patch1:                %{name}-man.patch
 URL:           http://wayland.freedesktop.org/
 BuildRequires: autoconf >= 2.64
 BuildRequires: automake >= 1:1.11
@@ -87,6 +88,10 @@ Dokumentacja API biblioteki oraz protokołu Wayland.
 test ! -f doc/Wayland/en_US/Revision_History.xml
 
 %patch0 -p1
+%patch1 -p1
+
+# force regeneration (.so link is broken, double man3/)
+%{__rm} doc/man/*.3
 
 %build
 %{__libtoolize}
@@ -97,6 +102,7 @@ test ! -f doc/Wayland/en_US/Revision_History.xml
 %configure \
        --disable-silent-rules \
        %{!?with_static_libs:--disable-static}
+
 %{__make}
 
 %install
This page took 0.050403 seconds and 4 git commands to generate.