Compare commits
10 Commits
d7f05add57
...
d384dea29d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d384dea29d | ||
|
|
1a1776e3b3 | ||
|
|
0e7a5fe325 | ||
|
|
fc5e44a1e8 | ||
|
|
06b83b9399 | ||
|
|
0935e36d15 | ||
|
|
d66154378f | ||
|
|
b9b1e3cfb8 | ||
|
|
59967add78 | ||
|
|
94292f63b0 |
Binary file not shown.
BIN
libXrender-0.9.11.tar.gz
Normal file
BIN
libXrender-0.9.11.tar.gz
Normal file
Binary file not shown.
@ -1,10 +1,10 @@
|
|||||||
Name: libXrender
|
Name: libXrender
|
||||||
Version: 0.9.10
|
Version: 0.9.11
|
||||||
Release: 9
|
Release: 1
|
||||||
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.bz2
|
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.gz
|
||||||
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
|
%configure --disable-static
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -36,7 +36,8 @@ autoreconf -ivf
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS
|
||||||
|
%license COPYING
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
%exclude %{_docdir}/*/libXrender.txt
|
%exclude %{_docdir}/*/libXrender.txt
|
||||||
@ -44,7 +45,6 @@ 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,5 +53,20 @@ 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
|
||||||
|
|||||||
5
libXrender.yaml
Normal file
5
libXrender.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
version_control: git
|
||||||
|
src_repo: https://gitlab.freedesktop.org/xorg/lib/libxrender.git
|
||||||
|
tag_prefix: libXrender-
|
||||||
|
seperator: "."
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user