Add perl to the build requirements list (#1424023)

epel8
Jose Pedro Oliveira 8 years ago
parent dc59b4704e
commit 7c779fd853

@ -1,17 +1,19 @@
Name: openpgm Name: openpgm
Version: 5.2.122 Version: 5.2.122
Release: 7%{?dist} Release: 8%{?dist}
Summary: An implementation of the PGM reliable multicast protocol Summary: An implementation of the PGM reliable multicast protocol
Group: System Environment/Libraries Group: System Environment/Libraries
# The license is LGPLv2.1 # The license is LGPLv2.1
License: LGPLv2 License: LGPLv2
# New URL is https://github.com/steve-o/openpgm
URL: http://openpgm.googlecode.com/ URL: http://openpgm.googlecode.com/
Source0: http://openpgm.googlecode.com/files/libpgm-%{version}~dfsg.tar.gz Source0: http://openpgm.googlecode.com/files/libpgm-%{version}~dfsg.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python BuildRequires: python
BuildRequires: perl
%description %description
@ -63,6 +65,9 @@ rm -rf %{buildroot}
%changelog %changelog
* Sat Feb 18 2017 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 5.2.122-8
- Add perl to the build requirements list (required by galois_generator.pl)
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.122-7 * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.122-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

Loading…
Cancel
Save