diff --git a/libXdamage-1.1.5.tar.bz2 b/libXdamage-1.1.5.tar.bz2 deleted file mode 100644 index 87f0200e524f40ba72f7428d1a6b8f7c98f34f9a..0000000000000000000000000000000000000000 Binary files a/libXdamage-1.1.5.tar.bz2 and /dev/null differ diff --git a/libXdamage-1.1.6.tar.xz b/libXdamage-1.1.6.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..7141f8c49880385d5e04e87d37ed48ea8a1451a9 Binary files /dev/null and b/libXdamage-1.1.6.tar.xz differ diff --git a/libXdamage.spec b/libXdamage.spec index 54a11639a3685424330c128f32d6403e8291f41d..e4955758d1818d92a85243d0376a74fb1c3c85b3 100644 --- a/libXdamage.spec +++ b/libXdamage.spec @@ -1,18 +1,21 @@ -%define anolis_release 2 +%define anolis_release 1 Summary: X Damage extension library Name: libXdamage -Version: 1.1.5 +Version: 1.1.6 Release: %{anolis_release}%{?dist} License: MIT URL: http://www.x.org -Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 +Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.xz BuildRequires: make BuildRequires: xorg-x11-util-macros -BuildRequires: autoconf automake libtool +BuildRequires: pkgconfig(damageproto) >= 1.1 +BuildRequires: pkgconfig(fixesproto) +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xextproto) BuildRequires: pkgconfig(xfixes) -BuildRequires: pkgconfig(damageproto) >= 1.1.0 +BuildRequires: pkgconfig(xproto) >= 7.0.22 %description X.Org X11 libXdamage runtime library. @@ -36,23 +39,14 @@ X.Org X11 libXdamage development package. %setup -q %build -autoreconf -v --install --force %configure --disable-static -make V=1 %{?_smp_mflags} +%make_build %install -rm -rf $RPM_BUILD_ROOT - -make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" - -# We intentionally don't ship *.la files -rm -f $RPM_BUILD_ROOT%{_libdir}/*.la - -%ldconfig_post -%ldconfig_postun +%make_install %files -%doc COPYING +%license COPYING %{_libdir}/libXdamage.so.1 %{_libdir}/libXdamage.so.1.1.0 @@ -65,6 +59,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_libdir}/pkgconfig/xdamage.pc %changelog +* Mon Dec 12 2022 Funda Wang - 1.1.6-1 +- New version 1.1.6 + * Thu Sep 29 2022 mgb01105731 - 1.1.5-2 - add doc package