Compare commits

...

12 Commits
epel8 ... i9ce

Author SHA1 Message Date
MSVSphere Packaging Team 251627b0cd Merge and update
1 year ago
MSVSphere Packaging Team 7cf305f9dd Remove unnecessary files
1 year ago
Sergey Cherevko 48f771ace2
Initial import from EPEL 9 upstream
2 years ago
Zbigniew Jędrzejewski-Szmek 90c21f9b21 Move %configure and associated steps to %build
3 years ago
Fedora Release Engineering 9c8655d5dc - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
3 years ago
Fedora Release Engineering 19b3db11fa - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
4 years ago
Fedora Release Engineering 26f7e68ec5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
4 years ago
Tom Stellard 7cc0b1ff40 Add BuildRequires: make
4 years ago
Jeff Law f1f5e31eb6 Re-enable LTO
5 years ago
Fedora Release Engineering 638be45216 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
5 years ago
Jeff Law 3481d9629b Disable LTO
5 years ago
Fedora Release Engineering 527609d856 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
5 years ago

3
.gitignore vendored

@ -1,2 +1 @@
/openpgm-?.?.???.tar.gz
/openpgm-release-?-?-???/
SOURCES/openpgm-5.2.122.tar.gz

@ -0,0 +1 @@
2e7e9b91e988f37d356b53871ae8fce8c29619d6 SOURCES/openpgm-5.2.122.tar.gz

@ -4,7 +4,7 @@ Version: 5.2.122
%global version_main 5.2
%global version_dash_main 5-2
%global version_dash %{version_dash_main}-122
Release: 21%{?dist}
Release: 28%{?dist}
Summary: An implementation of the PGM reliable multicast protocol
# The license is LGPLv2.1
@ -21,6 +21,7 @@ Patch3: openpgm-03-pkgconfig.patch
Patch4: openpgm-04-py-version-gen.patch
Patch5: openpgm-05-fix-setgid.patch
BuildRequires: make
BuildRequires: libtool automake autoconf
BuildRequires: gcc
BuildRequires: python3
@ -49,6 +50,7 @@ This package contains OpenPGM related development libraries and header files.
%patch5 -p3
dos2unix examples/getopt.c examples/getopt.h
%build
libtoolize --force --copy
aclocal
autoheader
@ -56,7 +58,15 @@ automake --copy --add-missing
autoconf
%configure
%build
# This package has a configure test which uses ASMs, but does not link the
# resultant .o files. As such the ASM test is always successful, even on
# architectures were the ASM is not valid when compiling with LTO.
#
# -ffat-lto-objects is sufficient to address this issue. It is the default
# for F33, but is expected to only be enabled for packages that need it in
# F34, so we use it here explicitly
%define _lto_cflags -flto=auto -ffat-lto-objects
%make_build
%install
@ -81,6 +91,30 @@ mv -f %{buildroot}%{_includedir}/%{name_alias}-%{version_main}/%{name_alias} %{b
%changelog
* Wed Apr 26 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 5.2.122-28
- Rebuilt for MSVSphere 9.1
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.122-28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.122-27
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.122-26
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Fri Aug 21 2020 Jeff Law <law@redhat.com> - 5.2.122-25
- Re-enable LTO
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.122-24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jul 14 2020 Jeff Law <law@redhat.com> - 5.2.122-23
- Disable LTO
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.122-22
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Sun Nov 10 2019 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 5.2.122-21
- The header files are now installed directly in /usr/include

@ -1 +0,0 @@
SHA512 (openpgm-5.2.122.tar.gz) = f8b29fb69acb548536179262665c0cdcc8bb1510d3e970d6abebaf33e301f87fbfa7e2c46e387973d8b65470350af66b3130482269b9fbb15fe7bf98b52f6404
Loading…
Cancel
Save