update to 1.3.1 [release 1.3.1-1mamba;Wed Oct 26 2022]
This commit is contained in:
parent
ddd4e6bb04
commit
aad0fb362c
@ -1,7 +1,6 @@
|
|||||||
# libxshmfence
|
# libxshmfence
|
||||||
|
|
||||||
libxshmfence - Shared memory 'SyncFence' synchronization primitive
|
libxshmfence - Shared memory 'SyncFence' synchronization primitive.
|
||||||
|
|
||||||
This library offers a CPU-based synchronization primitive compatible with the X SyncFence objects that can be shared between processes using file descriptor passing.
|
This library offers a CPU-based synchronization primitive compatible with the X SyncFence objects that can be shared between processes using file descriptor passing.
|
||||||
On Linux, the library uses futexes.
|
On Linux, the library uses futexes.
|
||||||
|
|
||||||
|
@ -1,22 +1,20 @@
|
|||||||
Name: libxshmfence
|
Name: libxshmfence
|
||||||
Version: 1.3
|
Version: 1.3.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Shared memory 'SyncFence' synchronization primitive
|
Summary: Shared memory 'SyncFence' synchronization primitive
|
||||||
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://cgit.freedesktop.org/xorg/lib/libxshmfence
|
URL: https://gitlab.freedesktop.org/xorg/lib/libxshmfence
|
||||||
Source: http://cgit.freedesktop.org/xorg/lib/libxshmfence/snapshot/libxshmfence-%{version}.tar.gz
|
Source: https://gitlab.freedesktop.org/xorg/lib/libxshmfence.git/libxshmfence-%{version}/libxshmfence-%{version}.tar.bz2
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libxshmfence - Shared memory 'SyncFence' synchronization primitive
|
libxshmfence - Shared memory 'SyncFence' synchronization primitive.
|
||||||
|
|
||||||
This library offers a CPU-based synchronization primitive compatible with the X SyncFence objects that can be shared between processes using file descriptor passing.
|
This library offers a CPU-based synchronization primitive compatible with the X SyncFence objects that can be shared between processes using file descriptor passing.
|
||||||
On Linux, the library uses futexes.
|
On Linux, the library uses futexes.
|
||||||
|
|
||||||
@ -58,12 +56,14 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/X11/xshmfence.h
|
%{_includedir}/X11/xshmfence.h
|
||||||
%{_libdir}/libxshmfence.a
|
%{_libdir}/libxshmfence.a
|
||||||
%{_libdir}/libxshmfence.la
|
|
||||||
%{_libdir}/libxshmfence.so
|
%{_libdir}/libxshmfence.so
|
||||||
%{_libdir}/pkgconfig/xshmfence.pc
|
%{_libdir}/pkgconfig/xshmfence.pc
|
||||||
%doc README
|
#%doc README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.1-1mamba
|
||||||
|
- update to 1.3.1
|
||||||
|
|
||||||
* Fri Mar 02 2018 Automatic Build System <autodist@mambasoft.it> 1.3-1mamba
|
* Fri Mar 02 2018 Automatic Build System <autodist@mambasoft.it> 1.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user