forked from pool/weston
weston-1.0.3
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/weston?expand=0&rev=8
This commit is contained in:
parent
a32cd773f1
commit
a676352397
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:33849cadd538cab4c321bf2b5b1b0a188c08c1be24dcdb76bca7f75b21a22691
|
|
||||||
size 561248
|
|
3
weston-1.0.3.tar.xz
Normal file
3
weston-1.0.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3136a7d2f654ea3e946d4217f7e25321248ad2921f1f4e2504dda58968e04853
|
||||||
|
size 562572
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 18 13:01:52 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 1.0.3
|
||||||
|
* rewrite of the test suite
|
||||||
|
* fixes from the Coverity checker
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 1 06:35:02 UTC 2012 - jengelh@inai.de
|
Sat Dec 1 06:35:02 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
|
11
weston.spec
11
weston.spec
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: weston
|
Name: weston
|
||||||
%define lname libweston0
|
%define lname libweston0
|
||||||
Version: 1.0.2
|
Version: 1.0.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Wayland Compositor Infrastructure
|
Summary: Wayland Compositor Infrastructure
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -38,6 +38,7 @@ BuildRequires: libvpx-devel
|
|||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: rsvg-view
|
BuildRequires: rsvg-view
|
||||||
|
BuildRequires: xkeyboard-config
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: pkgconfig(cairo)
|
BuildRequires: pkgconfig(cairo)
|
||||||
BuildRequires: pkgconfig(cairo-egl) >= 1.11.3
|
BuildRequires: pkgconfig(cairo-egl) >= 1.11.3
|
||||||
@ -63,6 +64,7 @@ BuildRequires: pkgconfig(xkbcommon) >= 0.0.578
|
|||||||
BuildRequires: pkgconfig(xcb)
|
BuildRequires: pkgconfig(xcb)
|
||||||
BuildRequires: pkgconfig(xcb-xfixes)
|
BuildRequires: pkgconfig(xcb-xfixes)
|
||||||
BuildRequires: pkgconfig(xcursor)
|
BuildRequires: pkgconfig(xcursor)
|
||||||
|
Requires: xkeyboard-config
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Weston is the reference implementation of a Wayland compositor, and a
|
Weston is the reference implementation of a Wayland compositor, and a
|
||||||
@ -90,6 +92,13 @@ make %{?_smp_mflags};
|
|||||||
make install DESTDIR="%buildroot";
|
make install DESTDIR="%buildroot";
|
||||||
rm -f "%buildroot/%_libdir"/*.la "%buildroot/%_libdir/weston"/*.la;
|
rm -f "%buildroot/%_libdir"/*.la "%buildroot/%_libdir/weston"/*.la;
|
||||||
|
|
||||||
|
%check
|
||||||
|
mkdir -pm go-rwx xdg;
|
||||||
|
# Ignore exit code, because """the headless backend is not even in the 1.0
|
||||||
|
# stable series. It means it will be an option starting from 1.2 of stable
|
||||||
|
# series."""
|
||||||
|
XDG_RUNTIME_DIR="$PWD/xdg" make check || :;
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_bindir/wcap-*
|
%_bindir/wcap-*
|
||||||
|
Loading…
Reference in New Issue
Block a user