update to 1.2.1 [release 1.2.1-1mamba;Thu Apr 07 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 03:40:32 +01:00
parent 651530bb4f
commit 1b5e09ec23

View File

@ -1,18 +1,25 @@
Name: libXcursor Name: libXcursor
Version: 1.2.0 Version: 1.2.1
Release: 1mamba Release: 1mamba
Summary: X.Org Xcursor library Summary: X.Org Xcursor library
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://x.org URL: https://www.x.org/wiki/
Source: http://ftp.x.org/pub/individual/lib/libXcursor-%{version}.tar.bz2 Source: https://ftp.x.org/archive/individual/lib/libXcursor-%{version}.tar.xz
License: MIT License: MIT
BuildRoot: %{_tmppath}/%{name}-%{version}-root ## AUTOBUILDREQ-BEGIN
BuildRequires: libX11-devel >= 1.0.1 BuildRequires: glibc-devel
BuildRequires: libXfixes-devel >= 4.0.1 BuildRequires: libX11-devel
Obsoletes: libXorg BuildRequires: libXau-devel
BuildRequires: libXdmcp-devel
BuildRequires: libXfixes-devel
BuildRequires: libXrender-devel
BuildRequires: libbsd-devel
BuildRequires: libxcb-devel
BuildRequires: xorgproto-devel
## AUTOBUILDREQ-END
%description %description
X.Org Xcursor library. X.Org Xcursor library.
@ -21,13 +28,13 @@ X.Org Xcursor library.
Summary: Devel package for %{name} Summary: Devel package for %{name}
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Obsoletes: libXorg-devel
%description devel %description devel
X.Org Xcursor library. X.Org Xcursor library.
This package contains static libraries and header files needed for development. This package contains static libraries and header files needed for development.
%debug_package
%prep %prep
%setup -q %setup -q
@ -45,7 +52,7 @@ This package contains static libraries and header files needed for development.
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libXcursor.so.* %{_libdir}/libXcursor.so.*
%doc COPYING ChangeLog %doc COPYING
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
@ -54,40 +61,12 @@ This package contains static libraries and header files needed for development.
%{_libdir}/libXcursor.so %{_libdir}/libXcursor.so
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%{_includedir}/X11/Xcursor/Xcursor.h %{_includedir}/X11/Xcursor/Xcursor.h
%{_mandir}/man3/Xcursor.3.gz %{_mandir}/man3/Xcursor*.3*
%{_mandir}/man3/XcursorCursorsCreate.3.gz
%{_mandir}/man3/XcursorCursorsDestroy.3.gz
%{_mandir}/man3/XcursorFilenameLoad.3.gz
%{_mandir}/man3/XcursorFilenameLoadAllImages.3.gz
%{_mandir}/man3/XcursorFilenameLoadCursor.3.gz
%{_mandir}/man3/XcursorFilenameLoadImage.3.gz
%{_mandir}/man3/XcursorFilenameLoadImages.3.gz
%{_mandir}/man3/XcursorFilenameSave.3.gz
%{_mandir}/man3/XcursorFilenameSaveImages.3.gz
%{_mandir}/man3/XcursorGetDefaultSize.3.gz
%{_mandir}/man3/XcursorGetTheme.3.gz
%{_mandir}/man3/XcursorImageCreate.3.gz
%{_mandir}/man3/XcursorImageDestroy.3.gz
%{_mandir}/man3/XcursorImagesCreate.3.gz
%{_mandir}/man3/XcursorImagesDestroy.3.gz
%{_mandir}/man3/XcursorLibraryLoadCursor.3.gz
%{_mandir}/man3/XcursorLibraryLoadCursors.3.gz
%{_mandir}/man3/XcursorLibraryLoadImage.3.gz
%{_mandir}/man3/XcursorLibraryLoadImages.3.gz
%{_mandir}/man3/XcursorSetDefaultSize.3.gz
%{_mandir}/man3/XcursorSetTheme.3.gz
%{_mandir}/man3/XcursorShapeLoadCursor.3.gz
%{_mandir}/man3/XcursorShapeLoadCursors.3.gz
%{_mandir}/man3/XcursorShapeLoadImage.3.gz
%{_mandir}/man3/XcursorShapeLoadImages.3.gz
%{_mandir}/man3/XcursorSupportsARGB.3.gz
%{_mandir}/man3/XcursorXcFileLoad.3.gz
%{_mandir}/man3/XcursorXcFileLoadAllImages.3.gz
%{_mandir}/man3/XcursorXcFileLoadImage.3.gz
%{_mandir}/man3/XcursorXcFileLoadImages.3.gz
%{_mandir}/man3/XcursorXcFileSave.3.gz
%changelog %changelog
* Thu Apr 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-1mamba
- update to 1.2.1
* Sat Aug 03 2019 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba * Sat Aug 03 2019 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
- automatic update by autodist - automatic update by autodist