SHA256
1
0
forked from pool/weston
Jan Engelhardt 2013-04-17 06:11:16 +00:00 committed by Git OBS Bridge
parent aeb8800d24
commit 454a2b9202
4 changed files with 21 additions and 10 deletions

View File

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

3
weston-1.1.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Apr 17 05:41:15 UTC 2013 - jengelh@inai.de
- Update to new upstream release 1.1.0
* Added a pixman renderer, and fbdev, Raspberry Pi, RDP and
Headless backends
* libunwind support for better crash dumps
- Use a header location that does not change with every release
-------------------------------------------------------------------
Sun Mar 24 15:51:43 UTC 2013 - hrvoje.senjan@gmail.com

View File

@ -18,7 +18,7 @@
Name: weston
%define lname libweston0
Version: 1.0.6
Version: 1.1.0
Release: 0
Summary: Wayland Compositor Infrastructure
License: MIT
@ -27,10 +27,10 @@ Url: http://weston.freedesktop.org/
#Git-Clone: git://anongit.freedesktop.org/wayland/weston
#Git-Web: http://cgit.freedesktop.org/wayland/weston/
Source: %name-%version.tar.xz
Source: http://wayland.freedesktop.org/releases/%name-%version.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#git#BuildRequires: autoconf >= 2.64, automake >= 1.11
BuildRequires: gcc-c++
BuildRequires: freerdp-devel
BuildRequires: libexpat-devel
BuildRequires: libjpeg-devel
#git#BuildRequires: libtool >= 2.2
@ -100,8 +100,10 @@ to develop plugins for Weston.
if [ ! -e configure ]; then
NOCONFIGURE=1 ./autogen.sh;
fi;
# Ensure people will use pkgconfig to locate headers.
%configure --disable-static --disable-setuid-install \
--includedir=%_includedir/%name-%version
--disable-rpi-compositor \
--includedir="%_includedir/pkg/%name"
make %{?_smp_mflags};
%install
@ -120,15 +122,15 @@ XDG_RUNTIME_DIR="$PWD/xdg" make check || :;
%_bindir/wcap-*
%_bindir/weston*
%_libexecdir/weston-*
%_libdir/weston
%_datadir/weston
%_libdir/weston/
%_datadir/weston/
%_mandir/man1/weston.1*
%_mandir/man5/weston*5*
%_mandir/man7/weston*7*
%files devel
%defattr(-,root,root)
%_includedir/%name-%version
%_includedir/pkg/
%_libdir/pkgconfig/weston.pc
%changelog