libXres/libXres.spec

67 lines
1.5 KiB
RPMSpec
Raw Normal View History

2019-09-30 10:59:45 -04:00
Name: libXres
2023-07-28 17:39:57 +08:00
Version: 1.2.2
Release: 1
2019-09-30 10:59:45 -04:00
License: MIT
Summary: X-Resource extension client library
URL: https://www.x.org
2023-07-28 17:39:57 +08:00
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.gz
2019-09-30 10:59:45 -04:00
BuildRequires: xorg-x11-util-macros autoconf automake libtool libXext-devel libX11-devel
Requires: libX11 >= 1.5.99.902
%description
X-Resource is an extension that allows a client to query
the X server about its usage of various resources.
%package devel
Summary: Development 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
%build
autoreconf -ivf
%configure
%make_build
%install
%make_install
%delete_la
%ldconfig_scriptlets
%files
%defattr(-,root,root)
2019-11-06 19:36:30 +08:00
%doc AUTHORS
%license COPYING
2019-09-30 10:59:45 -04:00
%{_libdir}/*.so.*
%files devel
%defattr(-,root,root)
%{_includedir}/X11/extensions/*.h
%{_libdir}/*.so
%{_libdir}/*.a
%{_libdir}/pkgconfig/*.pc
%files help
%defattr(-,root,root)
%{_mandir}/man3/*.3*
%changelog
2023-07-28 17:39:57 +08:00
* Fri Jul 28 2023 niuyaru <niuyaru@kylinos.cn> - 1.2.2-1
- Update package to version 1.2.2
2019-11-06 19:36:30 +08:00
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.2.0-7
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:change the directory of the license file
2019-09-30 10:59:45 -04:00
* Thu Sep 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.2.0-6
- Package init