Skip to content

Commit

Permalink
libzmq: Autospec creation for version 4.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fenrus75 committed Oct 5, 2022
1 parent 3ce50fa commit 6c13882
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 36 deletions.
42 changes: 21 additions & 21 deletions configure_misses
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
Configure miss: whether we are using Intel C compiler
Configure miss: whether we are using Sun Studio C compiler
Configure miss: whether we are using clang C compiler
Configure miss: whether we are using Intel C++ compiler
Configure miss: whether we are using Sun Studio C++ compiler
Configure miss: whether we are using clang C++ compiler
Configure miss: whether to enable debugging information
Configure miss: whether to enable code coverage
Configure miss: whether to enable TSan
Configure miss: whether to enable ASan
Configure miss: x86_64-generic-linux-gnu-getconf
Configure miss: whether LOCAL_PEERCRED is declared
Configure miss: stdbool.h that conforms to C99
Configure miss: _Bool
Configure miss: "with_norm_ext = no"
Configure miss: whether C++ compiler accepts -Watomic-alignment
Configure miss: whether strlcpy is available
Configure miss: whether signature of pthread_setname_np() has 1 argument
Configure miss: whether signature of pthread_setname_np() has 3 arguments
Configure miss: whether pthread_set_name_np() exists
Configure miss: whether TCP_KEEPALIVE is supported
Configure miss: ./.git
Configure miss: _Bool
Configure miss: clang-format
Configure miss: stdbool.h that conforms to C99
Configure miss: whether C compiler accepts -Wtautological-constant-compare
Configure miss: whether C++ compiler accepts -Wtautological-constant-compare
Configure miss: whether C++ compiler accepts -Watomic-alignment
Configure miss: whether C++ compiler accepts -Wtautological-constant-compare
Configure miss: whether LOCAL_PEERCRED is declared
Configure miss: whether TCP_KEEPALIVE is supported
Configure miss: whether pthread_set_name_np() exists
Configure miss: whether signature of pthread_setname_np() has 1 argument
Configure miss: whether signature of pthread_setname_np() has 3 arguments
Configure miss: whether strlcpy is available
Configure miss: whether to enable ASan
Configure miss: whether to enable TSan
Configure miss: whether to enable code coverage
Configure miss: whether to enable debugging information
Configure miss: whether we are using Intel C compiler
Configure miss: whether we are using Intel C++ compiler
Configure miss: whether we are using Sun Studio C compiler
Configure miss: whether we are using Sun Studio C++ compiler
Configure miss: whether we are using clang C compiler
Configure miss: whether we are using clang C++ compiler
Configure miss: x86_64-generic-linux-gnu-getconf
22 changes: 11 additions & 11 deletions libzmq.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%define keepstatic 1
Name : libzmq
Version : 4.3.4
Release : 11
Release : 12
URL : https://github.com/zeromq/libzmq/releases/download/v4.3.4/zeromq-4.3.4.tar.gz
Source0 : https://github.com/zeromq/libzmq/releases/download/v4.3.4/zeromq-4.3.4.tar.gz
Summary : 0MQ c++ library
Expand Down Expand Up @@ -94,12 +94,12 @@ export http_proxy=http://127.0.0.1:9/
export https_proxy=http://127.0.0.1:9/
export no_proxy=localhost,127.0.0.1,0.0.0.0
export LANG=C.UTF-8
export SOURCE_DATE_EPOCH=1611074585
export SOURCE_DATE_EPOCH=1664930841
export GCC_IGNORE_WERROR=1
export CFLAGS="$CFLAGS -fno-lto -fstack-protector-strong -fzero-call-used-regs=used "
export FCFLAGS="$FFLAGS -fno-lto -fstack-protector-strong -fzero-call-used-regs=used "
export FFLAGS="$FFLAGS -fno-lto -fstack-protector-strong -fzero-call-used-regs=used "
export CXXFLAGS="$CXXFLAGS -fno-lto -fstack-protector-strong -fzero-call-used-regs=used "
export CFLAGS="$CFLAGS -fno-lto "
export FCFLAGS="$FFLAGS -fno-lto "
export FFLAGS="$FFLAGS -fno-lto "
export CXXFLAGS="$CXXFLAGS -fno-lto "
%configure --without-pgm \
--disable-libbsd
make %{?_smp_mflags}
Expand All @@ -112,13 +112,13 @@ export no_proxy=localhost,127.0.0.1,0.0.0.0
make %{?_smp_mflags} check || :

%install
export SOURCE_DATE_EPOCH=1611074585
export SOURCE_DATE_EPOCH=1664930841
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/libzmq
cp %{_builddir}/zeromq-4.3.4/COPYING %{buildroot}/usr/share/package-licenses/libzmq/99b1a5c7351fd39a26db3b560ce91eec4a3aca3d
cp %{_builddir}/zeromq-4.3.4/COPYING.LESSER %{buildroot}/usr/share/package-licenses/libzmq/cd024bd665e7b8244ee020856b359e3d7babc454
cp %{_builddir}/zeromq-4.3.4/external/unity/license.txt %{buildroot}/usr/share/package-licenses/libzmq/82d0bcdf2087a772a9517374e2df993d85fb447e
cp %{_builddir}/zeromq-4.3.4/external/wepoll/license.txt %{buildroot}/usr/share/package-licenses/libzmq/0cf031c01628cf0ee33ed398038238a76ebbd1b7
cp %{_builddir}/zeromq-%{version}/COPYING %{buildroot}/usr/share/package-licenses/libzmq/99b1a5c7351fd39a26db3b560ce91eec4a3aca3d || :
cp %{_builddir}/zeromq-%{version}/COPYING.LESSER %{buildroot}/usr/share/package-licenses/libzmq/cd024bd665e7b8244ee020856b359e3d7babc454 || :
cp %{_builddir}/zeromq-%{version}/external/unity/license.txt %{buildroot}/usr/share/package-licenses/libzmq/82d0bcdf2087a772a9517374e2df993d85fb447e || :
cp %{_builddir}/zeromq-%{version}/external/wepoll/license.txt %{buildroot}/usr/share/package-licenses/libzmq/0cf031c01628cf0ee33ed398038238a76ebbd1b7 || :
%make_install

%files
Expand Down
4 changes: 3 additions & 1 deletion options.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ optimize_size = false
# set profile for pgo
pgo = false
# set flags for security-sensitive builds
security_sensitive = true
security_sensitive = false
# package is only used by servers
server = false
# do not run test suite
skip_tests = false
# add .so files to the lib package instead of dev
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11
12
2 changes: 0 additions & 2 deletions used_libs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
libc.so.6
libdl.so.2
libgcc_s.so.1
libpthread.so.0
libstdc++.so.6
libunwind.so.8

0 comments on commit 6c13882

Please sign in to comment.