Accepting request 145831 from X11:Wayland
- Update to new upstream release 1.0.3 * a couple of documentation fixes * the test suite now cleans up its temporary files OBS-URL: https://build.opensuse.org/request/show/145831 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wayland?expand=0&rev=5
This commit is contained in:
commit
0ef78b5826
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e1e05e65e492ac1b44540e6cd0526a6bd0cc4d166ec4f8bdb1851e26f4405760
|
|
||||||
size 390588
|
|
3
wayland-1.0.3.tar.xz
Normal file
3
wayland-1.0.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f6be5ee11ba534baaa116350b5efb874bf9963bf3fb18bcf40130317e83a5913
|
||||||
|
size 391040
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 18 12:46:10 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 1.0.3
|
||||||
|
* a couple of documentation fixes
|
||||||
|
* the test suite now cleans up its temporary files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 1 06:18:11 UTC 2012 - jengelh@inai.de
|
Sat Dec 1 06:18:11 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: wayland
|
Name: wayland
|
||||||
%define lname libwayland0
|
%define lname libwayland0
|
||||||
Version: 1.0.2
|
Version: 1.0.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Wayland Compositor Infrastructure
|
Summary: Wayland Compositor Infrastructure
|
||||||
License: HPND
|
License: HPND
|
||||||
@ -113,6 +113,10 @@ b="%buildroot";
|
|||||||
make install DESTDIR="$b";
|
make install DESTDIR="$b";
|
||||||
rm -f "$b/%_libdir"/*.la;
|
rm -f "$b/%_libdir"/*.la;
|
||||||
|
|
||||||
|
%check
|
||||||
|
mkdir -m go-rwx xdg;
|
||||||
|
XDG_RUNTIME_DIR="$PWD/xdg" make check %{?_smp_mflags};
|
||||||
|
|
||||||
%post -n libwayland-client0 -p /sbin/ldconfig
|
%post -n libwayland-client0 -p /sbin/ldconfig
|
||||||
%postun -n libwayland-client0 -p /sbin/ldconfig
|
%postun -n libwayland-client0 -p /sbin/ldconfig
|
||||||
%post -n libwayland-cursor0 -p /sbin/ldconfig
|
%post -n libwayland-cursor0 -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user