update to 1.2.1 [release 1.2.1-1mamba;Thu Apr 07 2022]
This commit is contained in:
parent
651530bb4f
commit
1b5e09ec23
@ -1,18 +1,25 @@
|
||||
Name: libXcursor
|
||||
Version: 1.2.0
|
||||
Version: 1.2.1
|
||||
Release: 1mamba
|
||||
Summary: X.Org Xcursor library
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://x.org
|
||||
Source: http://ftp.x.org/pub/individual/lib/libXcursor-%{version}.tar.bz2
|
||||
URL: https://www.x.org/wiki/
|
||||
Source: https://ftp.x.org/archive/individual/lib/libXcursor-%{version}.tar.xz
|
||||
License: MIT
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRequires: libX11-devel >= 1.0.1
|
||||
BuildRequires: libXfixes-devel >= 4.0.1
|
||||
Obsoletes: libXorg
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libXfixes-devel
|
||||
BuildRequires: libXrender-devel
|
||||
BuildRequires: libbsd-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: xorgproto-devel
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
%description
|
||||
X.Org Xcursor library.
|
||||
@ -21,13 +28,13 @@ X.Org Xcursor library.
|
||||
Summary: Devel package for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Obsoletes: libXorg-devel
|
||||
|
||||
%description devel
|
||||
X.Org Xcursor library.
|
||||
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -45,7 +52,7 @@ This package contains static libraries and header files needed for development.
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libXcursor.so.*
|
||||
%doc COPYING ChangeLog
|
||||
%doc COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -54,40 +61,12 @@ This package contains static libraries and header files needed for development.
|
||||
%{_libdir}/libXcursor.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_includedir}/X11/Xcursor/Xcursor.h
|
||||
%{_mandir}/man3/Xcursor.3.gz
|
||||
%{_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
|
||||
%{_mandir}/man3/Xcursor*.3*
|
||||
|
||||
%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
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user