Jan Engelhardt 2015-02-02 10:32:08 +00:00 committed by Git OBS Bridge
parent 91fec6c512
commit a438bdd58d
4 changed files with 17 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cb8b4ecdab1e8bba2bd01fc564e4b198c57a82da6f77d5ddaadb0ec73daa5283
size 427816

3
wayland-1.6.92.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8c3e823c9bd4b36c5c63549be8b9a3af386d0a2477b65ae2f7a8a2387e0e0c4b
size 363868

View File

@ -1,7 +1,7 @@
-------------------------------------------------------------------
Tue Jan 27 21:19:36 UTC 2015 - jengelh@inai.de
Mon Feb 2 10:20:12 UTC 2015 - jengelh@inai.de
- Update to new upstream prerelease 1.6.91
- Update to new upstream prerelease 1.6.92
* The codebase's doxygen documentation was revamped
-------------------------------------------------------------------

View File

@ -1,7 +1,7 @@
#
# spec file for package wayland
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,12 +18,12 @@
%define lname libwayland0
Name: wayland
Version: 1.6.91
Version: 1.6.92
Release: 0
Summary: Wayland Compositor Infrastructure
License: HPND
Group: Development/Libraries/C and C++
URL: http://wayland.freedesktop.org/
Url: http://wayland.freedesktop.org/
#Git-Clone: git://anongit.freedesktop.org/wayland/wayland
#Git-Web: http://cgit.freedesktop.org/wayland/wayland/
@ -34,13 +34,16 @@ Source3: baselibs.conf
#git#BuildRequires: libtool >= 2.2
BuildRequires: doxygen
BuildRequires: fdupes
BuildRequires: graphviz
BuildRequires: graphviz-gnome
BuildRequires: libxml2-tools
BuildRequires: libxslt-tools
BuildRequires: pkgconfig
BuildRequires: xz xmlto
BuildRequires: xmlto
BuildRequires: xz
BuildRequires: pkgconfig(expat)
BuildRequires: pkgconfig(libffi)
BuildRoot: %_tmppath/%name-%version-build
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Wayland is a protocol for a compositor to talk to its clients as well
@ -118,7 +121,7 @@ if [ ! -e configure ]; then
autoreconf -fi;
fi;
%configure --disable-static --includedir="%_includedir/%name" \
--docdir="%_defaultdocdir/%name"
--docdir="%_defaultdocdir/%name" --disable-doc
make %{?_smp_mflags} V=1
%install
@ -128,10 +131,10 @@ find "%buildroot" -type f -name "*.la" -delete -print
%check
%if !0%{?qemu_user_space_build}
mkdir xdg
chmod 700 xdg
mkdir -p xdg/wayland-tests
chmod 700 xdg xdg/wayland-tests
export XDG_RUNTIME_DIR="$PWD/xdg"
if ! make check %{?_smp_mflags} V=1; then
if ! make check V=1; then
cat test-suite.log
exit 1
fi