libXau/libXau.spec

80 lines
1.9 KiB
RPMSpec
Raw Normal View History

2019-09-30 10:59:14 -04:00
Name: libXau
2023-07-21 10:27:40 +08:00
Version: 1.0.11
2022-11-03 06:56:32 +00:00
Release: 1
2019-09-30 10:59:14 -04:00
License: MIT
Summary: Sample Authorization Protocol for X
URL: https://www.x.org
2022-11-03 06:56:32 +00:00
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.gz
2019-09-30 10:59:14 -04:00
BuildRequires: xorg-x11-util-macros autoconf automake libtool
BuildRequires: pkgconfig xorg-x11-proto-devel
%description
This is a very simple mechanism for providing individual access to an X Window
System display.It uses existing core protocol and library hooks for specifying
authorization data in the connection setup block to restrict use of the display
to only those clients that show that they know a server-specific key
called a "magic cookie".
%package devel
Summary: Development files for %{name}
Requires: %{name} = %{version}-%{release}
Requires: xorg-x11-proto-devel pkgconfig
BuildRequires: xorg-x11-proto-devel
%description devel
The %{name}-devel package contains development files for %{name}.
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
%build
autoreconf -ivf
%configure
%make_build
%install
%make_install INSTALL="install -p"
%delete_la_and_a
%check
make check
%ldconfig_scriptlets
%files
%defattr(-,root,root)
2019-11-06 19:35:44 +08:00
%doc AUTHORS
%license COPYING
2019-09-30 10:59:14 -04:00
%{_libdir}/*.so.*
%files devel
%defattr(-,root,root)
%{_includedir}/X11/Xauth.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%files help
%defattr(-,root,root)
%doc README ChangeLog
%{_mandir}/man3/*.3*
%changelog
2023-07-21 10:27:40 +08:00
* Fri Jul 21 2023 zhangpan <zhangpan103@h-partners.com> - 1.0.11-1
- update 1.0.11
2022-11-03 06:56:32 +00:00
* Thu Nov 03 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.0.10-1
- update 1.0.10
2019-11-06 19:35:44 +08:00
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.9-2
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:change the directory of the license file
2019-09-30 10:59:14 -04:00
* Mon Sep 2 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.9-1
- Package init