automatic version update by autodist [release 1.20.0-1mamba;Sun Dec 26 2021]
This commit is contained in:
parent
8dc203612f
commit
2b3da82cb8
20
wayland.spec
20
wayland.spec
@ -1,21 +1,21 @@
|
|||||||
Name: wayland
|
Name: wayland
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 1.19.0
|
Version: 1.20.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A protocol for a compositor to talk to its clients as well as a C library implementation of that protocol
|
Summary: A protocol for a compositor to talk to its clients as well as a C library implementation of that protocol
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://wayland.freedesktop.org/
|
URL: https://wayland.freedesktop.org/
|
||||||
Source: http://wayland.freedesktop.org/releases/wayland-%{version}.tar.xz
|
Source: http://wayland.freedesktop.org/releases/wayland-%{version}.tar.xz
|
||||||
License: MIT, GPL
|
License: MIT, GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
BuildRequires: libffi-devel
|
BuildRequires: libffi-devel
|
||||||
|
BuildRequires: libxml2-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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.
|
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.
|
||||||
@ -71,12 +71,13 @@ This package includes the %{name} API documentation.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson
|
||||||
%make
|
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -101,7 +102,6 @@ This package includes the %{name} API documentation.
|
|||||||
%files -n lib%{name}-egl-devel
|
%files -n lib%{name}-egl-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/wayland-egl*.h
|
%{_includedir}/wayland-egl*.h
|
||||||
%{_libdir}/libwayland-egl.la
|
|
||||||
%{_libdir}/libwayland-egl.so
|
%{_libdir}/libwayland-egl.so
|
||||||
%{_libdir}/pkgconfig/wayland-egl-backend.pc
|
%{_libdir}/pkgconfig/wayland-egl-backend.pc
|
||||||
%{_libdir}/pkgconfig/wayland-egl.pc
|
%{_libdir}/pkgconfig/wayland-egl.pc
|
||||||
@ -111,11 +111,8 @@ This package includes the %{name} API documentation.
|
|||||||
%{_bindir}/wayland-scanner
|
%{_bindir}/wayland-scanner
|
||||||
%{_includedir}/wayland-*.h
|
%{_includedir}/wayland-*.h
|
||||||
%exclude %{_includedir}/wayland-egl*.h
|
%exclude %{_includedir}/wayland-egl*.h
|
||||||
%{_libdir}/libwayland-client.la
|
|
||||||
%{_libdir}/libwayland-client.so
|
%{_libdir}/libwayland-client.so
|
||||||
%{_libdir}/libwayland-cursor.la
|
|
||||||
%{_libdir}/libwayland-cursor.so
|
%{_libdir}/libwayland-cursor.so
|
||||||
%{_libdir}/libwayland-server.la
|
|
||||||
%{_libdir}/libwayland-server.so
|
%{_libdir}/libwayland-server.so
|
||||||
%{_libdir}/pkgconfig/wayland-client.pc
|
%{_libdir}/pkgconfig/wayland-client.pc
|
||||||
%{_libdir}/pkgconfig/wayland-cursor.pc
|
%{_libdir}/pkgconfig/wayland-cursor.pc
|
||||||
@ -134,6 +131,9 @@ This package includes the %{name} API documentation.
|
|||||||
%{_docdir}/wayland/Wayland/*/html/*
|
%{_docdir}/wayland/Wayland/*/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 26 2021 Automatic Build System <autodist@mambasoft.it> 1.20.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Jan 30 2021 Automatic Build System <autodist@mambasoft.it> 1.19.0-1mamba
|
* Sat Jan 30 2021 Automatic Build System <autodist@mambasoft.it> 1.19.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user