Modify URL and Source0

Signed-off-by: yangbo <yangbo1@xfusion.com>
This commit is contained in:
yangbo 2023-01-06 11:24:03 +08:00
parent de53d564aa
commit 375e409cd4

View File

@ -1,11 +1,11 @@
%define debug_package %{nil}
Name: xcb-proto
Version: 1.15
Release: 2
Release: 3
Summary: XCB protocol descriptions
License: MIT
URL: https://xcb.freedesktop.org/
Source0: https://xcb.freedesktop.org/dist/%{name}-%{version}.tar.gz
URL: https://gitlab.freedesktop.org/xorg/proto/xcbproto/
Source0: https://gitlab.freedesktop.org/xorg/proto/xcbproto/-/archive/%{name}-%{version}/xcbproto-%{name}-%{version}.tar.gz
BuildArch: noarch
@ -38,6 +38,9 @@ to the protocol, improved threading support, and extensibility.
%{python3_sitelib}/xcbgen
%changelog
* Fri Jan 6 2023 yangbo <yangbo1@xfusion.com> - 1.15-3
- Modify URL and Source0
* Fri Jan 6 2023 yangbo <yangbo1@xfusion.com> - 1.15-2
- Document the MIT-SHM extension