diff --git a/libatomic_ops.spec b/libatomic_ops.spec index 5a02f05..e6059d7 100644 --- a/libatomic_ops.spec +++ b/libatomic_ops.spec @@ -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 # remain the property of their copyright owners, unless otherwise agreed @@ -14,6 +14,8 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: libatomic_ops Summary: A portable library for atomic memory operations 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 BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: autoconf automake, pkgconfig +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: pkgconfig %description 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. %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 +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