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