SHA256
1
0
forked from pool/wayland

Accepting request 173119 from X11:Wayland

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/173119
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wayland?expand=0&rev=8
This commit is contained in:
Stephan Kulow 2013-04-24 14:01:17 +00:00 committed by Git OBS Bridge
commit 9d0a7a9350
5 changed files with 19 additions and 7 deletions

View File

@ -2,6 +2,7 @@ libwayland-server0
libwayland-client0 libwayland-client0
libwayland-cursor0 libwayland-cursor0
wayland-devel wayland-devel
requires -wayland-<targettype>
requires "libwayland-server0-<targettype> = <version>" requires "libwayland-server0-<targettype> = <version>"
requires "libwayland-client0-<targettype> = <version>" requires "libwayland-client0-<targettype> = <version>"
requires "libwayland-cursor0-<targettype> = <version>" requires "libwayland-cursor0-<targettype> = <version>"

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Apr 17 05:41:15 UTC 2013 - jengelh@inai.de
- Update to new upstream release 1.1.0
* Optimize damage handling when moving surfaces in and out of planes
* Touch screen calibration feature and client
* Proper support for popup surfaces
- Use a header location that does not change with every release
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Mar 24 15:46:12 UTC 2013 - hrvoje.senjan@gmail.com Sun Mar 24 15:46:12 UTC 2013 - hrvoje.senjan@gmail.com

View File

@ -18,7 +18,7 @@
Name: wayland Name: wayland
%define lname libwayland0 %define lname libwayland0
Version: 1.0.6 Version: 1.1.0
Release: 0 Release: 0
Summary: Wayland Compositor Infrastructure Summary: Wayland Compositor Infrastructure
License: HPND License: HPND
@ -27,7 +27,7 @@ Url: http://wayland.freedesktop.org/
#Git-Clone: git://anongit.freedesktop.org/wayland/wayland #Git-Clone: git://anongit.freedesktop.org/wayland/wayland
#Git-Web: http://cgit.freedesktop.org/wayland/wayland/ #Git-Web: http://cgit.freedesktop.org/wayland/wayland/
Source: %name-%version.tar.xz Source: http://wayland.freedesktop.org/releases/%name-%version.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
#git#BuildRequires: autoconf >= 2.64 #git#BuildRequires: autoconf >= 2.64
#git#BuildRequires: automake >= 1.11 #git#BuildRequires: automake >= 1.11
@ -105,7 +105,8 @@ to develop applications that require these.
if [ ! -e configure ]; then if [ ! -e configure ]; then
autoreconf -fi; autoreconf -fi;
fi; fi;
%configure --disable-static --includedir=%_includedir/%name-%version # Ensure people will use pkgconfig to locate headers
%configure --disable-static --includedir="%_includedir/pkg/%name"
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
@ -139,9 +140,10 @@ XDG_RUNTIME_DIR="$PWD/xdg" make check %{?_smp_mflags};
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%_bindir/wayland-scanner %_bindir/wayland-scanner
%_includedir/%name-%version %_includedir/pkg/
%_libdir/libwayland-*.so %_libdir/libwayland-*.so
%_libdir/pkgconfig/wayland-*.pc %_libdir/pkgconfig/wayland-*.pc
%_datadir/aclocal %_datadir/aclocal
%_mandir/man3/wl_*.3*
%changelog %changelog