Compare commits
No commits in common. "b365b486c6e02888583919a3c4c8204b67307500" and "ace5752b9a288d44f984a8014fb7101948206050" have entirely different histories.
b365b486c6
...
ace5752b9a
BIN
wayland-protocols-1.18.tar.xz
Normal file
BIN
wayland-protocols-1.18.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
Name: wayland-protocols
|
Name: wayland-protocols
|
||||||
Version: 1.25
|
Version: 1.18
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Wayland protocols that adds functionality not available in the core protocol
|
Summary: Wayland protocols that adds functionality not available in the core protocol
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -7,63 +7,36 @@ URL: https://wayland.freedesktop.org/
|
|||||||
Source0: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
|
Source0: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: gcc
|
BuildRequires: make wayland-devel
|
||||||
BuildRequires: gcc-g++
|
|
||||||
BuildRequires: meson
|
|
||||||
BuildRequires: wayland-devel
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
wayland-protocols contains Wayland protocols that adds functionality not
|
wayland-protocols contains Wayland protocols that adds functionality
|
||||||
available in the Wayland core protocol. Such protocols either adds
|
not available in the Wayland core protocol.
|
||||||
completely new functionality, or extends the functionality of some other
|
|
||||||
protocol either in Wayland core, or some other protocol in
|
|
||||||
wayland-protocols.
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Wayland protocols that adds functionality not available in the core protocol
|
Summary: Wayland protocols that adds functionality not available in the core protocol
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
wayland-protocols contains Wayland protocols that adds functionality not
|
wayland-protocols contains Wayland protocols that adds functionality
|
||||||
available in the Wayland core protocol. Such protocols either adds
|
not available in the Wayland core protocol.
|
||||||
completely new functionality, or extends the functionality of some other
|
|
||||||
protocol either in Wayland core, or some other protocol in
|
|
||||||
wayland-protocols.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
%configure
|
||||||
%meson_build
|
|
||||||
|
|
||||||
%check
|
|
||||||
%meson_test
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%make_install
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
%defattr(-,root,root)
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README.md
|
%doc README
|
||||||
%{_datadir}/pkgconfig/%{name}.pc
|
|
||||||
%{_datadir}/%{name}/
|
%{_datadir}/%{name}/
|
||||||
|
%{_datadir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.25-1
|
|
||||||
- Update to 1.25
|
|
||||||
|
|
||||||
* Sat Mar 26 2022 hanhui <hanhui15@h-partner.com> - 1.24-2
|
|
||||||
- enable testcase
|
|
||||||
|
|
||||||
* Fri Feb 11 2022 pei-jiankang<peijiankang@kylinos.com> - 1.24-1
|
|
||||||
- update to upstream version 1.24
|
|
||||||
|
|
||||||
* Fri Nov 26 2021 hanhui <hanhui15@huawei.com> - 1.23-1
|
|
||||||
- Upgrade to 1.23
|
|
||||||
|
|
||||||
* Fri Jul 17 2020 chengguipeng <chengguipeng1@huawei.com> - 1.20-1
|
|
||||||
- Upgrade to 1.20-1
|
|
||||||
|
|
||||||
* Sat Jan 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.18-1
|
* Sat Jan 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.18-1
|
||||||
- update to 1.18
|
- update to 1.18
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version_control: git
|
version_control: git
|
||||||
src_repo: https://cgit.freedesktop.org/wayland/wayland-protocols/
|
src_repo: https://cgit.freedesktop.org/wayland/wayland-protocols/
|
||||||
tag_prefix: ^
|
tag_prefix: ^
|
||||||
separator: .
|
seperator: .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user