libXrandr/libXrandr.spec

83 lines
1.9 KiB
RPMSpec
Raw Permalink Normal View History

2019-09-30 10:59:42 -04:00
Name: libXrandr
2023-12-27 15:29:48 +08:00
Version: 1.5.4
2023-02-04 03:18:59 +00:00
Release: 1
2019-09-30 10:59:42 -04:00
License: MIT
Summary: X.Org X11 libXrandr runtime library
URL: https://www.x.org
2023-02-04 03:18:59 +00:00
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.gz
2019-09-30 10:59:42 -04:00
BuildRequires: xorg-x11-util-macros autoconf automake libtool
BuildRequires: xorg-x11-proto-devel libX11-devel libXext-devel libXrender-devel
Requires: libX11 >= 1.6.0
%description
X.Org X11 libXrandr runtime library
%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
2022-11-25 12:35:22 +00:00
%autosetup -n %{name}-%{version} -p1
2019-09-30 10:59:42 -04:00
%build
autoreconf -ivf
%configure --disable-static
2019-09-30 10:59:42 -04:00
%make_build
%install
%make_install
%delete_la
%ldconfig_scriptlets
%files
%defattr(-,root,root)
2019-11-06 19:36:23 +08:00
%doc AUTHORS
%license COPYING
2019-09-30 10:59:42 -04:00
%{_libdir}/*.so.*
%files devel
%defattr(-,root,root)
%{_includedir}/X11/extensions/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%files help
%defattr(-,root,root)
%{_mandir}/man3/*.3*
%changelog
2023-12-27 15:29:48 +08:00
* Wed Dec 27 2023 konglidong <konglidong@uniontech.com> - 1.5.4-1
- update version to 1.5.4
2023-02-04 03:18:59 +00:00
* Sat Feb 04 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 1.5.3-1
- update to 1.5.3
2022-11-25 12:35:22 +00:00
* Fri Nov 25 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.5.2-4
- update Correct tar file
* Fri Nov 04 2022 wangkerong <wangkerong@h-partners.com> - 1.5.2-3
- disable static library
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.5.2-2
- Rebuild for next release
2020-07-23 21:09:36 +08:00
* Fri Jul 24 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.5.2-1
- updata package
2020-07-23 20:50:14 +08:00
2019-11-06 19:36:23 +08:00
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.5.1-10
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:change the directory of the license file
2019-09-30 10:59:42 -04:00
* Tue Sep 10 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.5.1-9
- Package init