Feed through format_spec_file
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libatomic_ops?expand=0&rev=3
This commit is contained in:
parent
e132900640
commit
e11cce3ac6
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libatomic-ops-devel
|
# spec file for package libatomic_ops
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -14,6 +14,8 @@
|
|||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: libatomic_ops
|
Name: libatomic_ops
|
||||||
Summary: A portable library for atomic memory operations
|
Summary: A portable library for atomic memory operations
|
||||||
License: GPL-2.0+ and MIT
|
License: GPL-2.0+ and MIT
|
||||||
@ -24,7 +26,9 @@ Url: http://www.hpl.hp.com/research/linux/atomic_ops/
|
|||||||
|
|
||||||
Source: http://www.hpl.hp.com/research/linux/atomic_ops/download/libatomic_ops-%version.tar.gz
|
Source: http://www.hpl.hp.com/research/linux/atomic_ops/download/libatomic_ops-%version.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: autoconf automake, pkgconfig
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: automake
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Provides implementations for atomic memory update operations on a
|
Provides implementations for atomic memory update operations on a
|
||||||
@ -34,10 +38,10 @@ considers memory barrier semantics, and allows the construction of code
|
|||||||
that involves minimum overhead across a variety of architectures.
|
that involves minimum overhead across a variety of architectures.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: A portable library for atomic memory operations
|
Summary: A portable library for atomic memory operations
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Obsoletes: libatomic-ops-devel < %version-%release
|
Obsoletes: libatomic-ops-devel < %version-%release
|
||||||
Provides: libatomic-ops-devel = %version-%release
|
Provides: libatomic-ops-devel = %version-%release
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Provides implementations for atomic memory update operations on a
|
Provides implementations for atomic memory update operations on a
|
||||||
|
Loading…
Reference in New Issue
Block a user