smc-tools/smc-tools.spec

78 lines
2.0 KiB
RPMSpec
Raw Normal View History

2018-01-16 11:41:05 +00:00
Name: smc-tools
2019-02-28 11:07:58 +00:00
Version: 1.2.0
Release: 2%{?dist}
2018-01-16 11:41:05 +00:00
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
2019-02-28 11:07:58 +00:00
Patch0: %{name}-1.2.0-s390.patch
2018-01-16 11:41:05 +00:00
2018-04-16 12:23:37 +00:00
BuildRequires: gcc
2018-01-16 11:41:05 +00:00
BuildRequires: libnl3-devel
%description
The Shared Memory Communication Tools (smc-tools) package enables usage of SMC
sockets in Linux.
%prep
%autosetup
%build
2018-07-09 08:13:49 +00:00
%make_build CFLAGS="%{build_cflags}" LDFLAGS="%{build_ldflags}" V=1
2018-01-16 11:41:05 +00:00
%install
2018-07-09 08:13:49 +00:00
%make_install V=1
2018-01-16 11:41:05 +00:00
%files
%license LICENSE
%doc README.smctools
2019-02-28 11:07:58 +00:00
%{_bindir}/smc_dbg
2018-01-16 11:41:05 +00:00
%{_bindir}/smc_pnet
%{_bindir}/smc_run
%{_bindir}/smcss
2018-07-09 08:13:49 +00:00
%{_libdir}/libsmc-preload.so*
2018-01-16 11:41:05 +00:00
%{_mandir}/man7/af_smc.7*
%{_mandir}/man8/smc_pnet.8*
%{_mandir}/man8/smc_run.8*
%{_mandir}/man8/smcss.8*
2019-02-28 11:07:58 +00:00
%ifarch s390 s390x
%{_bindir}/smc_rnics
%{_mandir}/man8/smc_rnics.8*
%endif
2018-01-16 11:41:05 +00:00
%changelog
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
2019-02-28 11:07:58 +00:00
* Thu Feb 28 2019 Dan Horák <dan@danny.cz> - 1.2.0-1
- update to 1.2.0
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
2018-07-09 08:13:49 +00:00
* Mon Jul 09 2018 Dan Horák <dan@danny.cz> - 1.1.0-1
- update to 1.1.0
2018-04-16 12:07:55 +00:00
* Mon Apr 16 2018 Dan Horák <dan@danny.cz> - 1.0.0-4
- fix LDFLAGS injection (#1567902)
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
2018-01-16 11:41:05 +00:00
* Wed Jan 10 2018 Dan Horák <dan@danny.cz> - 1.0.0-2
- use make macro
- comment patches
- use distro LDFLAGS in build
* Mon Jan 8 2018 Dan Horák <dan@danny.cz> - 1.0.0-1
- initial Fedora version