Compare commits
10 Commits
4a51662d7c
...
7b3897c8fe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7b3897c8fe | ||
|
|
14866adae4 | ||
|
|
07ce06d146 | ||
|
|
afc19189c1 | ||
|
|
e96f7c39af | ||
|
|
49a5a7db3f | ||
|
|
f9b64cca3b | ||
|
|
772c4b0b35 | ||
|
|
518a578c33 | ||
|
|
55a030b471 |
BIN
emersion-gpg-key.asc
Normal file
BIN
emersion-gpg-key.asc
Normal file
Binary file not shown.
Binary file not shown.
BIN
wayland-1.22.0.tar.xz
Normal file
BIN
wayland-1.22.0.tar.xz
Normal file
Binary file not shown.
BIN
wayland-1.22.0.tar.xz.sig
Normal file
BIN
wayland-1.22.0.tar.xz.sig
Normal file
Binary file not shown.
25
wayland.spec
25
wayland.spec
@ -1,15 +1,18 @@
|
|||||||
Name: wayland
|
Name: wayland
|
||||||
Version: 1.20.0
|
Version: 1.22.0
|
||||||
Release: 4
|
Release: 1
|
||||||
Summary: Wayland Compositor Infrastructure
|
Summary: Wayland Compositor Infrastructure
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://wayland.freedesktop.org/
|
URL: https://wayland.freedesktop.org/
|
||||||
Source0: http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
|
Source0: https://gitlab.freedesktop.org/wayland/wayland/-/archive/%{version}/%{name}-%{version}.tar.xz
|
||||||
|
Source1: https://gitlab.freedesktop.org/%{name}/%{name}/-/releases/%{version}/downloads/%{name}-%{version}.tar.xz.sig
|
||||||
|
Source2: emersion-gpg-key.asc
|
||||||
|
|
||||||
BuildRequires: gcc gcc-c++ docbook-style-xsl doxygen expat-devel
|
BuildRequires: gcc gcc-c++ docbook-style-xsl doxygen expat-devel
|
||||||
BuildRequires: libxml2-devel libxslt pkgconfig(libffi) xmlto graphviz meson chrpath
|
BuildRequires: libxml2-devel libxslt pkgconfig(libffi) xmlto graphviz meson chrpath
|
||||||
|
|
||||||
Provides: libwayland-client = %{version}-%{release} libwayland-cursor = %{version}-%{release}
|
Provides: libwayland-client = %{version}-%{release} libwayland-cursor = %{version}-%{release}
|
||||||
|
Provides: libwayland-client%{?_isa} = %{version}-%{release} libwayland-cursor%{?_isa} = %{version}-%{release}
|
||||||
Obsoletes: libwayland-client < %{version}-%{release} libwayland-cursor < %{version}-%{release}
|
Obsoletes: libwayland-client < %{version}-%{release} libwayland-cursor < %{version}-%{release}
|
||||||
Provides: libwayland-egl = %{version}-%{release} libwayland-server = %{version}-%{release}
|
Provides: libwayland-egl = %{version}-%{release} libwayland-server = %{version}-%{release}
|
||||||
Obsoletes: libwayland-egl < %{version}-%{release} libwayland-server < %{version}-%{release}
|
Obsoletes: libwayland-egl < %{version}-%{release} libwayland-server < %{version}-%{release}
|
||||||
@ -87,11 +90,23 @@ chrpath -d %{buildroot}%{_libdir}/libwayland-cursor.so
|
|||||||
|
|
||||||
%files help
|
%files help
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README
|
%doc README.md
|
||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
%{_datadir}/doc/wayland/
|
%{_datadir}/doc/wayland/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 26 2023 zhangkea <zhangkea@uniontech.com> - 1.22.0-1
|
||||||
|
- upgrade 1.22.0-1
|
||||||
|
|
||||||
|
* Fri Dec 30 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.21.0-2
|
||||||
|
- add Provides:libwayland-client%{?_isa} and libwayland-cursor%{?_isa}
|
||||||
|
|
||||||
|
* Wed Dec 14 2022 lijian <lijian2@kylinos.cn> - 1.21.0-1
|
||||||
|
- update to 1.21.0
|
||||||
|
|
||||||
|
* Sat Aug 27 2022 tianlijing <tianlijing@kylinos.cn> - 1.20.92-1
|
||||||
|
- update to 1.20.92
|
||||||
|
|
||||||
* Thu Jun 16 2022 wangkerong <wangkerong@h-partners.com> - 1.20.0-4
|
* Thu Jun 16 2022 wangkerong <wangkerong@h-partners.com> - 1.20.0-4
|
||||||
- CVE:NA
|
- CVE:NA
|
||||||
- SUG:NA
|
- SUG:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user