Compare commits
No commits in common. "c9c3b9ec5f5b1ffd07c5377753e47e82cc2bdd25" and "58433ac1d4580245a81cfe43681ab0bc7e1ce92a" have entirely different histories.
c9c3b9ec5f
...
58433ac1d4
BIN
libXdmcp-1.1.3.tar.bz2
Normal file
BIN
libXdmcp-1.1.3.tar.bz2
Normal file
Binary file not shown.
Binary file not shown.
@ -1,14 +1,14 @@
|
|||||||
Name: libXdmcp
|
Name: libXdmcp
|
||||||
Version: 1.1.4
|
Version: 1.1.3
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: X Display Manager Control Protocol library
|
Summary: X Display Manager Control Protocol library
|
||||||
License: MIT
|
License: MIT
|
||||||
Url: https://xorg.freedesktop.org/
|
Url: https://xorg.freedesktop.org/
|
||||||
Source0: https://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.gz
|
Source0: https://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
Patch0: 0003-Add-getentropy-emulation-through-syscall.patch
|
Patch0: 0003-Add-getentropy-emulation-through-syscall.patch
|
||||||
|
|
||||||
BuildRequires: xorg-x11-util-macros xmlto xorg-x11-proto-devel autoconf automake libtool
|
BuildRequires: xorg-x11-util-macros xmlto xorg-x11-proto-devel autoconf automake libtool git
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -26,16 +26,13 @@ The %{name}-devel package contains libraries and header files for %{name}.
|
|||||||
%package_help
|
%package_help
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1 -S git
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -ivf
|
autoreconf -ivf
|
||||||
%configure
|
%configure
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%check
|
|
||||||
make check
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
%delete_la
|
%delete_la
|
||||||
@ -59,18 +56,6 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}
|
|||||||
%doc README.md ChangeLog
|
%doc README.md ChangeLog
|
||||||
|
|
||||||
%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
|
* Sat Dec 28 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.3-2
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- Id:NA
|
- Id:NA
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
version_control: git
|
version_control: git
|
||||||
src_repo: https://gitlab.freedesktop.org/xorg/lib/libxdmcp
|
src_repo: git@gitlab.freedesktop.org:xorg/lib/libxdmcp.git
|
||||||
tag_prefix: libXdmcp-
|
tag_prefix: libXdmcp-
|
||||||
seperator: "."
|
seperator: "."
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user