SHA256
1
0
forked from pool/weston
Jan Engelhardt 2012-10-20 21:18:53 +00:00 committed by Git OBS Bridge
parent 0d42895916
commit 2770fab7a6
4 changed files with 14 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Oct 20 11:08:23 UTC 2012 - jengelh@inai.de
- Update to new upstream release 0.99.0
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 30 00:15:28 UTC 2012 - jengelh@inai.de Thu Aug 30 00:15:28 UTC 2012 - jengelh@inai.de

View File

@ -18,7 +18,7 @@
Name: weston Name: weston
%define lname libweston0 %define lname libweston0
Version: 0.95.0 Version: 0.99.0
Release: 0 Release: 0
Summary: Wayland Compositor Infrastructure Summary: Wayland Compositor Infrastructure
License: MIT License: MIT
@ -29,7 +29,7 @@ Url: http://weston.freedesktop.org/
#Git-Web: http://cgit.freedesktop.org/wayland/weston/ #Git-Web: http://cgit.freedesktop.org/wayland/weston/
Source: %name-%version.tar.xz Source: %name-%version.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
#git#BuildRequires: autoconf >= 2.64, automake >= 1.11 BuildRequires: autoconf >= 2.64, automake >= 1.11
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: libexpat-devel BuildRequires: libexpat-devel
BuildRequires: libjpeg-devel BuildRequires: libjpeg-devel
@ -55,7 +55,7 @@ BuildRequires: pkgconfig(libudev) >= 136
BuildRequires: pkgconfig(mtdev) >= 1.1.0 BuildRequires: pkgconfig(mtdev) >= 1.1.0
BuildRequires: pkgconfig(pixman-1) BuildRequires: pkgconfig(pixman-1)
BuildRequires: pkgconfig(poppler-glib) BuildRequires: pkgconfig(poppler-glib)
BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-client) >= 0.99.0
BuildRequires: pkgconfig(wayland-egl) BuildRequires: pkgconfig(wayland-egl)
BuildRequires: pkgconfig(wayland-server) BuildRequires: pkgconfig(wayland-server)
BuildRequires: pkgconfig(xkbcommon) >= 0.0.578 BuildRequires: pkgconfig(xkbcommon) >= 0.0.578
@ -79,6 +79,9 @@ as a X window manager.
%setup -q %setup -q
%build %build
if [ ! -e configure ]; then
NOCONFIGURE=1 ./autogen.sh;
fi;
%configure --disable-static --disable-setuid-install %configure --disable-static --disable-setuid-install
make %{?_smp_mflags}; make %{?_smp_mflags};