SHA256
1
0
forked from jengelh/wayland
Jan Engelhardt 2013-07-15 08:44:43 +00:00 committed by Git OBS Bridge
parent c108afff18
commit 5c4a6efb43
4 changed files with 20 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jul 15 08:38:47 UTC 2013 - jengelh@inai.de
- Update to new upstream release 1.2.0
* This release provides a stable wayland-server API and improved
thread safety and relaxed thread-model assumptions in
libwayland-client.
* New features include color management, a subsurface protocol,
output scaling (HiDPI), Rasperry Pi backend and renderer,
and multi-seat support.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 17 05:41:15 UTC 2013 - jengelh@inai.de Wed Apr 17 05:41:15 UTC 2013 - jengelh@inai.de

View File

@ -18,7 +18,7 @@
Name: wayland Name: wayland
%define lname libwayland0 %define lname libwayland0
Version: 1.1.0 Version: 1.2.0
Release: 0 Release: 0
Summary: Wayland Compositor Infrastructure Summary: Wayland Compositor Infrastructure
License: HPND License: HPND
@ -33,6 +33,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
#git#BuildRequires: automake >= 1.11 #git#BuildRequires: automake >= 1.11
#git#BuildRequires: libtool >= 2.2 #git#BuildRequires: libtool >= 2.2
BuildRequires: doxygen BuildRequires: doxygen
BuildRequires: fdupes
BuildRequires: libexpat-devel BuildRequires: libexpat-devel
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: xz BuildRequires: xz
@ -113,6 +114,7 @@ make %{?_smp_mflags}
b="%buildroot"; b="%buildroot";
make install DESTDIR="$b"; make install DESTDIR="$b";
rm -f "$b/%_libdir"/*.la; rm -f "$b/%_libdir"/*.la;
%fdupes %buildroot/%_prefix
%check %check
mkdir -m go-rwx xdg; mkdir -m go-rwx xdg;
@ -143,7 +145,9 @@ XDG_RUNTIME_DIR="$PWD/xdg" make check %{?_smp_mflags};
%_includedir/pkg/ %_includedir/pkg/
%_libdir/libwayland-*.so %_libdir/libwayland-*.so
%_libdir/pkgconfig/wayland-*.pc %_libdir/pkgconfig/wayland-*.pc
%_datadir/aclocal %_datadir/aclocal/
%_datadir/pkgconfig/wayland-*.pc
%_datadir/wayland/
%_mandir/man3/wl_*.3* %_mandir/man3/wl_*.3*
%changelog %changelog