commit 1e229308dfb5e8338b73fcd0e77a8b3083b10677 Author: CentOS Sources Date: Tue May 7 06:26:20 2019 -0400 import smc-tools-1.1.0-1.el8 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c1e275c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/smc-tools-1.1.0.tar.gz diff --git a/.smc-tools.metadata b/.smc-tools.metadata new file mode 100644 index 0000000..0dabb5c --- /dev/null +++ b/.smc-tools.metadata @@ -0,0 +1 @@ +bc0f528985f0e7380f3d0e43d6946486fd2ca88d SOURCES/smc-tools-1.1.0.tar.gz diff --git a/SPECS/smc-tools.spec b/SPECS/smc-tools.spec new file mode 100644 index 0000000..7495d58 --- /dev/null +++ b/SPECS/smc-tools.spec @@ -0,0 +1,59 @@ +Name: smc-tools +Version: 1.1.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 +%{_libdir}/libsmc-preload.so* +%{_mandir}/man7/af_smc.7* +%{_mandir}/man8/smc_pnet.8* +%{_mandir}/man8/smc_run.8* +%{_mandir}/man8/smcss.8* + + +%changelog +* 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