Compare commits

..

No commits in common. "f6cb5e5cb1448e7385971e38255e3efb058ef57f" and "dccefd0cbb69ab607e1ff73f630002456fc0c0d6" have entirely different histories.

3 changed files with 5 additions and 19 deletions

BIN
libXrandr-1.5.2.tar.bz2 Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: libXrandr Name: libXrandr
Version: 1.5.4 Version: 1.5.2
Release: 1 Release: 1
License: MIT License: MIT
Summary: X.Org X11 libXrandr runtime library Summary: X.Org X11 libXrandr runtime library
URL: https://www.x.org URL: https://www.x.org
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.gz Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
BuildRequires: xorg-x11-util-macros autoconf automake libtool BuildRequires: xorg-x11-util-macros autoconf automake libtool
BuildRequires: xorg-x11-proto-devel libX11-devel libXext-devel libXrender-devel BuildRequires: xorg-x11-proto-devel libX11-devel libXext-devel libXrender-devel
@ -24,11 +24,11 @@ The %{name}-devel package contains libraries and header files for %{name}.
%package_help %package_help
%prep %prep
%autosetup -n %{name}-%{version} -p1 %autosetup -n libxrandr-%{name}-%{version} -p1
%build %build
autoreconf -ivf autoreconf -ivf
%configure --disable-static %configure
%make_build %make_build
%install %install
@ -47,6 +47,7 @@ autoreconf -ivf
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/X11/extensions/*.h %{_includedir}/X11/extensions/*.h
%{_libdir}/*.so %{_libdir}/*.so
%{_libdir}/*.a
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%files help %files help
@ -54,21 +55,6 @@ autoreconf -ivf
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%changelog %changelog
* Wed Dec 27 2023 konglidong <konglidong@uniontech.com> - 1.5.4-1
- update version to 1.5.4
* Sat Feb 04 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 1.5.3-1
- update to 1.5.3
* 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
* Fri Jul 24 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.5.2-1 * Fri Jul 24 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.5.2-1
- updata package - updata package