Browse Source

libatomic_ops-7.6.14-1

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
fb0822df15
1 changed files with 17 additions and 6 deletions
  1. 17 6
      lib/liba/libatomic_ops/libatomic_ops-vl.spec

+ 17 - 6
lib/liba/libatomic_ops/libatomic_ops-vl.spec

@@ -2,9 +2,9 @@
 
 Name:         libatomic_ops
 Summary:      Atomic memory update operations
-Version:      7.6.10
+Version:      7.6.14
 Release:      1%{?_dist_release}
-
+Group:        system
 # libatomic_ops MIT, libatomic_ops_gpl GPLv2
 License: GPLv2 and MIT
 URL:          https://www.hboehm.info/gc/
@@ -22,21 +22,26 @@ 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: Development files for %{name}
+Group: programming
 Requires: %{name}%{?_isa} = %{version}-%{release}
 %description devel
 Files for developing with %{name}.
 
+
 %package static
 Summary: Static library files for %{name}
+Group: programming
 Requires: %{name}-devel%{?_isa} = %{version}-%{release}
 %description static
 Files for developing with %{name} and linking statically.
 
+
 %package -n compat32-%{name}
 Summary:  Atomic memory update operations
-Group:    System Environment/Libraries
+Group: system,legacy
 Requires: %{name} = %{version}-%{release}
 %description -n compat32-%{name}
 Provides implementations for atomic memory update operations on a
@@ -45,15 +50,19 @@ 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 -n compat32-%{name}-devel
 Summary:  Development files for %{name}
-Group:    Development/Libraries
+Group: programming,legacy
 Requires: compat32-%{name} = %{version}-%{release}
 Requires: %{name}-devel = %{version}-%{release}
 %description -n compat32-%{name}-devel
 Files for developing with %{name}.
 
 
+%debug_package
+
+
 %prep
 %autosetup -p1
 
@@ -85,8 +94,6 @@ rm -rf %{buildroot}%{_docdir}/libatomic_ops
 #endif
 make check %{?arch_ignore}
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
 
 %files
 %license COPYING doc/LICENSING.txt
@@ -123,6 +130,10 @@ make check %{?arch_ignore}
 
 
 %changelog
+* Fri Nov 18 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 7.6.14-1
+- new upstream release.
+- dropped ldconfig scriptlets.
+
 * Tue Sep 10 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 7.6.10-1
 - new upstream release.
 - dropped all patches.