From 5a18769a632b391f095de71f00db14480dc3d6c5 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 14 Jul 2020 01:57:12 +0000 Subject: [PATCH] import smc-tools-1.3.0-1.el8 --- .gitignore | 1 + .smc-tools.metadata | 1 + SPECS/smc-tools.spec | 91 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 93 insertions(+) create mode 100644 .gitignore create mode 100644 .smc-tools.metadata create mode 100644 SPECS/smc-tools.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..df3b0b2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/smc-tools-1.3.0.tar.gz diff --git a/.smc-tools.metadata b/.smc-tools.metadata new file mode 100644 index 0000000..2b3196f --- /dev/null +++ b/.smc-tools.metadata @@ -0,0 +1 @@ +4930ecc7de849de6aad782262108a471c283818f SOURCES/smc-tools-1.3.0.tar.gz diff --git a/SPECS/smc-tools.spec b/SPECS/smc-tools.spec new file mode 100644 index 0000000..e275b67 --- /dev/null +++ b/SPECS/smc-tools.spec @@ -0,0 +1,91 @@ +Name: smc-tools +Version: 1.3.0 +Release: 1%{?dist} +Summary: Shared Memory Communication Tools + +License: EPL +URL: https://www.ibm.com/developerworks/linux/linux390/smc-tools.html +Source0: https://public.dhe.ibm.com/software/dw/linux390/ht_src/%{name}-%{version}.tar.gz + +BuildRequires: gcc +BuildRequires: libnl3-devel + + +%description +The Shared Memory Communication Tools (smc-tools) package enables usage of SMC +sockets in Linux. + +%prep +%autosetup + + +%build +%make_build CFLAGS="%{build_cflags}" LDFLAGS="%{build_ldflags}" V=1 + + +%install +%make_install V=1 + + +%files +%license LICENSE +%doc README.smctools +%{_bindir}/smc_pnet +%{_bindir}/smc_run +%{_bindir}/smcss +%ifarch s390x +%{_bindir}/smc_rnics +%{_mandir}/man8/smc_rnics.8* +%endif +%{_bindir}/smc_dbg +%{_libdir}/libsmc-preload.so* +%{_mandir}/man7/af_smc.7* +%{_mandir}/man8/smc_pnet.8* +%{_mandir}/man8/smc_run.8* +%{_mandir}/man8/smcss.8* + + +%changelog +* Thu Jun 23 2020 Čestmír Kalina - 1.3.0-1 +- Resolves: #1780304 +- Update to 1.3.0 + +* Wed Nov 06 2019 Čestmír Kalina - 1.2.2-3 +- Resolves: rhbz#1726264 +- Release bump to force brew rebuild due to tagging failure. + +* Wed Nov 06 2019 Čestmír Kalina - 1.2.2-2 +- Resolves: rhbz#1726264 +- update to 1.2.2 + +* Mon May 20 2019 Čestmír Kalina - 1.2.1-2 +- Resolves: rhbz#1706015 +- guards smc_rnics man with %ifarch s390x to avoid build failure + +* Mon May 20 2019 Čestmír Kalina - 1.2.1-1 +- Resolves: rhbz#1706015 + +* Tue Apr 02 2019 Čestmír Kalina - 1.2.0-2 +- Resolves: rhbz#1683274 +- guards smc_rnics with %ifarch s390x + +* Tue Apr 02 2019 Čestmír Kalina - 1.2.0-1 +- Resolves: rhbz#1683274 +- update to 1.2.0 + +* Mon Jul 09 2018 Dan Horák - 1.1.0-1 +- update to 1.1.0 + +* Mon Apr 16 2018 Dan Horák - 1.0.0-4 +- fix LDFLAGS injection (#1567902) + +* Fri Feb 09 2018 Fedora Release Engineering - 1.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jan 10 2018 Dan Horák - 1.0.0-2 +- use make macro +- comment patches +- use distro LDFLAGS in build + +* Mon Jan 8 2018 Dan Horák - 1.0.0-1 +- initial Fedora version