|
|
@ -1,7 +1,7 @@
|
|
|
|
Name: openpgm
|
|
|
|
Name: openpgm
|
|
|
|
Version: 5.2.122
|
|
|
|
Version: 5.2.122
|
|
|
|
%global version_dash 5-2-122
|
|
|
|
%global version_dash 5-2-122
|
|
|
|
Release: 19%{?dist}
|
|
|
|
Release: 20%{?dist}
|
|
|
|
Summary: An implementation of the PGM reliable multicast protocol
|
|
|
|
Summary: An implementation of the PGM reliable multicast protocol
|
|
|
|
|
|
|
|
|
|
|
|
# The license is LGPLv2.1
|
|
|
|
# The license is LGPLv2.1
|
|
|
@ -13,6 +13,7 @@ Source0: https://github.com/steve-o/%{name}/archive/release-%{version_dash
|
|
|
|
|
|
|
|
|
|
|
|
# All the following patches have been submitted upstream
|
|
|
|
# All the following patches have been submitted upstream
|
|
|
|
# as a merge request: https://github.com/steve-o/openpgm/pull/64
|
|
|
|
# as a merge request: https://github.com/steve-o/openpgm/pull/64
|
|
|
|
|
|
|
|
Patch1: openpgm-01-makefile-am.patch
|
|
|
|
Patch2: openpgm-02-c-func.patch
|
|
|
|
Patch2: openpgm-02-c-func.patch
|
|
|
|
Patch3: openpgm-03-pkgconfig.patch
|
|
|
|
Patch3: openpgm-03-pkgconfig.patch
|
|
|
|
Patch4: openpgm-04-py-version-gen.patch
|
|
|
|
Patch4: openpgm-04-py-version-gen.patch
|
|
|
@ -47,14 +48,14 @@ aclocal
|
|
|
|
autoheader
|
|
|
|
autoheader
|
|
|
|
automake --copy --add-missing
|
|
|
|
automake --copy --add-missing
|
|
|
|
autoconf
|
|
|
|
autoconf
|
|
|
|
./configure --libdir=%{_libdir}
|
|
|
|
%configure
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
make %{_smp_mflags}
|
|
|
|
make %{_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
make prefix=/usr libdir=%{_libdir} DESTDIR=%{buildroot} install
|
|
|
|
make DESTDIR=%{buildroot} install
|
|
|
|
|
|
|
|
|
|
|
|
rm -f %{buildroot}%{_libdir}/libpgm.{a,la}
|
|
|
|
rm -f %{buildroot}%{_libdir}/libpgm.{a,la}
|
|
|
|
|
|
|
|
|
|
|
@ -72,6 +73,11 @@ rm -f %{buildroot}%{_libdir}/libpgm.{a,la}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Oct 30 2019 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 5.2.122-20
|
|
|
|
|
|
|
|
- Suppressed the dependency on SCons (as autotools are used instead)
|
|
|
|
|
|
|
|
- Fixed the generated version minor number (from 127 to 122)
|
|
|
|
|
|
|
|
- Fixed the target include directory
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Oct 30 2019 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 5.2.122-19
|
|
|
|
* Wed Oct 30 2019 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 5.2.122-19
|
|
|
|
- Merged with the EPEL 8 version, i.e., with modernized way of packaging
|
|
|
|
- Merged with the EPEL 8 version, i.e., with modernized way of packaging
|
|
|
|
|
|
|
|
|
|
|
|