2015-12-17 10:17:27 +01:00
|
|
|
#
|
|
|
|
# spec file for package wayland-protocols
|
|
|
|
#
|
2017-07-14 00:35:23 +02:00
|
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
2015-12-17 10:17:27 +01:00
|
|
|
# Copyright (c) 2015 Bjørn Lie, Bryne, Norway.
|
|
|
|
#
|
|
|
|
# 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/
|
|
|
|
#
|
|
|
|
|
2016-02-08 13:49:23 +01:00
|
|
|
|
2015-12-17 10:17:27 +01:00
|
|
|
Name: wayland-protocols
|
2017-08-22 11:22:16 +02:00
|
|
|
Version: 1.10
|
2015-12-17 10:17:27 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Wayland protocols that adds functionality not available in the core protocol
|
2016-02-08 13:49:23 +01:00
|
|
|
License: MIT
|
2015-12-17 10:17:27 +01:00
|
|
|
Group: Development/Libraries/C and C++
|
2016-02-08 13:49:23 +01:00
|
|
|
Url: http://wayland.freedesktop.org/
|
|
|
|
Source: http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
|
|
|
|
Source2: http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz.sig
|
2016-02-08 14:01:55 +01:00
|
|
|
Source3: %name.keyring
|
2017-09-09 20:41:11 +02:00
|
|
|
# PATCH-FIX-UPSTREAM wayland-protocols-sysroot-prefix-fix.patch zaitor@opensuse.org -- Use sysroot prefix for pkgdatadir variable
|
|
|
|
Patch0: wayland-protocols-sysroot-prefix-fix.patch
|
2015-12-17 10:17:27 +01:00
|
|
|
BuildRequires: pkg-config
|
2016-02-19 16:29:55 +01:00
|
|
|
BuildRequires: pkgconfig(wayland-scanner)
|
2015-12-17 10:17:27 +01:00
|
|
|
BuildArch: noarch
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains Wayland protocols that adds functionality not
|
|
|
|
available in the Wayland core protocol. Such protocols either adds
|
|
|
|
completely new functionality, or extends the functionality of some other
|
|
|
|
protocol either in Wayland core, or some other protocol in
|
|
|
|
wayland-protocols.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Wayland protocols that adds functionality not available in the core protocol
|
2016-02-08 13:49:23 +01:00
|
|
|
Group: Development/Libraries/C and C++
|
2015-12-17 10:17:27 +01:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains Wayland protocols that adds functionality not
|
|
|
|
available in the Wayland core protocol. Such protocols either adds
|
|
|
|
completely new functionality, or extends the functionality of some other
|
|
|
|
protocol either in Wayland core, or some other protocol in
|
|
|
|
wayland-protocols.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2017-09-09 20:41:11 +02:00
|
|
|
%patch0 -p1
|
2015-12-17 10:17:27 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
2016-07-22 10:38:33 +02:00
|
|
|
%make_install
|
2015-12-17 10:17:27 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc README COPYING
|
|
|
|
%{_datadir}/pkgconfig/%{name}.pc
|
|
|
|
%{_datadir}/%{name}/
|
|
|
|
|
2016-02-08 13:49:23 +01:00
|
|
|
%changelog
|