[wayland] Update to a git snapshot based on 0.89.0

Richard Hughes rhughes at fedoraproject.org
Tue Apr 24 15:55:31 UTC 2012


commit 95b1d7ea4be75cde46ff3fb6d7b36361092517ee
Author: Richard Hughes <richard at hughsie.com>
Date:   Tue Apr 24 16:54:19 2012 +0100

    Update to a git snapshot based on 0.89.0

 wayland-install-compositor.patch |   18 ------------------
 wayland-no-clients.patch         |   18 ------------------
 wayland.spec                     |   12 +++++++++---
 3 files changed, 9 insertions(+), 39 deletions(-)
---
diff --git a/wayland.spec b/wayland.spec
index cc5f131..5bf7591 100644
--- a/wayland.spec
+++ b/wayland.spec
@@ -1,7 +1,7 @@
-#global gitdate 20120217
+%global gitdate 20120424
 
 Name:           wayland
-Version:        0.85.0
+Version:        0.89.0
 Release:        1%{?gitdate:.%{gitdate}}%{?dist}
 Summary:        Wayland Compositor Infrastructure
 
@@ -18,6 +18,7 @@ Source1:        make-git-snapshot.sh
 BuildRequires:  autoconf automake libtool
 BuildRequires:  pkgconfig(libffi)
 BuildRequires:  expat-devel
+BuildRequires:  libxslt
 
 Provides:       %{name}-common = %{version}-%{release}
 Obsoletes:      %{name}-common < 0.85.0
@@ -69,7 +70,7 @@ rm spec/.gitignore
 
 %build
 autoreconf -v --install
-%configure --disable-static
+%configure --disable-static --enable-documentation
 make %{?_smp_mflags}
 
 
@@ -92,12 +93,14 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc README TODO spec
+%doc %{_datadir}/doc/wayland/*
 
 %files devel
 %defattr(-,root,root,-)
 %{_bindir}/wayland-scanner
 %{_includedir}/wayland-util.h
 %{_includedir}/wayland-egl.h
+%{_includedir}/wayland-version.h
 %{_datadir}/aclocal/wayland-scanner.m4
 %{_datadir}/aclocal/wayland-scanner.mk
 
@@ -122,6 +125,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/wayland-server.pc
 
 %changelog
+* Tue Apr 24 2012 Richard Hughes <rhughes at redhat.com> - 0.89.0-1
+- Update to a git snapshot based on 0.89.0
+
 * Sat Feb 18 2012 Thorsten Leemhuis <fedora at leemhuis.info> - 0.85.0-1
 - update to 0.85.0
 - adjust license, as upstream changed it to MIT


More information about the scm-commits mailing list