Auto sync2gitlab import of wayland-protocols-1.23-1.el8.src.rpm
This commit is contained in:
parent
114d396ce4
commit
7a6dcf7e42
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/wayland-protocols-1.23.tar.xz
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
||||
SHA512 (wayland-protocols-1.23.tar.xz) = 11f09147da1dd01a9f5c921eb0bfc6244a72023a052ef96bc121e16437a2c43d0dbba748c2de832539f57371e90b16bd13069bec07391305717f8fca295ea2a6
|
128
wayland-protocols.spec
Normal file
128
wayland-protocols.spec
Normal file
@ -0,0 +1,128 @@
|
||||
Name: wayland-protocols
|
||||
Version: 1.23
|
||||
Release: 1%{?dist}
|
||||
Summary: Wayland protocols that adds functionality not available in the core protocol
|
||||
|
||||
License: MIT
|
||||
URL: https://wayland.freedesktop.org/
|
||||
Source0: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: meson
|
||||
BuildRequires: wayland-devel
|
||||
|
||||
%description
|
||||
wayland-protocols 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
|
||||
|
||||
%description devel
|
||||
wayland-protocols 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
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
%files devel
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
%{_datadir}/%{name}/
|
||||
|
||||
%changelog
|
||||
* Mon Oct 4 2021 Olivier Fourdan <ofourdan@redhat.com> - 1.23-1
|
||||
- Update to 1.23
|
||||
Switch to meson
|
||||
Resolves: 2005940
|
||||
|
||||
* Sat May 22 2021 Dave Airlie <airlied@redhat.com> - 1.21-1
|
||||
- Update to 1.21
|
||||
|
||||
* Thu Nov 14 2019 Olivier Fourdan <ofourdan@redhat.com> - 1.18-1
|
||||
- Update to 1.18
|
||||
Resolves: #1728816
|
||||
|
||||
* Fri May 24 2019 Florian Müllner <fmuellner@redhat.com> - 1.17-1
|
||||
- Update to 1.17
|
||||
Resolves: #1713685
|
||||
|
||||
* Thu Jul 05 2018 Adam Jackson <ajax@redhat.com> - 1.15-1
|
||||
- Update to 1.15
|
||||
|
||||
* Tue May 08 2018 Kalev Lember <klember@redhat.com> - 1.14-1
|
||||
- Update to 1.14
|
||||
|
||||
* Thu Feb 15 2018 Kalev Lember <klember@redhat.com> - 1.13-1
|
||||
- Update to 1.13
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.12-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Dec 07 2017 Kalev Lember <klember@redhat.com> - 1.12-1
|
||||
- Update to 1.12
|
||||
|
||||
* Wed Nov 15 2017 Kalev Lember <klember@redhat.com> - 1.11-1
|
||||
- Update to 1.11
|
||||
|
||||
* Mon Jul 31 2017 Kalev Lember <klember@redhat.com> - 1.10-1
|
||||
- Update to 1.10
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Wed Jul 19 2017 Kalev Lember <klember@redhat.com> - 1.9-1
|
||||
- Update to 1.9
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Tue Aug 16 2016 Kalev Lember <klember@redhat.com> - 1.7-1
|
||||
- Update to 1.7
|
||||
|
||||
* Fri Aug 12 2016 Kalev Lember <klember@redhat.com> - 1.6-1
|
||||
- Update to 1.6
|
||||
|
||||
* Tue Jul 26 2016 Kalev Lember <klember@redhat.com> - 1.5-1
|
||||
- Update to 1.5
|
||||
|
||||
* Tue May 24 2016 Kalev Lember <klember@redhat.com> - 1.4-1
|
||||
- Update to 1.4
|
||||
|
||||
* Mon Apr 11 2016 Kalev Lember <klember@redhat.com> - 1.3-1
|
||||
- Update to 1.3
|
||||
|
||||
* Mon Mar 07 2016 Kalev Lember <klember@redhat.com> - 1.2-1
|
||||
- Update to 1.2
|
||||
|
||||
* Thu Feb 18 2016 Kalev Lember <klember@redhat.com> - 1.1-1
|
||||
- Update to 1.1
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Sat Dec 05 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.0-2
|
||||
- Fix description
|
||||
|
||||
* Thu Nov 26 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.0-1
|
||||
- Update to released 1.0
|
||||
- Move XMLs to devel pkg
|
||||
- Drop non-interesting part of description
|
||||
|
||||
* Sun Nov 22 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.1.0-0.gitf828a43
|
||||
- Initial package
|
Loading…
Reference in New Issue
Block a user