forked from jengelh/wayland
wayland-1.0.2
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=17
This commit is contained in:
parent
dc8f311263
commit
64b97bbf2d
@ -1,7 +1,7 @@
|
|||||||
libwayland-server0
|
libwayland-server0
|
||||||
libwayland-client0
|
libwayland-client0
|
||||||
|
libwayland-cursor0
|
||||||
wayland-devel
|
wayland-devel
|
||||||
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>"
|
||||||
libwayland-cursor0
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:99c99dc640dd0e84673f713852cbfc93acb243f03abae9cf0c162078a5404ac6
|
|
||||||
size 390784
|
|
3
wayland-1.0.2.tar.xz
Normal file
3
wayland-1.0.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e1e05e65e492ac1b44540e6cd0526a6bd0cc4d166ec4f8bdb1851e26f4405760
|
||||||
|
size 390588
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 1 06:18:11 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 1.0.2
|
||||||
|
* new wl_display_dispatch_queue_pending() entry point that allows
|
||||||
|
avoiding triple buffering in Mesa
|
||||||
|
* avoid premature exit and potential memory corruption in
|
||||||
|
wl_display_roundtrip()
|
||||||
|
- Put all include files in a separate directory so that we see
|
||||||
|
when downstream users forget to use pkgconfig
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 26 20:45:44 UTC 2012 - tobias.johannes.klausmann@mni.thm.de
|
Mon Nov 26 20:45:44 UTC 2012 - tobias.johannes.klausmann@mni.thm.de
|
||||||
|
|
||||||
|
11
wayland.spec
11
wayland.spec
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: wayland
|
Name: wayland
|
||||||
%define lname libwayland0
|
%define lname libwayland0
|
||||||
Version: 1.0.1
|
Version: 1.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Wayland Compositor Infrastructure
|
Summary: Wayland Compositor Infrastructure
|
||||||
License: HPND
|
License: HPND
|
||||||
@ -105,12 +105,13 @@ to develop applications that require these.
|
|||||||
if [ ! -e configure ]; then
|
if [ ! -e configure ]; then
|
||||||
autoreconf -fi;
|
autoreconf -fi;
|
||||||
fi;
|
fi;
|
||||||
%configure --disable-static
|
%configure --disable-static --includedir=%_includedir/%name-%version
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
b="%buildroot";
|
||||||
rm -f "%buildroot/%_libdir"/*.la
|
make install DESTDIR="$b";
|
||||||
|
rm -f "$b/%_libdir"/*.la;
|
||||||
|
|
||||||
%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
|
||||||
@ -134,7 +135,7 @@ rm -f "%buildroot/%_libdir"/*.la
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_bindir/wayland-scanner
|
%_bindir/wayland-scanner
|
||||||
%_includedir/wayland-*.h
|
%_includedir/%name-%version
|
||||||
%_libdir/libwayland-*.so
|
%_libdir/libwayland-*.so
|
||||||
%_libdir/pkgconfig/wayland-*.pc
|
%_libdir/pkgconfig/wayland-*.pc
|
||||||
%_datadir/aclocal
|
%_datadir/aclocal
|
||||||
|
Loading…
Reference in New Issue
Block a user