Update package to 1.18.0
Signed-off-by: chengguipeng <chengguipeng1@huawei.com>
This commit is contained in:
parent
58966ff99f
commit
2b0a05816b
BIN
wayland-1.18.0.tar.xz
Normal file
BIN
wayland-1.18.0.tar.xz
Normal file
Binary file not shown.
108
wayland.spec
108
wayland.spec
@ -1,13 +1,13 @@
|
|||||||
Name: wayland
|
Name: wayland
|
||||||
Version: 1.17.0
|
Version: 1.18.0
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Wayland Compositor Infrastructure
|
Summary: Wayland Compositor Infrastructure
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://wayland.freedesktop.org/
|
URL: http://wayland.freedesktop.org/
|
||||||
Source0: http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
|
Source0: http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gcc chrpath docbook-style-xsl doxygen expat-devel
|
BuildRequires: gcc chrpath docbook-style-xsl doxygen expat-devel
|
||||||
BuildRequires: libxml2-devel libxslt libffi-devel xmlto graphviz
|
BuildRequires: libxml2-devel libxslt pkgconfig(libffi) xmlto graphviz
|
||||||
|
|
||||||
Provides: libwayland-client libwayland-cursor libwayland-egl
|
Provides: libwayland-client libwayland-cursor libwayland-egl
|
||||||
Obsoletes: libwayland-client libwayland-cursor libwayland-egl
|
Obsoletes: libwayland-client libwayland-cursor libwayland-egl
|
||||||
@ -31,36 +31,53 @@ Weston compositor is a minimal and fast compositor and is
|
|||||||
suitable for many embedded and mobile use cases.
|
suitable for many embedded and mobile use cases.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Header files for wayland
|
Summary: Development files for %{name}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: libwayland-client%{?_isa} = %{version}-%{release}
|
||||||
|
Requires: libwayland-cursor%{?_isa} = %{version}-%{release}
|
||||||
Provides: libwayland-client-devel libwayland-cursor-devel
|
Requires: libwayland-egl%{?_isa} = %{version}-%{release}
|
||||||
Obsoletes: libwayland-client-devel libwayland-cursor-devel
|
Requires: libwayland-server%{?_isa} = %{version}-%{release}
|
||||||
|
# For upgrade path from F24
|
||||||
Provides: libwayland-server-devel libwayland-egl-devel
|
Provides: libwayland-client-devel = %{version}-%{release}
|
||||||
Obsoletes: libwayland-server-devel libwayland-egl-devel
|
Provides: libwayland-cursor-devel = %{version}-%{release}
|
||||||
|
Provides: libwayland-server-devel = %{version}-%{release}
|
||||||
Provides: mesa-libwayland-egl-devel mesa-libwayland-egl-devel%{?_isa}
|
# For upgrade path from F27
|
||||||
Obsoletes: mesa-libwayland-egl-devel
|
Provides: libwayland-egl-devel = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Header files for wayland.
|
The %{name}-devel package contains libraries and header files for
|
||||||
|
developing applications that use %{name}.
|
||||||
|
|
||||||
%package help
|
%package doc
|
||||||
Summary: Documents for wayland
|
Summary: Wayland development documentation
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: man info
|
%description doc
|
||||||
Provides: wayland-doc
|
Wayland development documentation
|
||||||
Obsoletes: wayland-doc
|
|
||||||
|
|
||||||
%description help
|
%package -n libwayland-client
|
||||||
Man pages and other related documents for wayland
|
Summary: Wayland client library
|
||||||
|
%description -n libwayland-client
|
||||||
|
Wayland client library
|
||||||
|
|
||||||
|
%package -n libwayland-cursor
|
||||||
|
Summary: Wayland cursor library
|
||||||
|
%description -n libwayland-cursor
|
||||||
|
Wayland cursor library
|
||||||
|
|
||||||
|
%package -n libwayland-egl
|
||||||
|
Summary: Wayland egl library
|
||||||
|
%description -n libwayland-egl
|
||||||
|
Wayland egl library
|
||||||
|
|
||||||
|
%package -n libwayland-server
|
||||||
|
Summary: Wayland server library
|
||||||
|
%description -n libwayland-server
|
||||||
|
Wayland server library
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-documentation
|
%configure --disable-static --enable-documentation
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -75,27 +92,44 @@ XDG_RUNTIME_DIR=$PWD/tests/run
|
|||||||
make check || \
|
make check || \
|
||||||
{ rc=$?; cat test-suite.log; exit $rc; }
|
{ rc=$?; cat test-suite.log; exit $rc; }
|
||||||
|
|
||||||
%files
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%license COPYING
|
|
||||||
%{_libdir}/libwayland-*.so.*
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_bindir}/wayland-scanner
|
%{_bindir}/wayland-scanner
|
||||||
%{_libdir}/libwayland-*.so
|
|
||||||
%{_libdir}/pkgconfig/wayland-*.pc
|
|
||||||
%{_includedir}/wayland-*.h
|
%{_includedir}/wayland-*.h
|
||||||
%{_datadir}/wayland/*
|
%{_libdir}/pkgconfig/wayland-*.pc
|
||||||
%{_datadir}/aclocal/*
|
%{_libdir}/libwayland-*.so
|
||||||
|
%{_datadir}/aclocal/wayland-scanner.m4
|
||||||
|
%dir %{_datadir}/wayland
|
||||||
|
%{_datadir}/wayland/wayland-scanner.mk
|
||||||
|
%{_datadir}/wayland/wayland.xml
|
||||||
|
%{_datadir}/wayland/wayland.dtd
|
||||||
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%files help
|
%files doc
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc README TODO
|
%doc README TODO
|
||||||
%{_mandir}/man3/*
|
|
||||||
%{_datadir}/doc/wayland/
|
%{_datadir}/doc/wayland/
|
||||||
|
|
||||||
|
%files -n libwayland-client
|
||||||
|
%license COPYING
|
||||||
|
%{_libdir}/libwayland-client.so.0*
|
||||||
|
|
||||||
|
%files -n libwayland-cursor
|
||||||
|
%license COPYING
|
||||||
|
%{_libdir}/libwayland-cursor.so.0*
|
||||||
|
|
||||||
|
%files -n libwayland-egl
|
||||||
|
%license COPYING
|
||||||
|
%{_libdir}/libwayland-egl.so.1*
|
||||||
|
|
||||||
|
%files -n libwayland-server
|
||||||
|
%license COPYING
|
||||||
|
%{_libdir}/libwayland-server.so.0*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 17 2020 chengguipeng <chenguipeng1@huawei.com> - 1.18.0-1
|
||||||
|
- upgrade to 1.18.0-1
|
||||||
|
|
||||||
* Tue Jan 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.17.0-2
|
* Tue Jan 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.17.0-2
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- Id:NA
|
- Id:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user