forked from jengelh/wayland
wayland-1.0.0
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=8
This commit is contained in:
parent
0c574da87f
commit
e11893521f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b05b553d130571c6b6b3d60e9bb7d0682576fb9d30bacc959a04c4c5d7431289
|
||||
size 177420
|
3
wayland-1.0.0.tar.xz
Normal file
3
wayland-1.0.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:833634b3bf8a079beb8652a0b52a0a2d135266cc74922dce993342c300a374a0
|
||||
size 390124
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 23 12:17:02 UTC 2012 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.0
|
||||
* more consistent error checking
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 19 21:33:55 UTC 2012 - tobias.johannes.klausmann@mni.thm.de
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
Name: wayland
|
||||
%define lname libwayland0
|
||||
Version: 0.99.0
|
||||
Version: 1.0.0
|
||||
Release: 0
|
||||
Summary: Wayland Compositor Infrastructure
|
||||
License: MIT
|
||||
@ -28,9 +28,9 @@ URL: http://wayland.freedesktop.org/
|
||||
Source: %name-%version.tar.xz
|
||||
Patch1: 0001-scanner-Fix-valgrind-errors.patch
|
||||
BuildRoot: %_tmppath/%name-%version-build
|
||||
BuildRequires: autoconf >= 2.64
|
||||
BuildRequires: automake >= 1.11
|
||||
BuildRequires: libtool >= 2.2
|
||||
#git#BuildRequires: autoconf >= 2.64
|
||||
#git#BuildRequires: automake >= 1.11
|
||||
#git#BuildRequires: libtool >= 2.2
|
||||
BuildRequires: pkgconfig, pkgconfig(libffi), libexpat-devel, xz
|
||||
BuildRequires: doxygen
|
||||
|
||||
@ -96,7 +96,6 @@ to develop applications that require these.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -P 1 -p1
|
||||
|
||||
%build
|
||||
if [ ! -e configure ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user