From 1e58357d60f29eb41159b92b543fb9df00e0a1c458c4e9d99f5336f6a0bd83bf Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 11 Feb 2012 15:55:46 +0000 Subject: [PATCH] Accepting request 103806 from home:jengelh:wayland initial package OBS-URL: https://build.opensuse.org/request/show/103806 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=1 --- .gitattributes | 23 ++++++++ .gitignore | 1 + wayland-0.85.0.tar.xz | 3 ++ wayland.changes | 4 ++ wayland.spec | 118 ++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 149 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 wayland-0.85.0.tar.xz create mode 100644 wayland.changes create mode 100644 wayland.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/wayland-0.85.0.tar.xz b/wayland-0.85.0.tar.xz new file mode 100644 index 0000000..b7b2299 --- /dev/null +++ b/wayland-0.85.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e3d4579916e963a77a59c90b4524c1d28aca2654ec76907c7cd58cf4c5cbc30 +size 224496 diff --git a/wayland.changes b/wayland.changes new file mode 100644 index 0000000..160d4e1 --- /dev/null +++ b/wayland.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Sat Feb 11 15:55:16 UTC 2012 - jengelh@medozas.de + +- Initial package for build.opensuse.org diff --git a/wayland.spec b/wayland.spec new file mode 100644 index 0000000..f697028 --- /dev/null +++ b/wayland.spec @@ -0,0 +1,118 @@ +# +# spec file for package wayland +# +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# +Name: wayland +%define lname libwayland0 +Version: 0.85.0 +Release: 0 +Summary: Wayland Compositor Infrastructure +License: MIT +Group: Development/Libraries/C and C++ +URL: http://wayland.freedesktop.org/ + +#Git-Clone: git://anongit.freedesktop.org/wayland/wayland +#Git-Web: http://cgit.freedesktop.org/wayland/wayland/ +Source: %name-%version.tar.xz +BuildRoot: %_tmppath/%name-%version-build +#git#BuildRequires: autoconf >= 2.64, automake >= 1.11 +BuildRequires: libtool >= 2.2 +BuildRequires: pkgconfig, pkgconfig(libffi), libexpat-devel, xz + +%description +Wayland is a protocol for a compositor to talk to its clients as well +as a C library implementation of that protocol. The compositor can be +a standalone display server running on Linux kernel modesetting and +evdev input devices, an X application, or a wayland client itself. +The clients can be traditional applications, X servers (rootless or +fullscreen) or other display servers. + +%package -n libwayland-client0 +Group: System/Libraries +Summary: Wayland core client library + +%description -n libwayland-client0 +Wayland is a protocol for a compositor to talk to its clients as well +as a C library implementation of that protocol. The compositor can be +a standalone display server running on Linux kernel modesetting and +evdev input devices, an X application, or a wayland client itself. +The clients can be traditional applications, X servers (rootless or +fullscreen) or other display servers. + +%package -n libwayland-server0 +Group: System/Libraries +Summary: Wayland core server library + +%description -n libwayland-server0 +Wayland is a protocol for a compositor to talk to its clients as well +as a C library implementation of that protocol. The compositor can be +a standalone display server running on Linux kernel modesetting and +evdev input devices, an X application, or a wayland client itself. +The clients can be traditional applications, X servers (rootless or +fullscreen) or other display servers. + +%package devel +Summary: Development files for the Wayland Compositor Infrastructure +Group: Development/Libraries/C and C++ +Requires: libwayland-client0 = %version +Requires: libwayland-server0 = %version + +%description devel +Wayland is a protocol for a compositor to talk to its clients as well +as a C library implementation of that protocol. The compositor can be +a standalone display server running on Linux kernel modesetting and +evdev input devices, an X application, or a wayland client itself. +The clients can be traditional applications, X servers (rootless or +fullscreen) or other display servers. + +This package contains all necessary include files and libraries needed +to develop applications that require these. + +%prep +%setup -q + +%build +%configure --disable-static +make %{?_smp_mflags} + +%install +%make_install +rm -f "%buildroot/%_libdir"/*.la + +%post -n libwayland-client0 -p /sbin/ldconfig +%postun -n libwayland-client0 -p /sbin/ldconfig +%post -n libwayland-server0 -p /sbin/ldconfig +%postun -n libwayland-server0 -p /sbin/ldconfig + +%files +%defattr(-,root,root) +%_bindir/wayland-scanner + +%files -n libwayland-client0 +%defattr(-,root,root) +%_libdir/libwayland-client.so.0* + +%files -n libwayland-server0 +%defattr(-,root,root) +%_libdir/libwayland-server.so.0* + +%files devel +%defattr(-,root,root) +%_includedir/wayland-*.h +%_libdir/libwayland-*.so +%_libdir/pkgconfig/wayland-*.pc +%_datadir/aclocal + +%changelog