automatic version update by autodist [release 7.8.0-1mamba;Thu Mar 30 2023]
This commit is contained in:
parent
97ef4fa82a
commit
869d63d2b6
@ -1,13 +1,13 @@
|
|||||||
%define srcdirver %(echo %version | sed "s|[a-z]$||")
|
%define srcdirver %(echo %version | sed "s|[a-z]$||")
|
||||||
Name: libatomic_ops
|
Name: libatomic_ops
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 7.6.14
|
Version: 7.8.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Atomic memory update operations
|
Summary: Atomic memory update operations
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Fabio Giani <fabio.giani@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/ivmai/libatomic_ops/
|
URL: https://github.com/ivmai/libatomic_ops/
|
||||||
Source: http://www.ivmaisoft.com/_bin/atomic_ops/libatomic_ops-%{version}.tar.gz
|
Source: http://www.ivmaisoft.com/_bin/atomic_ops/libatomic_ops-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -26,7 +26,7 @@ Summary: Atomic memory update operations library
|
|||||||
Provides implementations for atomic memory update operations on a number of architectures.
|
Provides implementations for atomic memory update operations on a number of architectures.
|
||||||
This allows direct use of these in reasonably portable code.
|
This allows direct use of these in reasonably portable code.
|
||||||
Unlike earlier similar packages, this one explicitly considers memory barrier semantics, and allows the construction of code that involves minimum overhead across a variety of architectures.
|
Unlike earlier similar packages, this one explicitly considers memory barrier semantics, and allows the construction of code that involves minimum overhead across a variety of architectures.
|
||||||
This package contains static libraries and header files need for development.
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{srcdirver}
|
%setup -q -n %{name}-%{srcdirver}
|
||||||
@ -48,9 +48,7 @@ chmod a-x src/*.h
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/%{name}*.a
|
%{_libdir}/libatomic_ops*.a
|
||||||
%{_libdir}/libatomic_ops.la
|
|
||||||
%{_libdir}/libatomic_ops_gpl.la
|
|
||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
%dir %{_includedir}/atomic_ops
|
%dir %{_includedir}/atomic_ops
|
||||||
%{_includedir}/atomic_ops/*.h
|
%{_includedir}/atomic_ops/*.h
|
||||||
@ -64,6 +62,9 @@ chmod a-x src/*.h
|
|||||||
%doc AUTHORS ChangeLog
|
%doc AUTHORS ChangeLog
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 30 2023 Automatic Build System <autodist@mambasoft.it> 7.8.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Aug 26 2022 Automatic Build System <autodist@mambasoft.it> 7.6.14-1mamba
|
* Fri Aug 26 2022 Automatic Build System <autodist@mambasoft.it> 7.6.14-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user