make is no longer in buildroot by default

This commit is contained in:
Zdenek Dohnal 2020-11-05 10:48:36 +01:00
parent 0f22ad0fac
commit bab2db5282

View File

@ -2,7 +2,7 @@ Name: pnm2ppa
Summary: Drivers for printing to HP PPA printers
Epoch: 1
Version: 1.04
Release: 48%{?dist}
Release: 49%{?dist}
URL: http://sourceforge.net/projects/pnm2ppa
Source: http://download.sourceforge.net/pnm2ppa/pnm2ppa-%{version}.tar.gz
# Following sourcelink is dead currently.
@ -23,6 +23,8 @@ License: GPLv2+
# gcc is no longer in buildroot by default
BuildRequires: gcc
# uses make
BuildRequires: make
# foomatic is needed for using the filters in CUPS
Requires: foomatic
@ -102,6 +104,9 @@ done
%config(noreplace) %{_sysconfdir}/pbm2ppa.conf
%changelog
* Thu Nov 05 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1:1.04-49
- make is no longer in buildroot by default
* Tue Aug 04 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1:1.04-48
- fix argument reading for non x86_64 archs - use int instead of char