diff --git a/libXcursor-1.2.0.tar.bz2 b/libXcursor-1.2.0.tar.bz2 deleted file mode 100644 index c14dafadf1fd53fdb647ceab94a5ef9ec4ac3769..0000000000000000000000000000000000000000 Binary files a/libXcursor-1.2.0.tar.bz2 and /dev/null differ diff --git a/libXcursor-1.2.1.tar.xz b/libXcursor-1.2.1.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..323e6b4b19b171fa7c000412cd32cc3f1899d608 Binary files /dev/null and b/libXcursor-1.2.1.tar.xz differ diff --git a/libXcursor.spec b/libXcursor.spec index b09d1c2d2e671c660d3a9ed9933a91fc573b4074..e84782b8777044c77b0933dabb82eef4a1a3a155 100644 --- a/libXcursor.spec +++ b/libXcursor.spec @@ -2,12 +2,12 @@ Summary: Cursor management library Name: libXcursor -Version: 1.2.0 +Version: 1.2.1 Release: %{anolis_release}%{?dist} License: MIT URL: http://www.x.org -Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2 +Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.xz Source1: index.theme Requires: libX11 >= 1.5.99.902 @@ -27,6 +27,14 @@ Cursors can be loaded from files or memory. A library of common cursors exists which map to the standard X cursor names.Cursors can exist in several sizes and the library automatically picks the best size. +%package doc +Summary: Documentation files for %{name} +Requires: %{name} = %{version}-%{release} +BuildArch: noarch + +%description doc +The %{name}-doc package contains documentation files for %{name}. + %package devel Summary: Development files for %{name} Requires: %{name} = %{version}-%{release} @@ -67,12 +75,15 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %ldconfig_postun %files -%doc AUTHORS COPYING README.md +%doc COPYING %{_libdir}/libXcursor.so.1 %{_libdir}/libXcursor.so.1.0.2 %dir %{_datadir}/icons/default %{_datadir}/icons/default/index.theme +%files doc +%doc AUTHORS README.md + %files devel %dir %{_includedir}/X11/Xcursor %{_includedir}/X11/Xcursor/Xcursor.h @@ -81,9 +92,12 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %endif %{_libdir}/libXcursor.so %{_libdir}/pkgconfig/xcursor.pc +#%dir %{_mandir}/man3x %{_mandir}/man3/Xcursor*.3* %changelog +* Mon Sep 19 2022 mgb01105731 - 1.2.1-1 +- update to 1.2.1 + * Thu Apr 07 2022 mgb01105731 - 1.2.0-1 - Init from upstream version 1.2.0 -