libXdmcp/libXdmcp.spec

82 lines
1.9 KiB
RPMSpec
Raw Permalink Normal View History

2019-12-29 16:43:41 +08:00
Name: libXdmcp
2023-02-03 07:14:00 +00:00
Version: 1.1.4
Release: 1
2019-12-29 16:43:41 +08:00
Summary: X Display Manager Control Protocol library
License: MIT
Url: https://xorg.freedesktop.org/
2023-02-03 07:14:00 +00:00
Source0: https://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.gz
2019-12-29 16:43:41 +08:00
Patch0: 0003-Add-getentropy-emulation-through-syscall.patch
BuildRequires: xorg-x11-util-macros xmlto xorg-x11-proto-devel autoconf automake libtool
2019-12-29 16:43:41 +08:00
%description
The X Display Manager Control Protocol (XDMCP) provides a uniform
mechanism for an autonomous display to request login service from a
remote host.
%package devel
Summary: Development files and Header files for %{name}
Requires: %{name} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for %{name}.
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
2019-12-29 16:43:41 +08:00
%build
autoreconf -ivf
%configure
%make_build
2022-04-06 11:22:53 +08:00
%check
make check
2019-12-29 16:43:41 +08:00
%install
%make_install
%delete_la
rm -rf $RPM_BUILD_ROOT%{_docdir}
%ldconfig_scriptlets
%files
%defattr(-,root,root)
%doc AUTHORS COPYING Wraphelp.README.crypto
%{_libdir}/libXdmcp.so.*
%files devel
%defattr(-,root,root)
%{_includedir}/X11/Xdmcp.h
%{_libdir}/libXdmcp.so
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.a
%files help
%defattr(-,root,root)
%doc README.md ChangeLog
%changelog
2023-02-03 07:14:00 +00:00
* 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
2022-04-06 11:22:53 +08:00
* 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
2019-12-29 16:43:41 +08:00
* Sat Dec 28 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.3-2
- Type:bugfix
- Id:NA
- SUG:NA
2019-12-29 16:50:42 +08:00
- DESC:modify the spec
2019-12-29 16:43:41 +08:00
* Tue Sep 10 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.3-1
- Package init