update to 0.4.1 [release 0.4.1-1mamba;Sun Nov 27 2022]
This commit is contained in:
parent
0bfa038a1b
commit
71d491ec45
@ -3,7 +3,6 @@
|
|||||||
The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries.
|
The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries.
|
||||||
These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable.
|
These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable.
|
||||||
Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib.
|
Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib.
|
||||||
|
|
||||||
These libraries are currently included, roughly ordered by maturity:
|
These libraries are currently included, roughly ordered by maturity:
|
||||||
* image: Port of Xlib's XImage and XShmImage functions.
|
* image: Port of Xlib's XImage and XShmImage functions.
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
Name: libxcb-image
|
Name: libxcb-image
|
||||||
Version: 0.4.0
|
Version: 0.4.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: XCB image support library
|
Summary: XCB image support 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://xcb.freedesktop.org
|
URL: https://xcb.freedesktop.org/
|
||||||
Source: http://xcb.freedesktop.org/dist/xcb-util-image-%{version}.tar.bz2
|
Source: http://xcb.freedesktop.org/dist/xcb-util-image-%{version}.tar.xz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -16,13 +16,11 @@ BuildRequires: libxcb-util-devel
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: gperf
|
BuildRequires: gperf
|
||||||
BuildRequires: libxcb-devel
|
BuildRequires: libxcb-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries.
|
The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries.
|
||||||
These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable.
|
These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable.
|
||||||
Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib.
|
Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib.
|
||||||
|
|
||||||
These libraries are currently included, roughly ordered by maturity:
|
These libraries are currently included, roughly ordered by maturity:
|
||||||
* image: Port of Xlib's XImage and XShmImage functions.
|
* image: Port of Xlib's XImage and XShmImage functions.
|
||||||
|
|
||||||
@ -33,13 +31,9 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries.
|
The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries.
|
||||||
These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable.
|
This package contains static libraries and header files needed for development.
|
||||||
Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib.
|
|
||||||
|
|
||||||
These libraries are currently included, roughly ordered by maturity:
|
%debug_package
|
||||||
* image: Port of Xlib's XImage and XShmImage functions.
|
|
||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n xcb-util-image-%{version}
|
%setup -q -n xcb-util-image-%{version}
|
||||||
@ -61,17 +55,20 @@ This package contains static libraries and header files need for development.
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libxcb-image.so.*
|
%{_libdir}/libxcb-image.so.*
|
||||||
%doc README
|
%doc COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/xcb
|
%{_includedir}/xcb
|
||||||
%{_libdir}/libxcb-image.a
|
%{_libdir}/libxcb-image.a
|
||||||
%{_libdir}/libxcb-image.la
|
|
||||||
%{_libdir}/libxcb-image.so
|
%{_libdir}/libxcb-image.so
|
||||||
%{_libdir}/pkgconfig/xcb-image.pc
|
%{_libdir}/pkgconfig/xcb-image.pc
|
||||||
|
#%doc README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Nov 27 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.1-1mamba
|
||||||
|
- update to 0.4.1
|
||||||
|
|
||||||
* Tue Oct 28 2014 Automatic Build System <autodist@mambasoft.it> 0.4.0-1mamba
|
* Tue Oct 28 2014 Automatic Build System <autodist@mambasoft.it> 0.4.0-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user