automatic version update by autodist [release 8.2.4-1mamba;Tue May 30 2023]
This commit is contained in:
parent
49d88df4e8
commit
7637f63df8
32
libgc.spec
32
libgc.spec
@ -1,7 +1,7 @@
|
||||
%define majver %(echo %version | sed "s|[a-z]||")
|
||||
Name: libgc
|
||||
Epoch: 1
|
||||
Version: 8.2.2
|
||||
Version: 8.2.4
|
||||
Release: 1mamba
|
||||
Summary: Boehm Conservative Garbage Collection for C/C++
|
||||
Group: System/Libraries
|
||||
@ -14,7 +14,6 @@ Source: https://github.com/ivmai/bdwgc.git/v%{version}/bdwgc-%{version}.t
|
||||
Patch0: libgc-7.1-dup_cpp_headers.patch
|
||||
Patch1: libgc-7.2alpha4-install_dups.patch
|
||||
License: BSD
|
||||
BuildRequires: glibc
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
@ -35,17 +34,9 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
This is a garbage collecting storage allocator that is intended to be used as a plug-in replacement for C's malloc.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
|
||||
%package -n libatomic_ops-devel
|
||||
Summary: Atomic memory update operations
|
||||
Group: Development/Libraries
|
||||
|
||||
%description -n libatomic_ops-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.
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n bdwgc-%{version}
|
||||
@ -92,16 +83,20 @@ make check
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
#%{_datadir}/gc/*
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/libgc.so.*
|
||||
%{_libdir}/libcord.so.*
|
||||
%{_libdir}/libgccpp.so.*
|
||||
%{_libdir}/libgctba.so.*
|
||||
%doc AUTHORS
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/*.h
|
||||
%{_includedir}/gc/*.h
|
||||
#%{_libdir}/*.a
|
||||
%{_libdir}/*.la
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/libgc.so
|
||||
%{_libdir}/libcord.so
|
||||
%{_libdir}/libgccpp.so
|
||||
%{_libdir}/libgctba.so
|
||||
%{_libdir}/pkgconfig/bdw-gc.pc
|
||||
%{_mandir}/man3
|
||||
%dir %{_datadir}/doc/gc/
|
||||
@ -109,6 +104,9 @@ make check
|
||||
%doc doc/README*
|
||||
|
||||
%changelog
|
||||
* Tue May 30 2023 Automatic Build System <autodist@mambasoft.it> 8.2.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 27 2022 Automatic Build System <autodist@mambasoft.it> 8.2.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user