forked from jengelh/wayland
Accepting request 979040 from home:dirkmueller:Factory
- modernize spec file * use licensedir * use bcond * use https:// urls * spec-cleaner OBS-URL: https://build.opensuse.org/request/show/979040 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=102
This commit is contained in:
parent
d4b1a8a230
commit
a9dd94f021
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 24 19:27:57 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- modernize spec file
|
||||
* use licensedir
|
||||
* use bcond
|
||||
* use https:// urls
|
||||
* spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 25 15:37:00 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
29
wayland.spec
29
wayland.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package wayland
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,45 +12,44 @@
|
||||
# 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/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define _version 1.20.0
|
||||
%if 0%{?suse_version} >= 1500 && 0%{?suse_version} < 1550
|
||||
%define eglversion 99~%_version
|
||||
%else
|
||||
%define eglversion %_version
|
||||
%endif
|
||||
|
||||
%define lname libwayland0
|
||||
%bcond_with doc
|
||||
Name: wayland
|
||||
Version: %_version
|
||||
Release: 0
|
||||
Summary: Wayland Compositor Infrastructure
|
||||
License: MIT
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://wayland.freedesktop.org/
|
||||
|
||||
URL: https://wayland.freedesktop.org/
|
||||
#Git-Clone: git://anongit.freedesktop.org/wayland/wayland
|
||||
#Git-Web: http://cgit.freedesktop.org/wayland/wayland/
|
||||
Source: http://wayland.freedesktop.org/releases/%name-%version.tar.xz
|
||||
Source2: http://wayland.freedesktop.org/releases/%name-%version.tar.xz.sig
|
||||
Source: https://wayland.freedesktop.org/releases/%name-%version.tar.xz
|
||||
Source2: https://wayland.freedesktop.org/releases/%name-%version.tar.xz.sig
|
||||
Source3: %name.keyring
|
||||
Source4: baselibs.conf
|
||||
# PATCH-FIX-UPSTREAM wayland-shm-Close-file-descriptors-not-needed.patch bsc#1194190 alynx.zhou@suse.com -- Close file descriptors not needed to prevent Xwayland crash.
|
||||
Patch1: wayland-shm-Close-file-descriptors-not-needed.patch
|
||||
BuildRequires: c_compiler
|
||||
BuildRequires: c++_compiler
|
||||
BuildRequires: c_compiler
|
||||
BuildRequires: libxml2-tools
|
||||
BuildRequires: libxslt-tools
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(expat)
|
||||
BuildRequires: pkgconfig(libffi)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
%define with_doc 0
|
||||
%if 0%with_doc
|
||||
%if %{with doc}
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: graphviz-gnome
|
||||
BuildRequires: xmlto
|
||||
@ -87,9 +86,9 @@ loads them directly into an shm pool making it easy for the clients
|
||||
to get buffer for each cursor image.
|
||||
|
||||
%package -n libwayland-egl1
|
||||
Version: %eglversion
|
||||
Summary: Additional egl functions for wayland
|
||||
Group: System/Libraries
|
||||
Version: %eglversion
|
||||
|
||||
%description -n libwayland-egl1
|
||||
This package provides additional functions for EGL-using programs
|
||||
@ -153,7 +152,7 @@ sed -i 's/<eglversion>/%eglversion/' "%_sourcedir/baselibs.conf"
|
||||
# includedir intentional, cf. bugzilla.opensuse.org/795968
|
||||
%meson \
|
||||
--includedir="%_includedir/%name" \
|
||||
%if %with_doc
|
||||
%if %{with doc}
|
||||
--docdir="%_defaultdocdir/%name"
|
||||
%else
|
||||
-D documentation=false
|
||||
@ -184,7 +183,7 @@ sed -i 's/<eglversion>/%eglversion/' "%_sourcedir/baselibs.conf"
|
||||
|
||||
%files -n libwayland-client0
|
||||
%_libdir/libwayland-client.so.0*
|
||||
%doc COPYING
|
||||
%license COPYING
|
||||
|
||||
%files -n libwayland-cursor0
|
||||
%_libdir/libwayland-cursor.so.0*
|
||||
@ -203,7 +202,7 @@ sed -i 's/<eglversion>/%eglversion/' "%_sourcedir/baselibs.conf"
|
||||
%_datadir/aclocal/
|
||||
%_datadir/wayland/
|
||||
|
||||
%if %with_doc
|
||||
%if %{with doc}
|
||||
%files doc
|
||||
%_mandir/man3/wl*.3*
|
||||
%_docdir/%name/
|
||||
|
Loading…
Reference in New Issue
Block a user