Compare commits
10 Commits
58433ac1d4
...
c9c3b9ec5f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c9c3b9ec5f | ||
|
|
b13aad120b | ||
|
|
26a34ba200 | ||
|
|
0d98ac9623 | ||
|
|
a42b3ec186 | ||
|
|
5716c49b3d | ||
|
|
d23827b4af | ||
|
|
eac3ee9325 | ||
|
|
2cdefcd510 | ||
|
|
c742ad5eec |
Binary file not shown.
BIN
libXdmcp-1.1.4.tar.gz
Normal file
BIN
libXdmcp-1.1.4.tar.gz
Normal file
Binary file not shown.
@ -1,14 +1,14 @@
|
||||
Name: libXdmcp
|
||||
Version: 1.1.3
|
||||
Release: 2
|
||||
Version: 1.1.4
|
||||
Release: 1
|
||||
Summary: X Display Manager Control Protocol library
|
||||
License: MIT
|
||||
Url: https://xorg.freedesktop.org/
|
||||
Source0: https://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
||||
Source0: https://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.gz
|
||||
|
||||
Patch0: 0003-Add-getentropy-emulation-through-syscall.patch
|
||||
|
||||
BuildRequires: xorg-x11-util-macros xmlto xorg-x11-proto-devel autoconf automake libtool git
|
||||
BuildRequires: xorg-x11-util-macros xmlto xorg-x11-proto-devel autoconf automake libtool
|
||||
|
||||
|
||||
%description
|
||||
@ -26,13 +26,16 @@ The %{name}-devel package contains libraries and header files for %{name}.
|
||||
%package_help
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version} -p1 -S git
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
%build
|
||||
autoreconf -ivf
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%delete_la
|
||||
@ -56,6 +59,18 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}
|
||||
%doc README.md ChangeLog
|
||||
|
||||
%changelog
|
||||
* Fri Feb 03 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 1.1.4-1
|
||||
- update to 1.1.4
|
||||
|
||||
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.1.3-5
|
||||
- Rebuild for next release
|
||||
|
||||
* Wed Apr 6 2022 liuyumeng1 <liuyumeng5@h-partners.com> - 1.1.3-4
|
||||
- enable tests
|
||||
|
||||
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.1.3-3
|
||||
- DESC: delete -S git from %autosetup, and delete BuildRequires git
|
||||
|
||||
* Sat Dec 28 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.3-2
|
||||
- Type:bugfix
|
||||
- Id:NA
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
version_control: git
|
||||
src_repo: git@gitlab.freedesktop.org:xorg/lib/libxdmcp.git
|
||||
src_repo: https://gitlab.freedesktop.org/xorg/lib/libxdmcp
|
||||
tag_prefix: libXdmcp-
|
||||
seperator: "."
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user