diff --git a/libXcursor-1.1.15.tar.bz2 b/libXcursor-1.1.15.tar.bz2 deleted file mode 100644 index 3d320daae805443ac4347d74a18615452b047acf..0000000000000000000000000000000000000000 Binary files a/libXcursor-1.1.15.tar.bz2 and /dev/null differ diff --git a/libXcursor-1.2.0.tar.bz2 b/libXcursor-1.2.0.tar.bz2 new file mode 100644 index 0000000000000000000000000000000000000000..c14dafadf1fd53fdb647ceab94a5ef9ec4ac3769 Binary files /dev/null and b/libXcursor-1.2.0.tar.bz2 differ diff --git a/libXcursor.spec b/libXcursor.spec index e99bb5be28e394f6d5f765c0fd174791e1a64b25..3f0813b167da86ddf0683d0a247b1dce634373e9 100644 --- a/libXcursor.spec +++ b/libXcursor.spec @@ -2,18 +2,17 @@ Name: libXcursor Summary: Cursor management library -Version: 1.1.15 -Release: 5 +Version: 1.2.0 +Release: 1 License: MIT URL: https://xorg.freedesktop.org/ Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2 Source1: index.theme Requires: libX11 -BuildRequires: autoconf automake libtool xorg-x11-util-macros BuildRequires: xorg-x11-proto-devel libX11-devel -BuildRequires: libXfixes-devel libXrender-devel -BuildRequires: autoconf automake libtool pkgconfig +BuildRequires: autoconf automake libtool xorg-x11-util-macros +BuildRequires: libXfixes-devel libXrender-devel pkgconfig %description libXcursor is a library designed to help locate and load cursors. @@ -35,7 +34,6 @@ libXcursor development package. iconv --from=ISO-8859-2 --to=UTF-8 COPYING > COPYING.new && \ touch -r COPYING COPYING.new && mv COPYING.new COPYING - %build autoreconf -vif %configure @@ -66,10 +64,13 @@ install -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/icons/default/index.theme %files help %defattr(-,root,root) -%doc README +%doc README.md %{_mandir}/man3/Xcursor*.3* %changelog +* Wed Aug 19 2020 zhanzhimin - 1.2.0-1 +- update to 1.2.0 + * Tue Sep 10 2019 openEuler Buildteam - 1.1.15-5 - Package init