SHA256
1
0
forked from pool/wayland
Jan Engelhardt 2012-12-01 06:24:39 +00:00 committed by Git OBS Bridge
parent dc8f311263
commit 64b97bbf2d
5 changed files with 21 additions and 9 deletions

View File

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

View File

@ -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
View File

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

View File

@ -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

View File

@ -18,7 +18,7 @@
Name: wayland
%define lname libwayland0
Version: 1.0.1
Version: 1.0.2
Release: 0
Summary: Wayland Compositor Infrastructure
License: HPND
@ -105,12 +105,13 @@ to develop applications that require these.
if [ ! -e configure ]; then
autoreconf -fi;
fi;
%configure --disable-static
%configure --disable-static --includedir=%_includedir/%name-%version
make %{?_smp_mflags}
%install
%make_install
rm -f "%buildroot/%_libdir"/*.la
b="%buildroot";
make install DESTDIR="$b";
rm -f "$b/%_libdir"/*.la;
%post -n libwayland-client0 -p /sbin/ldconfig
%postun -n libwayland-client0 -p /sbin/ldconfig
@ -134,7 +135,7 @@ rm -f "%buildroot/%_libdir"/*.la
%files devel
%defattr(-,root,root)
%_bindir/wayland-scanner
%_includedir/wayland-*.h
%_includedir/%name-%version
%_libdir/libwayland-*.so
%_libdir/pkgconfig/wayland-*.pc
%_datadir/aclocal