Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.3:Rings:0-Bootstrap
libatomic_ops
libatomic_ops.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libatomic_ops.spec of Package libatomic_ops
# # spec file for package libatomic_ops # # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: libatomic_ops Version: 7.2e Release: 0 Summary: A portable library for atomic memory operations License: GPL-2.0+ and MIT Group: Development/Languages/C and C++ Url: http://www.hpl.hp.com/research/linux/atomic_ops/ Source: http://www.hpl.hp.com/research/linux/atomic_ops/download/%{name}-%{version}.tar.gz Patch1: libatomic_ops-aarch64.patch Patch2: libatomic_ops-ppc64.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: pkgconfig BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Provides implementations for atomic memory update operations on a number of architectures. 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. %package devel Summary: A portable library for atomic memory operations Group: Development/Languages/C and C++ Obsoletes: libatomic-ops-devel < %{version}-%{release} Provides: libatomic-ops-devel = %{version}-%{release} %description devel Provides implementations for atomic memory update operations on a number of architectures. 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. %prep %setup -q -n %{name}-7.2 %patch1 -p1 %patch2 -p1 %build autoreconf -fvi %configure make %{?_smp_mflags} %install make DESTDIR=%{buildroot} install %{?_smp_mflags} # remove unnecessary documents rm -Rf "%{buildroot}/%{_datadir}/libatomic_ops" # fix perms chmod 644 doc/*.txt README COPYING AUTHORS ChangeLog %check %if !0%{?qemu_user_space_build:1} make check %{?_smp_mflags} %endif %files devel %defattr(-,root,root) %doc README COPYING AUTHORS ChangeLog %doc doc/*.txt %{_libdir}/libatomic_ops*.a %{_includedir}/atomic_ops/ %{_includedir}/atomic_ops*.h %{_libdir}/pkgconfig/atomic_ops.pc %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor