diff --git a/libXrender-0.9.10.tar.bz2 b/libXrender-0.9.10.tar.bz2 deleted file mode 100644 index 897a2201dec3a31d510bca4ff9183e440f21e37f..0000000000000000000000000000000000000000 Binary files a/libXrender-0.9.10.tar.bz2 and /dev/null differ diff --git a/libXrender-0.9.11.tar.xz b/libXrender-0.9.11.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..06fb099ce32243bce5f529ff3cb9e010e4352d98 Binary files /dev/null and b/libXrender-0.9.11.tar.xz differ diff --git a/libXrender.spec b/libXrender.spec index cc87fc2d48d8a080495144f91c77682b6e8cc26a..378f13c43f133e00620c760737235daf18992b6f 100644 --- a/libXrender.spec +++ b/libXrender.spec @@ -1,21 +1,19 @@ -%define anolis_release 2 +%define anolis_release 1 Summary: X.Org X11 libXrender runtime library Name: libXrender -Version: 0.9.10 +Version: 0.9.11 Release: %{anolis_release}%{?dist} License: MIT URL: http://www.x.org -Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2 - -Requires: libX11 >= 1.5.99.902 +Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.xz +Requires: libX11 >= 1.6 BuildRequires: make -BuildRequires: xorg-x11-util-macros -BuildRequires: autoconf automake libtool -BuildRequires: pkgconfig -BuildRequires: libX11-devel >= 1.5.99.902 +BuildRequires: xorg-x11-util-macros >= 1.8 +BuildRequires: pkgconfig(renderproto) >= 0.9 +BuildRequires: pkgconfig(x11) >= 1.6 %description X.Org X11 libXrender runtime library @@ -39,23 +37,15 @@ X.Org X11 libXrender development package %setup -q -n %{name}-%{version} %build -autoreconf -v --install --force %configure --disable-static -make %{?_smp_mflags} +%make_build %install -rm -rf $RPM_BUILD_ROOT +%make_install -make install DESTDIR=$RPM_BUILD_ROOT # undo this, we'll add it ourselves in %%doc rm $RPM_BUILD_ROOT/%{_docdir}/*/libXrender.txt -# We intentionally don't ship *.la files -rm -f $RPM_BUILD_ROOT%{_libdir}/*.la - -%ldconfig_post -%ldconfig_postun - %files %doc COPYING %{_libdir}/libXrender.so.1 @@ -71,6 +61,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_libdir}/pkgconfig/xrender.pc %changelog +* Thu Nov 17 2022 Funda Wang - 0.9.11-1 +- New version 0.9.11 + * Sat Oct 08 2022 mgb01105731 - 0.9.10-2 - add doc package