Compare commits

..

No commits in common. "d384dea29d07cecda6f4921e5540b1e6ddc6d342" and "d7f05add57884050e798c7cfb9f7cfd5329ebc5d" have entirely different histories.

4 changed files with 6 additions and 26 deletions

BIN
libXrender-0.9.10.tar.bz2 Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: libXrender Name: libXrender
Version: 0.9.11 Version: 0.9.10
Release: 1 Release: 9
License: MIT License: MIT
Summary: X.Org X11 libXrender runtime library Summary: X.Org X11 libXrender 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 pkgconfig libX11-devel BuildRequires: xorg-x11-util-macros autoconf automake libtool pkgconfig libX11-devel
Requires: libX11 >= 1.5.99.902 Requires: libX11 >= 1.5.99.902
@ -25,7 +25,7 @@ The %{name}-devel package contains libraries and header files for %{name}.
%build %build
autoreconf -ivf autoreconf -ivf
%configure --disable-static %configure
%make_build %make_build
%install %install
@ -36,8 +36,7 @@ autoreconf -ivf
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS %doc AUTHORS COPYING
%license COPYING
%{_libdir}/*.so.* %{_libdir}/*.so.*
%exclude %{_docdir}/*/libXrender.txt %exclude %{_docdir}/*/libXrender.txt
@ -45,6 +44,7 @@ autoreconf -ivf
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/X11/extensions/*.h %{_includedir}/X11/extensions/*.h
%{_libdir}/*.a
%{_libdir}/*.so %{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
@ -53,20 +53,5 @@ autoreconf -ivf
%doc doc/libXrender.txt %doc doc/libXrender.txt
%changelog %changelog
* Sat Feb 04 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 0.9.11-1
- update to 0.9.11
* Fri Nov 04 2022 wangkerong <wangkerong@h-partners.com> - 0.9.10-12
- disable static library
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 0.9.10-11
- Rebuild for next release
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.9.10-10
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:change the directory of the license file
* Wed Sep 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.9.10-9 * Wed Sep 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.9.10-9
- Package init - Package init

View File

@ -1,5 +0,0 @@
version_control: git
src_repo: https://gitlab.freedesktop.org/xorg/lib/libxrender.git
tag_prefix: libXrender-
seperator: "."